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

Commit 1fefb0da authored by Chun-Ku Lin's avatar Chun-Ku Lin
Browse files

[Expressive] Set clipToPadding=false to allow more scrollable area

With b/416089006, we have paddingTop and paddingBottom set on the buttonPanel. If the alertDialog doesn't have enough space for the entire buttonPanel, the scrollable area became too small to effective scroll.
Set clipToPadding=false, would allow increase the scrollable area.

Bug: 406415609
Test: manual (See b/406415609#comment14 for screenshots)
Flag: EXEMPT low risk
Change-Id: I2314db1f260056d62eaeffc22720b8e687e2742a
parent 8cb331c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -447,6 +447,7 @@
        <item name="android:paddingTop">28dp</item>
        <item name="android:paddingBottom">@dimen/settingslib_expressive_space_extrasmall6</item>
        <item name="android:minHeight">@dimen/settingslib_expressive_space_large2</item>
        <item name="android:clipToPadding">false</item>
    </style>

    <style name="Widget.SettingsLib.DialogButton" parent="@android:style/Widget.DeviceDefault.Button">