From 75e86f85947bbe0ebb7f48e3e0fb6a430e547ca7 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Wed, 9 Jul 2014 22:17:06 -0700 Subject: #376 Use the system selectable background for buttons --- res/layout/select_album_header.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/layout/select_album_header.xml') diff --git a/res/layout/select_album_header.xml b/res/layout/select_album_header.xml index f803f3af..eb8346c3 100644 --- a/res/layout/select_album_header.xml +++ b/res/layout/select_album_header.xml @@ -80,7 +80,7 @@ android:padding="10dip" android:layout_alignParentBottom="true" android:layout_alignParentRight="true" - android:background="@drawable/menubar_button"/> + android:background="?android:selectableItemBackground"/> -- cgit v1.2.3