Merge changes Ia600acc9,I833f8d8d into main

* changes:
  Use rounded corner radius from max resolution
  Use rounded corner radius from max resolution
This commit is contained in:
Kimi Hsu 2024-03-19 07:09:12 +00:00 committed by Android (Google) Code Review
commit 1d9870d601
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">115px</dimen>
<dimen name="rounded_corner_radius_top">118px</dimen>
<dimen name="rounded_corner_radius_bottom">115px</dimen>
<dimen name="rounded_corner_radius">132px</dimen>
<dimen name="rounded_corner_radius_top">132px</dimen>
<dimen name="rounded_corner_radius_bottom">132px</dimen>
</resources>