Condense landscape layout of auth credential password view
Changes the layout of the biometric prompt auth credential password
when in landscape orientation, in order to prevent the keyboard from
obscuring the password/PIN entry or error text views. Specifically:
- Removes the icon from the layout
- Reduces/removes padding and spacers
Test: CTS Verifier > Biometric Tests > 4a: Credential, Cipher
Test: Biometric support demo app
Fixes: 155041280
Change-Id: I8d576f76d2e90b1830a22aebbfc12559634b6b75
diff --git a/packages/SystemUI/res/values/styles.xml b/packages/SystemUI/res/values/styles.xml
index f67bb6b..57d2040 100644
--- a/packages/SystemUI/res/values/styles.xml
+++ b/packages/SystemUI/res/values/styles.xml
@@ -258,7 +258,7 @@
<style name="TextAppearance.AuthCredential.Title">
<item name="android:fontFamily">google-sans</item>
- <item name="android:paddingTop">16dp</item>
+ <item name="android:paddingTop">12dp</item>
<item name="android:paddingHorizontal">24dp</item>
<item name="android:textSize">24sp</item>
</style>
@@ -278,7 +278,7 @@
</style>
<style name="TextAppearance.AuthCredential.Error">
- <item name="android:paddingTop">12dp</item>
+ <item name="android:paddingTop">6dp</item>
<item name="android:paddingHorizontal">24dp</item>
<item name="android:textSize">14sp</item>
<item name="android:textColor">?android:attr/colorError</item>