From ff269c6d50d66d064de78e877c805f5c87354eb3 Mon Sep 17 00:00:00 2001 From: Ben Komalo Date: Fri, 3 Jun 2011 14:37:13 -0700 Subject: [PATCH] Minor fixes to setup screen for 7" 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. Bug: 4495679 Change-Id: I0e93fdd4f050b193338ca20cef6cba208547c9aa --- .../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 cb8f18c62..bb6eac73a 100644 --- a/res/values/dimensions.xml +++ b/res/values/dimensions.xml @@ -67,4 +67,7 @@ 352dip + + 340dip +