aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/select_artist_header.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-06-09 17:39:52 -0700
committerScott Jackson <daneren2005@gmail.com>2015-06-09 17:39:52 -0700
commitf801bb2df9fddd0a550adf767e33fa497e7dc050 (patch)
treed4afd52b3847d594a2c905283feae34cdaba2425 /app/src/main/res/layout/select_artist_header.xml
parent2d1a783bdc5679a770748d3330aad42e48f2157d (diff)
downloaddsub-f801bb2df9fddd0a550adf767e33fa497e7dc050.tar.gz
dsub-f801bb2df9fddd0a550adf767e33fa497e7dc050.tar.bz2
dsub-f801bb2df9fddd0a550adf767e33fa497e7dc050.zip
Add divider for headers
Diffstat (limited to 'app/src/main/res/layout/select_artist_header.xml')
-rw-r--r--app/src/main/res/layout/select_artist_header.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/layout/select_artist_header.xml b/app/src/main/res/layout/select_artist_header.xml
index 0ac9e6a6..168120d9 100644
--- a/app/src/main/res/layout/select_artist_header.xml
+++ b/app/src/main/res/layout/select_artist_header.xml
@@ -42,4 +42,9 @@
</LinearLayout>
</LinearLayout>
+
+ <View
+ android:layout_width="fill_parent"
+ android:layout_height="1px"
+ android:background="@color/dividerColor"/>
</LinearLayout> \ No newline at end of file