Set config_dialogCornerRadius to square icon shape

Bug: 130028929
Test: flashed and used developers options / square to test it out
Change-Id: I9bdae337be36ce775b50ad859ea557e1c3ef8e93
This commit is contained in:
Hyunyoung Song
2019-04-05 10:22:48 -07:00
parent d937a7916f
commit 09f2cb7fec

View File

@@ -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>