vermeer: overlay: reduce rounded corner radius

the ROM lockscreen shows white curves where rounded corners near the statusbar are supposed to be in place.
So reduce the radius so that those white curves are not visible to the user until a better solution is found.

Change-Id: Iab5b594b68ea0462ab37ca6e11ad426b4650bc47
This commit is contained in:
Pranav-Talmale
2025-01-21 19:50:23 +01:00
committed by Lunark :3
parent fa15906672
commit 6b03ed16ad

View File

@@ -29,7 +29,7 @@
<!-- 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">140.0px</dimen> <dimen name="rounded_corner_radius_top">121.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. -->