Merge changes from topic "cherrypicker-L33400030004168780:N61600030065747742" into 24D1-dev

* changes:
  Revert "Reduce rounded_corner_radius to 142"
  Revert "Reduce rounded_corner_radius to 137"
This commit is contained in:
David Lin 2024-06-03 02:19:03 +00:00 committed by Android (Google) Code Review
commit 6fa83b2f0b
2 changed files with 6 additions and 6 deletions

View file

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

View file

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