From e355c70cc64f444a90ddd78578622fd157d89cb0 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Tue, 16 Nov 2010 18:56:42 -0800 Subject: [PATCH] Fix 3191824: Fix lockscreen portrait mode for xlarge devices This fixes a number of bugs in the layout file for lockscreen. Change-Id: I58f66389939e91e8e2184940d6824e0fe0650986 --- .../keyguard_screen_tab_unlock.xml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/core/res/res/layout-xlarge/keyguard_screen_tab_unlock.xml b/core/res/res/layout-xlarge/keyguard_screen_tab_unlock.xml index b3645aada1f2a..c76e8339bdc9b 100644 --- a/core/res/res/layout-xlarge/keyguard_screen_tab_unlock.xml +++ b/core/res/res/layout-xlarge/keyguard_screen_tab_unlock.xml @@ -21,23 +21,22 @@ state of the device, as well as instructions on how to get past it depending on the state of the device. It is the same for landscape and portrait.--> - + android:orientation="vertical" + android:id="@+id/root" + android:background="#70000000"> - + android:layout_width="match_parent" + android:layout_height="0dip" + android:layout_weight="1" + android:orientation="vertical" + android:gravity="center_vertical"> + @@ -93,5 +93,5 @@ /> - +