Merge "Use rounded corner radius from max resolution" into 24D1-dev

This commit is contained in:
Kimi Hsu 2024-04-11 06:33:08 +00:00 committed by Android (Google) Code Review
commit 7b34b39057

View file

@ -19,7 +19,7 @@
<resources>
<!-- Radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">115px</dimen>
<dimen name="rounded_corner_radius_top">118px</dimen>
<dimen name="rounded_corner_radius_bottom">115px</dimen>
<dimen name="rounded_corner_radius">157px</dimen>
<dimen name="rounded_corner_radius_top">157px</dimen>
<dimen name="rounded_corner_radius_bottom">157px</dimen>
</resources>