Use rounded corner radius from max resolution

Bug: 330088446
Test: try WindowInsets#getRoundedCorner
Flag: NONE
Change-Id: I833f8d8d07a64810bc9437a4696d9690d9f900a1
(cherry picked from commit 664e173186)
This commit is contained in:
Kimi Hsu 2024-03-04 05:08:21 +00:00
parent c87f938b5a
commit 1de6d7d01c

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">153px</dimen>
<dimen name="rounded_corner_radius_top">153px</dimen>
<dimen name="rounded_corner_radius_bottom">153px</dimen>
</resources>