Merge "Set config_bottomDialogCornerRadius for square icon shape." into qt-dev

This commit is contained in:
TreeHugger Robot
2019-04-23 16:03:47 +00:00
committed by Android (Google) Code Review

View File

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