Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1224a68 authored by Jim Miller's avatar Jim Miller
Browse files

Fix 3373106: add hint text to PasswordUnlock

Change-Id: Ie0a5081cf74da551a161f46457b987bcdcef2127
parent 055e56ee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"
                />

+1 −0
Original line number Diff line number Diff line
@@ -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"
            />

+3 −0
Original line number Diff line number Diff line
@@ -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>