From 6f5dd47ef78be4caf578040ea7d3c3e72ad9df42 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Wed, 16 Jul 2014 18:02:47 -0700 Subject: Fix crash on GB by only using system selectable background on ICS+, default to blue Holo version for GB --- 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 5f3a592b..0702397f 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="?android:selectableItemBackground" + style="@style/BasicButton" android:orientation="horizontal">