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

Commit 09f2cb7f authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Set config_dialogCornerRadius to square icon shape

Bug: 130028929
Test: flashed and used developers options / square to test it out
Change-Id: I9bdae337be36ce775b50ad859ea557e1c3ef8e93
parent d937a791
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@
    <string name="config_icon_mask" translatable="false">"M50,0L100,0 100,100 0,100 0,0z"</string>
    <!-- Flag indicating whether round icons should be parsed from the application manifest. -->
    <bool name="config_useRoundIcon">false</bool>
    <!-- Corner radius of system dialogs -->
    <dimen name="config_dialogCornerRadius">0dp</dimen>

</resources>