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"/>