diff options
| author | 2011-02-02 10:24:56 -0800 | |
|---|---|---|
| committer | 2011-02-02 10:24:56 -0800 | |
| commit | 4c573605d0052761497373c4554aeaf3d79e4f72 (patch) | |
| tree | 351a355db4f224a9ff6580add16b1f7437ec0bce | |
| parent | 4b77bbd2ffc9d3a5c9dc5a03d98c7f94436173f7 (diff) | |
Fix 3410155: Remove hint text from password entry field.
Change-Id: I36882a365e721f038366fea086a0727c9608bf67
| -rw-r--r-- | core/res/res/layout-xlarge/keyguard_screen_password_landscape.xml | 1 | ||||
| -rw-r--r-- | core/res/res/layout-xlarge/keyguard_screen_password_portrait.xml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/core/res/res/layout-xlarge/keyguard_screen_password_landscape.xml b/core/res/res/layout-xlarge/keyguard_screen_password_landscape.xml index 16bfc3123d2a..17830882b21f 100644 --- a/core/res/res/layout-xlarge/keyguard_screen_password_landscape.xml +++ b/core/res/res/layout-xlarge/keyguard_screen_password_landscape.xml @@ -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" /> diff --git a/core/res/res/layout-xlarge/keyguard_screen_password_portrait.xml b/core/res/res/layout-xlarge/keyguard_screen_password_portrait.xml index b87b51fda6b1..63241ddf9e65 100644 --- a/core/res/res/layout-xlarge/keyguard_screen_password_portrait.xml +++ b/core/res/res/layout-xlarge/keyguard_screen_password_portrait.xml @@ -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" /> |