summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-05-26 15:28:12 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-05-26 15:28:12 -0700
commit645ab1596d191efc6186bcff212f670fec665fdf (patch)
tree68e66afa7d679732669deca9f95164df8724ffb3 /res/layout
parent5542d4c929f99e248f56a2721d705c2992752fe0 (diff)
parent55b6550e37da5df2fda44fc712bc082731f2d8e7 (diff)
downloadandroid_packages_apps_Trebuchet-645ab1596d191efc6186bcff212f670fec665fdf.tar.gz
android_packages_apps_Trebuchet-645ab1596d191efc6186bcff212f670fec665fdf.tar.bz2
android_packages_apps_Trebuchet-645ab1596d191efc6186bcff212f670fec665fdf.zip
Merge "Changing long-press-on-workspace behaviour to show Applications & Widgets."
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/add_list_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/add_list_item.xml b/res/layout/add_list_item.xml
index 62fc4f481..e937d7bc1 100644
--- a/res/layout/add_list_item.xml
+++ b/res/layout/add_list_item.xml
@@ -18,7 +18,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="?android:attr/listPreferredItemHeight"
- android:textAppearance="?android:attr/textAppearanceLargeInverse"
+ android:textAppearance="?android:attr/textAppearanceLarge"
android:gravity="center_vertical"
android:drawablePadding="14dip"
android:paddingLeft="15dip"