From 13a39068a7eb3f4bec10deb63fa1f511cbc748c7 Mon Sep 17 00:00:00 2001 From: John Reck Date: Wed, 12 Dec 2012 13:43:43 -0800 Subject: remove actionbar sherlock Change-Id: Idb9b63f625fd4f0b78d947421ec5b098d8e5dfd5 --- res/layout/popup_list_item.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res/layout/popup_list_item.xml') diff --git a/res/layout/popup_list_item.xml b/res/layout/popup_list_item.xml index a72f5b402..5a87af7cc 100644 --- a/res/layout/popup_list_item.xml +++ b/res/layout/popup_list_item.xml @@ -18,11 +18,11 @@ android:id="@android:id/text1" android:layout_width="match_parent" android:layout_height="wrap_content" - android:textAppearance="?attr/textAppearanceLargePopupMenu" + android:textAppearance="?android:attr/textAppearanceLargePopupMenu" android:singleLine="true" android:gravity="center_vertical" android:paddingLeft="16dp" android:paddingRight="16dp" - android:minHeight="?attr/dropdownListPreferredItemHeight" + android:minHeight="?android:attr/listPreferredItemHeight" android:minWidth="196dp" /> -- cgit v1.2.3