summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2012-10-15 13:10:51 -0700
committerAmith Yamasani <yamasani@google.com>2012-10-15 13:34:13 -0700
commitc20e5e3450c4ed26a25cca3be8c2a6902fd3dd72 (patch)
treed7819fc4c5598183d048b6ef179941887e7854ab /res/layout-sw600dp
parent2b62fcb3e629b59ed8cfaf26c3b712f8bb9bd352 (diff)
downloadpackages_apps_Settings-c20e5e3450c4ed26a25cca3be8c2a6902fd3dd72.zip
packages_apps_Settings-c20e5e3450c4ed26a25cca3be8c2a6902fd3dd72.tar.gz
packages_apps_Settings-c20e5e3450c4ed26a25cca3be8c2a6902fd3dd72.tar.bz2
Align text in Language & input screen
Bug: 7336478 Change-Id: I38e916e851cbae3284970fe8d8764a6a6018b0ff
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/preference_inputmethod.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/res/layout-sw600dp/preference_inputmethod.xml b/res/layout-sw600dp/preference_inputmethod.xml
index c10d718..f44a50e 100644
--- a/res/layout-sw600dp/preference_inputmethod.xml
+++ b/res/layout-sw600dp/preference_inputmethod.xml
@@ -33,13 +33,12 @@
android:id="@android:id/widget_frame"
android:layout_width="wrap_content"
android:layout_height="match_parent"
- android:layout_marginStart="10dip"
- android:gravity="center_vertical"
- android:orientation="vertical" />
+ android:gravity="center"
+ android:minWidth="@*android:dimen/preference_icon_minWidth"
+ android:layout_marginEnd="@*android:dimen/preference_item_padding_inner" />
<RelativeLayout
- android:layout_width="wrap_content"
+ android:layout_width="0dp"
android:layout_height="wrap_content"
- android:layout_marginStart="15dip"
android:layout_marginEnd="6dip"
android:layout_marginTop="6dip"
android:layout_marginBottom="6dip"