aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/select_artist_header.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-05-29 17:38:15 -0700
committerScott Jackson <daneren2005@gmail.com>2015-05-29 17:38:15 -0700
commit7111cf31fefa5136c62f39befa9fb4ee214d47ca (patch)
treee31e164e33efb85d8d604ce501860dc953f083f6 /app/src/main/res/layout/select_artist_header.xml
parentcfa23075eb3c446fd22a67d782252781648e5dab (diff)
parent1697ead7480395a4850e2cfc06d2af2d58910d5a (diff)
downloaddsub-7111cf31fefa5136c62f39befa9fb4ee214d47ca.tar.gz
dsub-7111cf31fefa5136c62f39befa9fb4ee214d47ca.tar.bz2
dsub-7111cf31fefa5136c62f39befa9fb4ee214d47ca.zip
Merge branch 'RecyclerView' into SlideUpPanel2
Diffstat (limited to 'app/src/main/res/layout/select_artist_header.xml')
-rw-r--r--app/src/main/res/layout/select_artist_header.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/layout/select_artist_header.xml b/app/src/main/res/layout/select_artist_header.xml
index 2821ce43..0ac9e6a6 100644
--- a/app/src/main/res/layout/select_artist_header.xml
+++ b/app/src/main/res/layout/select_artist_header.xml
@@ -2,7 +2,9 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
- android:layout_height="wrap_content">
+ android:layout_height="wrap_content"
+ android:background="?attr/selectableItemBackground">
+
<LinearLayout
android:id="@+id/select_artist_folder"
android:orientation="horizontal"