rtwo: overlay: reduce rounded corner radius

This commit is contained in:
SGCMarkus
2023-07-29 21:11:59 +02:00
parent 8b772205c4
commit e9508a4de6

View File

@@ -5,9 +5,9 @@
-->
<resources>
<!-- Radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">75.0px</dimen>
<dimen name="rounded_corner_radius_bottom">75.0px</dimen>
<dimen name="rounded_corner_radius_top">75.0px</dimen>
<dimen name="rounded_corner_radius">70.0px</dimen>
<dimen name="rounded_corner_radius_bottom">70.0px</dimen>
<dimen name="rounded_corner_radius_top">70.0px</dimen>
<!-- Height of the status bar in portrait. The height should be
Max((status bar content height + waterfall top size), top cutout size) -->