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/appwidget4x1.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'res/layout/appwidget4x1.xml') diff --git a/res/layout/appwidget4x1.xml b/res/layout/appwidget4x1.xml index 5d75c9e9..8f52c872 100644 --- a/res/layout/appwidget4x1.xml +++ b/res/layout/appwidget4x1.xml @@ -30,7 +30,7 @@ android:clickable="true" android:focusable="true" android:orientation="vertical" - android:background="?android:selectableItemBackground"> + style="@style/BasicButton"> + style="@style/BasicButton" /> + style="@style/BasicButton" /> -- cgit v1.2.3