From cd1f3d33a9a24a28fef636549cf1f9852e28b75e Mon Sep 17 00:00:00 2001 From: Ben Komalo Date: Fri, 3 Jun 2011 18:06:46 -0700 Subject: [PATCH] Cherry-pick ff269c6d50d66d064 - Minor fixes to setup screen for 7" (this conflicted and the automerger situation was a disaster, so I opted to skip immediately to help clear the backlog, now I'm cherry-picking manually) Using a TableLayout and large margins to shrink the input boxes causes weird artifacts when you type past the size of the input box. Fixing the padding is also not the right way, since stretching the input the whole screen length is ugly. Just use a width. Change-Id: I3009e7c66f729a96f404263d79e77d3ab4d831ae --- .../account_setup_basics_common.xml | 18 +++++++----------- res/values/dimensions.xml | 3 +++ 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/res/layout-sw600dp/account_setup_basics_common.xml b/res/layout-sw600dp/account_setup_basics_common.xml index 616309592..376a55783 100644 --- a/res/layout-sw600dp/account_setup_basics_common.xml +++ b/res/layout-sw600dp/account_setup_basics_common.xml @@ -35,12 +35,11 @@ - + android:layout_marginTop="16dip"> + + - + diff --git a/res/values/dimensions.xml b/res/values/dimensions.xml index 477a00ef2..3461752cb 100644 --- a/res/values/dimensions.xml +++ b/res/values/dimensions.xml @@ -62,4 +62,7 @@ 14sp 800dip 550dip + + + 340dip