sweet: overlay: Reduce rounded corner radius
* Fixes https://imgur.com/a/aMcFkif Change-Id: I191225bc247e0444e09604b2f707e107dfcde77b
This commit is contained in:
parent
3940e7118c
commit
d146e191db
@ -25,10 +25,10 @@
|
||||
<dimen name="status_bar_height_portrait">@dimen/status_bar_height_default</dimen>
|
||||
<!-- Radius of the software rounded corners at the top of the display in its natural
|
||||
orientation. If zero, the value of rounded_corner_radius is used. -->
|
||||
<dimen name="rounded_corner_radius_top">102.0px</dimen>
|
||||
<dimen name="rounded_corner_radius_top">90.0px</dimen>
|
||||
<!-- Radius of the software rounded corners at the bottom of the display in its natural
|
||||
orientation. If zero, the value of rounded_corner_radius is used. -->
|
||||
<dimen name="rounded_corner_radius_bottom">102.0px</dimen>
|
||||
<dimen name="rounded_corner_radius_bottom">90.0px</dimen>
|
||||
<!-- Default radius of the software rounded corners. -->
|
||||
<dimen name="rounded_corner_radius">20.0dip</dimen>
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user