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

Commit 01fa7318 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Use corner radius attr instead of fixed value

Bug: 64122537
Test: visual
Change-Id: I01cc2d4043c684dc71bf610d4c98c5cca2d05428
parent c1442e89
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">
    <shape android:shape="rectangle">
        <corners android:radius="2dp" />
        <corners android:radius="?android:attr/dialogCornerRadius" />
        <solid android:color="?android:attr/colorBackground" />
    </shape>
</inset>