diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-11-13 13:39:01 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2009-11-13 13:39:01 -0800 |
commit | 73f8aa678055598738dfba54c60a1674bcbf02b1 (patch) | |
tree | 33af18c47b0c3eacede38d9499beb6789c5d8952 /core/res | |
parent | 9284dec737da58a92b3aa916a357e700d291a68a (diff) | |
parent | 4898b145bdc77941b6452c46f469c74181887b0e (diff) | |
download | frameworks_base-73f8aa678055598738dfba54c60a1674bcbf02b1.zip frameworks_base-73f8aa678055598738dfba54c60a1674bcbf02b1.tar.gz frameworks_base-73f8aa678055598738dfba54c60a1674bcbf02b1.tar.bz2 |
Merge change I4898b145 into eclair
* changes:
Removed the fixed height in the sim unlock screen's header.
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/layout/keyguard_screen_sim_pin_portrait.xml | 5 |
1 files 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 ac404f2..45e96a3 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 @@ <LinearLayout android:id="@+id/topDisplayGroup" android:layout_width="fill_parent" - android:layout_height="115dip" + android:layout_height="wrap_content" android:layout_alignParentTop="true" android:orientation="vertical" > @@ -35,8 +35,9 @@ android:layout_height="wrap_content" android:layout_marginTop="9dip" android:gravity="center" + android:lines="2" android:textAppearance="?android:attr/textAppearanceLarge" - /> + /> <RelativeLayout android:layout_width="fill_parent" |