Fix 3373106: add hint text to PasswordUnlock

Change-Id: Ie0a5081cf74da551a161f46457b987bcdcef2127
This commit is contained in:
Jim Miller
2011-01-20 17:43:45 -08:00
parent 055e56ee1b
commit a1224a684d
3 changed files with 5 additions and 0 deletions

View File

@@ -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"
/>

View File

@@ -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"
/>

View File

@@ -1637,6 +1637,9 @@
Displayed in one line in a large font. -->
<string name="keyguard_password_enter_pin_code">Enter PIN code</string>
<!-- Displayed as hint in passwordEntry EditText on PasswordUnlockScreen [CHAR LIMIT=30]-->
<string name="keyguard_password_entry_touch_hint"><font size="17">Touch to enter password</font></string>
<!-- Instructions telling the user to enter their text password to unlock the keyguard.
Displayed in one line in a large font. -->
<string name="keyguard_password_enter_password_code">Enter password to unlock</string>