mirror of
https://github.com/LineageOS/android_device_xiaomi_vermeer.git
synced 2026-06-20 18:19:35 +00:00
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:
committed by
Lunark :3
parent
fa15906672
commit
6b03ed16ad
@@ -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. -->
|
||||||
|
|||||||
Reference in New Issue
Block a user