summaryrefslogtreecommitdiffstats
path: root/res/layout/user_dictionary_item.xml
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2011-05-24 14:29:47 -0700
committerAmith Yamasani <yamasani@google.com>2011-05-24 15:49:34 -0700
commitcfd524f07af0820e2e41fd74e7e3c5b7433854f8 (patch)
tree0f171e0081d3698ae81da8cb3b8aa3fcaee2150e /res/layout/user_dictionary_item.xml
parentd12b95093770f1a71f60f67be9a5e28277b634a1 (diff)
downloadpackages_apps_Settings-cfd524f07af0820e2e41fd74e7e3c5b7433854f8.zip
packages_apps_Settings-cfd524f07af0820e2e41fd74e7e3c5b7433854f8.tar.gz
packages_apps_Settings-cfd524f07af0820e2e41fd74e7e3c5b7433854f8.tar.bz2
Visual adjustments for smaller tablets.
Make the Manage Apps tab indicators horizontally scrollable. Use medium font size for user dictionary. Bug: 4462313 Change-Id: Iba44e758715c0187ea17ed072794b8596dee0e54
Diffstat (limited to 'res/layout/user_dictionary_item.xml')
-rw-r--r--res/layout/user_dictionary_item.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/user_dictionary_item.xml b/res/layout/user_dictionary_item.xml
index 3cdeb08..aaf3cbd 100644
--- a/res/layout/user_dictionary_item.xml
+++ b/res/layout/user_dictionary_item.xml
@@ -24,9 +24,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:textAppearance="?android:attr/textAppearanceLarge"
+ android:textAppearance="?android:attr/textAppearanceMedium"
android:gravity="center_vertical"
- android:paddingLeft="6dip"
+ android:paddingLeft="16dip"
android:minHeight="?android:attr/listPreferredItemHeight"/>
<ImageView