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

Commit 1028207e authored by Edgar Wang's avatar Edgar Wang
Browse files

[Expressive design] update the button style in Alert Dialog

- update the padding of buttons

Bug: 394699422
Test: visual
Flag: EXEMPT resource update
Change-Id: I05450e1155e66c3d3d029ca9f4d35b634c18d525
parent 01c534a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,11 +127,11 @@
    </style>

    <style name="Widget.SettingsLib.ButtonBar" parent="@style/Widget.AppCompat.ButtonBar.AlertDialog">
        <item name="android:paddingTop">@dimen/settingslib_expressive_space_extrasmall2</item>
        <item name="android:paddingBottom">@dimen/settingslib_expressive_space_small4</item>
    </style>

    <style name="Widget.SettingsLib.DialogButton" parent="@style/Widget.AppCompat.Button">
        <item name="android:layout_marginTop">@dimen/settingslib_expressive_space_extrasmall4</item>
        <item name="android:layout_height">wrap_content</item>
        <item name="android:minHeight">0dp</item>
        <item name="android:minWidth">0dp</item>