Merge "Set config_dialogCornerRadius to square icon shape" into qt-dev

This commit is contained in:
TreeHugger Robot
2019-04-05 19:40:28 +00:00
committed by Android (Google) Code Review

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>