aboutsummaryrefslogtreecommitdiff
path: root/res/layout/song_list_item.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-07-09 22:17:06 -0700
committerScott Jackson <daneren2005@gmail.com>2014-07-09 22:17:06 -0700
commit75e86f85947bbe0ebb7f48e3e0fb6a430e547ca7 (patch)
tree099b3d661577be7aa62558f7ccd301a7dd5be49c /res/layout/song_list_item.xml
parent109c35a36ed0d382664f7a57c83914137f701caf (diff)
downloaddsub-75e86f85947bbe0ebb7f48e3e0fb6a430e547ca7.tar.gz
dsub-75e86f85947bbe0ebb7f48e3e0fb6a430e547ca7.tar.bz2
dsub-75e86f85947bbe0ebb7f48e3e0fb6a430e547ca7.zip
#376 Use the system selectable background for buttons
Diffstat (limited to 'res/layout/song_list_item.xml')
-rw-r--r--res/layout/song_list_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/song_list_item.xml b/res/layout/song_list_item.xml
index 72ee298b..5b4a2895 100644
--- a/res/layout/song_list_item.xml
+++ b/res/layout/song_list_item.xml
@@ -102,5 +102,5 @@
android:layout_height="fill_parent"
android:layout_gravity="right|center_vertical"
android:paddingRight="10dip"
- android:background="@drawable/menubar_button"/>
+ android:background="?android:selectableItemBackground"/>
</LinearLayout>