Adjust rounded corner radius for Android 12L

Stop seeing white pieces of QS panel on lockscreen on light theme
This commit is contained in:
Alexander 2022-05-11 23:41:18 +03:00 committed by GitHub
parent 5d349782d9
commit 423469dca4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,8 @@
<dimen name="status_bar_height">86px</dimen>
<dimen name="status_bar_height_portrait">86px</dimen>
<dimen name="status_bar_height_landscape">86px</dimen>
<dimen name="rounded_corner_radius_top">110.0px</dimen>
<dimen name="rounded_corner_radius_bottom">110.0px</dimen>
<dimen name="rounded_corner_radius_top">103.0px</dimen>
<dimen name="rounded_corner_radius_bottom">103.0px</dimen>
<dimen name="notification_header_padding_top">10.0dip</dimen>
<dimen name="notification_header_padding_bottom">11.0dip</dimen>