Use rounded corner radius from max resolution
Bug: 330088446
Test: try WindowInsets#getRoundedCorner
Flag: NONE
Change-Id: I70be19a730ff6d29b7eb18f27c26d217ae1727c4
(cherry picked from commit 517aca891b
)
This commit is contained in:
parent
c87f938b5a
commit
e15d1f8651
1 changed files with 3 additions and 3 deletions
|
@ -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">157px</dimen>
|
||||
<dimen name="rounded_corner_radius_top">157px</dimen>
|
||||
<dimen name="rounded_corner_radius_bottom">157px</dimen>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue