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

This commit is contained in:
Jim Miller
2011-02-02 12:41:07 -08:00
committed by Android (Google) Code Review
2 changed files with 0 additions and 2 deletions

View File

@@ -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"
/>

View File

@@ -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"
/>