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/user_list_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/layout/user_list_item.xml') diff --git a/res/layout/user_list_item.xml b/res/layout/user_list_item.xml index d9b15cd0..c4092894 100644 --- a/res/layout/user_list_item.xml +++ b/res/layout/user_list_item.xml @@ -41,5 +41,5 @@ android:layout_height="fill_parent" android:layout_gravity="right|center_vertical" android:paddingRight="10dip" - android:background="?android:selectableItemBackground"/> + style="@style/BasicButton"/> \ No newline at end of file -- cgit v1.2.3