aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/album_cell_item.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-05-28 17:58:08 -0700
committerScott Jackson <daneren2005@gmail.com>2015-05-28 17:58:08 -0700
commit07665ccfbc9c9f72c6d384a00ff692dde141319a (patch)
tree331a9309b656426e9a849ef528b4341c184fcaff /app/src/main/res/layout/album_cell_item.xml
parent50a5cee52fd0c0dd08a00ad59c2f9c2751e65834 (diff)
downloaddsub-07665ccfbc9c9f72c6d384a00ff692dde141319a.tar.gz
dsub-07665ccfbc9c9f72c6d384a00ff692dde141319a.tar.bz2
dsub-07665ccfbc9c9f72c6d384a00ff692dde141319a.zip
Use ripple selector instead of basic holo one
Diffstat (limited to 'app/src/main/res/layout/album_cell_item.xml')
-rw-r--r--app/src/main/res/layout/album_cell_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/album_cell_item.xml b/app/src/main/res/layout/album_cell_item.xml
index 46e2b1a6..fe634c13 100644
--- a/app/src/main/res/layout/album_cell_item.xml
+++ b/app/src/main/res/layout/album_cell_item.xml
@@ -3,7 +3,7 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@drawable/abc_item_background_holo_light">
+ android:background="?attr/selectableItemBackground">
<RelativeLayout
android:layout_width="match_parent"