From 74b1e0a7330af195621ad0965748bee66c46f4b6 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Fri, 15 Apr 2011 18:52:31 -0700 Subject: [PATCH] Fix 4283049: Restore continue/cancel buttons in LockScreen Settings This fixes a bug where the continue/cancel buttons were missing from LockScreen settings in landscape mode. The change also includes a minor change to enable using the IME enter key to proceed to the next step. Change-Id: I2dca0b40e38a128cc0aa637f573da01e779edb73 --- res/layout-land/choose_lock_password.xml | 44 ++++++++----------- res/layout-land/confirm_lock_password.xml | 1 + res/layout/choose_lock_password.xml | 1 + res/layout/confirm_lock_password.xml | 1 + .../android/settings/ChooseLockPassword.java | 6 ++- .../android/settings/ConfirmLockPassword.java | 6 ++- 6 files changed, 29 insertions(+), 30 deletions(-) diff --git a/res/layout-land/choose_lock_password.xml b/res/layout-land/choose_lock_password.xml index 10a01c781e3..005dd63b746 100644 --- a/res/layout-land/choose_lock_password.xml +++ b/res/layout-land/choose_lock_password.xml @@ -58,15 +58,10 @@ android:textAppearance="?android:attr/textAppearanceLarge" android:background="@drawable/password_field_default" android:textColor="#ffffffff" + android:imeOptions="actionNext|flagNoEnterAction" /> - - - - -