sweet: overlay: Reduce rounded corner radius

* Fixes https://imgur.com/a/aMcFkif

Change-Id: I191225bc247e0444e09604b2f707e107dfcde77b
This commit is contained in:
basamaryan 2023-09-04 19:15:34 -04:00
parent 3940e7118c
commit d146e191db
No known key found for this signature in database
GPG Key ID: 707BA6C82329E8F9

View File

@ -25,10 +25,10 @@
<dimen name="status_bar_height_portrait">@dimen/status_bar_height_default</dimen> <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 <!-- 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. --> 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 <!-- 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. --> 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. --> <!-- Default radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">20.0dip</dimen> <dimen name="rounded_corner_radius">20.0dip</dimen>
</resources> </resources>