Use rounded corner radius from max resolution

Bug: 326046204
Test: try WindowInsets#getRoundedCorner
Flag: NONE
Change-Id: Ib01a250137447b833f7fad47e0076291993b652d
This commit is contained in:
Kimi Hsu 2024-02-29 08:32:39 +00:00
parent a501a62ebb
commit cf99a5400d

View file

@ -43,7 +43,9 @@
<!-- Radius of the software rounded corners. --> <!-- Radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">50px</dimen> <dimen name="rounded_corner_radius">67px</dimen>
<dimen name="rounded_corner_radius_top">67px</dimen>
<dimen name="rounded_corner_radius_bottom">66px</dimen>
<!-- Adjustment for software rounded corners since corners aren't perfectly round. --> <!-- Adjustment for software rounded corners since corners aren't perfectly round. -->
<dimen name="rounded_corner_radius_adjustment">5px</dimen> <dimen name="rounded_corner_radius_adjustment">5px</dimen>