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

Commit 7361702e authored by lindatseng's avatar lindatseng
Browse files

Have dialogCornerRadius same as theme for panel

Should have DialogCornerRadius updated with theme

Test: Visual inspection
Fixes: 123833192
Change-Id: I2e9779122f01e8e36611ae95a69295aa81e931fe
parent 963ebf57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

<inset xmlns:android="http://schemas.android.com/apk/res/android" android:inset="4dp">
    <shape android:shape="rectangle">
        <corners android:radius="8dp" />
        <corners android:radius="?android:attr/dialogCornerRadius" />
        <solid android:color="?android:attr/colorBackground" />
    </shape>
</inset>
 No newline at end of file