Remove outdated custom background for password field.

In the lockscreen settings, the entry text field for the PIN/password still uses an outdated, gingerbready background. This is removed by using the default Holo background.

Bug: 12382439
Change-Id: Iaa7ea4980060762841646a4b8ea18d008518c24b
This commit is contained in:
Jorim Jaggi
2014-01-08 15:03:25 -08:00
parent f20f5ce89a
commit 4378743a2f
11 changed files with 0 additions and 34 deletions

View File

@@ -57,7 +57,6 @@
android:layout_marginStart="30dip"
android:layout_marginEnd="30dip"
android:textAppearance="?android:attr/textAppearanceLarge"
android:background="@drawable/password_field_default"
android:textColor="#ffffffff"
/>