Merge "[Rounded corners] Define top and bottom corners as equal to default" into main

This commit is contained in:
Treehugger Robot 2023-11-03 19:04:52 +00:00 committed by Android (Google) Code Review
commit bd15ce1264

View file

@ -20,6 +20,8 @@
<resources>
<!-- Radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">128px</dimen>
<dimen name="rounded_corner_radius_top">128px</dimen>
<dimen name="rounded_corner_radius_bottom">128px</dimen>
<!-- Height of the status bar.
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.