From a1224a684dfa0d717950ba3055ea2cfdf8a44c1b Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Thu, 20 Jan 2011 17:43:45 -0800 Subject: Fix 3373106: add hint text to PasswordUnlock Change-Id: Ie0a5081cf74da551a161f46457b987bcdcef2127 --- core/res/res/layout-xlarge/keyguard_screen_password_landscape.xml | 1 + core/res/res/layout-xlarge/keyguard_screen_password_portrait.xml | 1 + core/res/res/values/strings.xml | 3 +++ 3 files changed, 5 insertions(+) diff --git a/core/res/res/layout-xlarge/keyguard_screen_password_landscape.xml b/core/res/res/layout-xlarge/keyguard_screen_password_landscape.xml index 5ea43dc4ad87..c1149e349f8a 100644 --- a/core/res/res/layout-xlarge/keyguard_screen_password_landscape.xml +++ b/core/res/res/layout-xlarge/keyguard_screen_password_landscape.xml @@ -61,6 +61,7 @@ android:textSize="24sp" android:textAppearance="?android:attr/textAppearanceMedium" android:background="@drawable/lockscreen_password_field_dark" + android:hint="@string/keyguard_password_entry_touch_hint" android:textColor="#ffffffff" /> 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 8a059f5c1ba0..fab69d857bab 100644 --- a/core/res/res/layout-xlarge/keyguard_screen_password_portrait.xml +++ b/core/res/res/layout-xlarge/keyguard_screen_password_portrait.xml @@ -57,6 +57,7 @@ android:layout_marginBottom="5dip" android:textAppearance="?android:attr/textAppearanceMedium" android:background="@drawable/lockscreen_password_field_dark" + android:hint="@string/keyguard_password_entry_touch_hint" android:textColor="#ffffffff" /> diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 46e45dbf6dc0..fd891c3c47ad 100755 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1637,6 +1637,9 @@ Displayed in one line in a large font. --> Enter PIN code + + Touch to enter password + Enter password to unlock -- cgit v1.2.3-59-g8ed1b