From c61f888298866b2e27099abd86db9026bc40cc08 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Mon, 8 Aug 2011 16:51:49 -0700 Subject: [PATCH] Fix 5044158: Fix lockscreen layout issues Fixes issue where long OwnerInfo text would squeeze the unlock widget out of the view in landscape modes. Use suggestionsEnabled flag to remove suggestion popup from passwordEntry TextView. Change-Id: I5d6f37fe4b0edddb1af85bd14657ad4a4e6ed09d --- .../layout/keyguard_screen_password_landscape.xml | 13 ++++++++++--- .../layout/keyguard_screen_password_portrait.xml | 3 ++- .../layout/keyguard_screen_tab_unlock_land.xml | 15 +++++++++------ .../layout/keyguard_screen_unlock_landscape.xml | 12 +++++++++--- 4 files changed, 30 insertions(+), 13 deletions(-) diff --git a/core/res/res/layout/keyguard_screen_password_landscape.xml b/core/res/res/layout/keyguard_screen_password_landscape.xml index 452b982bde33e..4c44049c1de38 100644 --- a/core/res/res/layout/keyguard_screen_password_landscape.xml +++ b/core/res/res/layout/keyguard_screen_password_landscape.xml @@ -66,13 +66,15 @@ diff --git a/core/res/res/layout/keyguard_screen_password_portrait.xml b/core/res/res/layout/keyguard_screen_password_portrait.xml index cd332757075e2..1d0ea54791e9f 100644 --- a/core/res/res/layout/keyguard_screen_password_portrait.xml +++ b/core/res/res/layout/keyguard_screen_password_portrait.xml @@ -109,7 +109,8 @@ android:background="@drawable/lockscreen_password_field_dark" android:textAppearance="?android:attr/textAppearanceMedium" android:textColor="#ffffffff" - android:imeOptions="actionDone"/> + android:imeOptions="actionDone" + android:suggestionsEnabled="false"/>