From cfd524f07af0820e2e41fd74e7e3c5b7433854f8 Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Tue, 24 May 2011 14:29:47 -0700 Subject: [PATCH] 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 --- res/layout/manage_apps_tab_content.xml | 55 +++++++++++++++++++ res/layout/user_dictionary_item.xml | 4 +- .../android/settings/AccountPreference.java | 3 +- .../applications/ManageApplications.java | 2 +- 4 files changed, 59 insertions(+), 5 deletions(-) create mode 100644 res/layout/manage_apps_tab_content.xml diff --git a/res/layout/manage_apps_tab_content.xml b/res/layout/manage_apps_tab_content.xml new file mode 100644 index 00000000000..0391a9dfc56 --- /dev/null +++ b/res/layout/manage_apps_tab_content.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + diff --git a/res/layout/user_dictionary_item.xml b/res/layout/user_dictionary_item.xml index 3cdeb08f82b..aaf3cbdae44 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"/>