am 93727e84: Merge "Fix 3373106: add hint text to PasswordUnlock" into honeycomb
* commit '93727e845fa73f3397ccbe4416a5781bb5003883': Fix 3373106: add hint text to PasswordUnlock
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user