Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e898acd authored by Alex Johnston's avatar Alex Johnston
Browse files

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
parent afc0bd76
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>