From 4898b145bdc77941b6452c46f469c74181887b0e Mon Sep 17 00:00:00 2001 From: Nicolas Catania Date: Thu, 12 Nov 2009 16:18:33 -0800 Subject: [PATCH] Removed the fixed height in the sim unlock screen's header. Use wrap content and set the textview for the explaination to 2 lines. Fixed the bug on passion. G1 is too unstable to test. Bug:2251298 --- core/res/res/layout/keyguard_screen_sim_pin_portrait.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/res/res/layout/keyguard_screen_sim_pin_portrait.xml b/core/res/res/layout/keyguard_screen_sim_pin_portrait.xml index ac404f26649b1..45e96a3b4624a 100644 --- a/core/res/res/layout/keyguard_screen_sim_pin_portrait.xml +++ b/core/res/res/layout/keyguard_screen_sim_pin_portrait.xml @@ -24,7 +24,7 @@ @@ -35,8 +35,9 @@ android:layout_height="wrap_content" android:layout_marginTop="9dip" android:gravity="center" + android:lines="2" android:textAppearance="?android:attr/textAppearanceLarge" - /> + />