summaryrefslogtreecommitdiffstats
path: root/res/layout/popup_list_item.xml
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-12-12 13:43:43 -0800
committerJohn Reck <jreck@google.com>2012-12-12 13:43:43 -0800
commit13a39068a7eb3f4bec10deb63fa1f511cbc748c7 (patch)
tree9d5d98b74c968d3c0a9496e7c22bbbe67bbd0c1f /res/layout/popup_list_item.xml
parent2cc0fd3ebdd95b55abeb587aa87cbe796e6dea4d (diff)
downloadandroid_packages_apps_Snap-13a39068a7eb3f4bec10deb63fa1f511cbc748c7.tar.gz
android_packages_apps_Snap-13a39068a7eb3f4bec10deb63fa1f511cbc748c7.tar.bz2
android_packages_apps_Snap-13a39068a7eb3f4bec10deb63fa1f511cbc748c7.zip
remove actionbar sherlock
Change-Id: Idb9b63f625fd4f0b78d947421ec5b098d8e5dfd5
Diffstat (limited to 'res/layout/popup_list_item.xml')
-rw-r--r--res/layout/popup_list_item.xml4
1 files changed, 2 insertions, 2 deletions
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"
/>