berlin: overlay: reduce rounded corner radius

Even though stock also uses 90px, this does not match
our panel. In light mode one can see bright areas in
the corner of the screen due to the missmatched rounded
corner radius.

Change-Id: I22e3f78273c08297ef9a2ce8595ac3eb74bbe724
This commit is contained in:
SGCMarkus 2022-10-28 16:11:55 +02:00
parent d51035f946
commit aeb5b01a33

View File

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