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

Commit b709a853 authored by Jim Miller's avatar Jim Miller Committed by Android Git Automerger
Browse files

am c2c2360b: am 22d23eb5: Merge "Fix 3410155: Remove hint text from password...

am c2c2360b: am 22d23eb5: Merge "Fix 3410155: Remove hint text from password entry field." into honeycomb

* commit 'c2c2360b':
  Fix 3410155: Remove hint text from password entry field.
parents 9ca397f5 c2c2360b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -61,7 +61,6 @@
                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"
                />

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