Use rounded corner radius from max resolution
Bug: 326046204 Test: try WindowInsets#getRoundedCorner Flag: NONE Change-Id: Ib01a250137447b833f7fad47e0076291993b652d
This commit is contained in:
parent
a501a62ebb
commit
cf99a5400d
1 changed files with 3 additions and 1 deletions
|
@ -43,7 +43,9 @@
|
|||
|
||||
|
||||
<!-- 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. -->
|
||||
<dimen name="rounded_corner_radius_adjustment">5px</dimen>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue