Loading core/res/res/layout-xlarge/keyguard_screen_password_landscape.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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" /> Loading core/res/res/layout-xlarge/keyguard_screen_password_portrait.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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" /> Loading core/res/res/values/strings.xml +3 −0 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
core/res/res/layout-xlarge/keyguard_screen_password_landscape.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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" /> Loading
core/res/res/layout-xlarge/keyguard_screen_password_portrait.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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" /> Loading
core/res/res/values/strings.xml +3 −0 Original line number Diff line number Diff line Loading @@ -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> Loading