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/appwidget4x3.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'res/layout/appwidget4x3.xml') diff --git a/res/layout/appwidget4x3.xml b/res/layout/appwidget4x3.xml index 1758602b..539b9f01 100644 --- a/res/layout/appwidget4x3.xml +++ b/res/layout/appwidget4x3.xml @@ -34,7 +34,7 @@ android:orientation="vertical" android:paddingBottom="4dip" android:paddingTop="4dip" - android:background="?android:selectableItemBackground"> + style="@style/BasicButton"> + style="@style/BasicButton" /> + style="@style/BasicButton" /> -- cgit v1.2.3