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:46:37 -0700
committerScott Jackson <daneren2005@gmail.com>2015-06-09 17:46:37 -0700
commit9d4876f4874d034177c4f012932ca936d85e40ac (patch)
tree05a4db08bf5f8471d42dd2a1a8ba352d16b447b7 /app/src/main/res/layout/select_artist_header.xml
parent6caaca0cecd9f4f60f695a68c72eb662b4a45b34 (diff)
parent9f8e9b89bb2d564bcaf00309b38ed9c4d970aeb9 (diff)
downloaddsub-9d4876f4874d034177c4f012932ca936d85e40ac.tar.gz
dsub-9d4876f4874d034177c4f012932ca936d85e40ac.tar.bz2
dsub-9d4876f4874d034177c4f012932ca936d85e40ac.zip
Merge branch 'SlideUpPanel2' into NavigationView
Conflicts: app/src/main/java/github/daneren2005/dsub/activity/SubsonicFragmentActivity.java
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