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

Commit 451ca24e authored by Amin Shaikh's avatar Amin Shaikh
Browse files

Set config_bottomDialogCornerRadius for square icon shape.

Change-Id: Ia98fc2bacb0471ffab1ae08bd0df9f146034b047
Fixes: 130758955
Test: make; push overlays
parent 0d257a35
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -23,6 +23,8 @@
    <bool name="config_useRoundIcon">false</bool>
    <!-- Corner radius of system dialogs -->
    <dimen name="config_dialogCornerRadius">0dp</dimen>
    <!-- Corner radius for bottom sheet system dialogs -->
    <dimen name="config_bottomDialogCornerRadius">0dp</dimen>
  
</resources>