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

Commit 1c1c73dd authored by Edgar Wang's avatar Edgar Wang Committed by Android (Google) Code Review
Browse files

Merge "[SettingsLib] Update the expandable preference button's shape" into main

parents 7179c45f b76dc623
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -18,8 +18,9 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item>
        <shape
            android:shape="oval">
            android:shape="rectangle">
            <size android:width="32dp" android:height="40dp"/>
            <corners android:radius="@dimen/settingslib_expressive_space_large1"/>
            <solid android:color="@color/settingslib_materialColorSurfaceContainer"/>
        </shape>
    </item>