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

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

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

* commit '22d23eb5':
  Fix 3410155: Remove hint text from password entry field.
parents e40afdf7 22d23eb5
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"
            />