commit | 0e898acd4a5b7dcd5e960d232c59bd381e47f33d | [log] [tgz] |
---|---|---|
author | Alex Johnston <acjohnston@google.com> | Thu Jul 01 16:20:23 2021 +0100 |
committer | Alex Johnston <acjohnston@google.com> | Thu Jul 01 16:20:23 2021 +0100 |
tree | 38a2901cf29484abdc233ce90e4c8eba25a4f2a1 | |
parent | afc0bd763c5504df86c2fadbdb59648c32276a65 [diff] |
Add bottom padding to 'Choose a new lock screen' * Add 24dp padding Before: https://screenshot.googleplex.com/64sTaMhwqMKQ4CE After: https://screenshot.googleplex.com/As33LmkLXG7duV5 Bug: 192541032 Test: manual testing (see screenshots) Change-Id: I4e29e4f776e7be1c42301c39c4844d7ee948eaaa
diff --git a/res/values/styles.xml b/res/values/styles.xml index 63ea86e..e25c7fa 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml
@@ -394,6 +394,7 @@ <style name="BiometricHeaderStyle" parent="@*android:style/TextAppearance.DeviceDefault.Subhead"> <item name="android:paddingTop">16dp</item> + <item name="android:paddingBottom">24dp</item> <item name="android:lineSpacingMultiplier">1.2</item> </style>