aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/select_artist_header.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-05-28 18:15:00 -0700
committerScott Jackson <daneren2005@gmail.com>2015-05-28 18:15:00 -0700
commit1ba7ddefc46d502bd01f95527d8dd75c2952aaf5 (patch)
treecbdd83d7eaa2e675d95b9636151a04068c6a4327 /app/src/main/res/layout/select_artist_header.xml
parent07665ccfbc9c9f72c6d384a00ff692dde141319a (diff)
downloaddsub-1ba7ddefc46d502bd01f95527d8dd75c2952aaf5.tar.gz
dsub-1ba7ddefc46d502bd01f95527d8dd75c2952aaf5.tar.bz2
dsub-1ba7ddefc46d502bd01f95527d8dd75c2952aaf5.zip
Convert artist fragments over to RecyclerView
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"