Merge "Set font sizes of typed passwords and pins to match keyguard"
This commit is contained in:
committed by
Android (Google) Code Review
commit
d300f3f3a4
@@ -26,6 +26,8 @@
|
||||
android:layout_width="0dip"
|
||||
android:layout_weight="1"
|
||||
android:inputType="textPassword"
|
||||
android:textSize="16sp"
|
||||
android:padding="10sp"
|
||||
style="@style/TextAppearance.CryptKeeper_PasswordEntry" />
|
||||
|
||||
<include layout="@layout/crypt_keeper_switch_input_method" />
|
||||
|
@@ -26,6 +26,8 @@
|
||||
android:layout_width="0dip"
|
||||
android:layout_weight="1"
|
||||
android:inputType="numberPassword"
|
||||
android:textSize="28sp"
|
||||
android:padding="4sp"
|
||||
style="@style/TextAppearance.CryptKeeper_PasswordEntry" />
|
||||
|
||||
<include layout="@layout/crypt_keeper_switch_input_method" />
|
||||
|
@@ -83,7 +83,6 @@
|
||||
</style>
|
||||
|
||||
<style name="TextAppearance.CryptKeeper_PasswordEntry" parent="android:TextAppearance.Material">
|
||||
<item name="android:textSize">36sp</item>
|
||||
<item name="android:gravity">center_horizontal</item>
|
||||
<item name="android:background">@null</item>
|
||||
<item name="android:textCursorDrawable">@null</item>
|
||||
|
Reference in New Issue
Block a user