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/abstract_fragment_activity.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/layout/abstract_fragment_activity.xml') diff --git a/res/layout/abstract_fragment_activity.xml b/res/layout/abstract_fragment_activity.xml index 605b988a..5f3a592b 100644 --- a/res/layout/abstract_fragment_activity.xml +++ b/res/layout/abstract_fragment_activity.xml @@ -15,7 +15,7 @@ android:id="@+id/bottom_bar" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:background="@drawable/media_button" + android:background="?android:selectableItemBackground" android:orientation="horizontal">