Merge "Stop long passwords crashing CryptKeeper" into mnc-dr-dev

This commit is contained in:
Paul Lawrence
2015-09-18 15:26:01 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
android:inputType="textPassword"
android:textSize="16sp"
android:padding="10sp"
android:maxLength="500"
style="@style/TextAppearance.CryptKeeper_PasswordEntry" />
<include layout="@layout/crypt_keeper_switch_input_method" />

View File

@@ -28,6 +28,7 @@
android:inputType="numberPassword"
android:textSize="28sp"
android:padding="4sp"
android:maxLength="500"
style="@style/TextAppearance.CryptKeeper_PasswordEntry" />
<include layout="@layout/crypt_keeper_switch_input_method" />