From 9985867a8eb80c6db84c80a9b5e96bd68e2d14d7 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Tue, 26 Jan 2010 12:17:46 -0800 Subject: [PATCH] Fix 2397617: Right-align carrier text in lock screen and add carrier text to PINunlock in landscape mode. --- .../layout/keyguard_screen_sim_pin_landscape.xml | 32 +++++++++++++++------- core/res/res/layout/keyguard_screen_tab_unlock.xml | 1 + .../res/layout/keyguard_screen_tab_unlock_land.xml | 1 + .../layout/keyguard_screen_unlock_landscape.xml | 1 + .../res/layout/keyguard_screen_unlock_portrait.xml | 1 + 5 files changed, 26 insertions(+), 10 deletions(-) diff --git a/core/res/res/layout/keyguard_screen_sim_pin_landscape.xml b/core/res/res/layout/keyguard_screen_sim_pin_landscape.xml index 4c583d84eeb2..e75cf09db6aa 100644 --- a/core/res/res/layout/keyguard_screen_sim_pin_landscape.xml +++ b/core/res/res/layout/keyguard_screen_sim_pin_landscape.xml @@ -23,6 +23,28 @@ android:background="@android:color/background_dark" > + + + + + + - - - diff --git a/core/res/res/layout/keyguard_screen_tab_unlock_land.xml b/core/res/res/layout/keyguard_screen_tab_unlock_land.xml index 07839435ba02..27a29b1ee87d 100644 --- a/core/res/res/layout/keyguard_screen_tab_unlock_land.xml +++ b/core/res/res/layout/keyguard_screen_tab_unlock_land.xml @@ -44,6 +44,7 @@ android:layout_marginTop="20dip" android:singleLine="true" android:ellipsize="marquee" + android:gravity="right|bottom" android:textAppearance="?android:attr/textAppearanceMedium" /> diff --git a/core/res/res/layout/keyguard_screen_unlock_landscape.xml b/core/res/res/layout/keyguard_screen_unlock_landscape.xml index a5da3d0c552c..bca6241fd5e2 100644 --- a/core/res/res/layout/keyguard_screen_unlock_landscape.xml +++ b/core/res/res/layout/keyguard_screen_unlock_landscape.xml @@ -56,6 +56,7 @@ android:layout_marginTop="32dip" android:singleLine="true" android:ellipsize="marquee" + android:gravity="right|bottom" /> -- 2.11.0