From e4c2d806a8e9c6fb72da254579c40db0a4e119b0 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Mon, 24 Jan 2011 15:24:01 -0800 Subject: Fix 3382123: Set default state of LockScreen portrait kb This sets the default state of the portrait keyboard to "gone" to agree with the landscape keyboard. Change-Id: I1e6a21b07c27ef739bfde4558b958c48b4fc56df --- core/res/res/layout-xlarge/keyguard_screen_password_portrait.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'core') diff --git a/core/res/res/layout-xlarge/keyguard_screen_password_portrait.xml b/core/res/res/layout-xlarge/keyguard_screen_password_portrait.xml index fab69d8..e4a1b81 100644 --- a/core/res/res/layout-xlarge/keyguard_screen_password_portrait.xml +++ b/core/res/res/layout-xlarge/keyguard_screen_password_portrait.xml @@ -74,6 +74,7 @@ android:layout_height="230dip" android:background="#00000000" android:keyBackground="@drawable/btn_keyboard_key_fulltrans" + android:visibility="gone" /> -- cgit v1.1