Merge "Reduce rounded_corner_radius to 142" into 24D1-dev

This commit is contained in:
Justin Weir 2024-05-22 15:13:43 +00:00 committed by Android (Google) Code Review
commit 4ee51faa43

View file

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