lemonadep: overlay: Reduce status_bar_padding_end

It appears that on Android 12 there's a higher status bar padding by
default, thus we need to adjust it by more or less dividing current
value by 2.

Change-Id: I98e34734425e858242d96812e4aa1329c6052be2
This commit is contained in:
DarkJoker360 2022-01-23 08:47:32 -08:00 committed by Bruno Martins
parent 19a24903f8
commit 83c93aaafc
2 changed files with 2 additions and 2 deletions

View File

@ -20,5 +20,5 @@
<dimen name="status_bar_padding_start">63px</dimen> <dimen name="status_bar_padding_start">63px</dimen>
<!-- the padding on the end of the statusbar --> <!-- the padding on the end of the statusbar -->
<dimen name="status_bar_padding_end">63px</dimen> <dimen name="status_bar_padding_end">33px</dimen>
</resources> </resources>

View File

@ -23,7 +23,7 @@
<dimen name="status_bar_padding_start">0px</dimen> <dimen name="status_bar_padding_start">0px</dimen>
<!-- the padding on the end of the statusbar --> <!-- the padding on the end of the statusbar -->
<dimen name="status_bar_padding_end">65px</dimen> <dimen name="status_bar_padding_end">35px</dimen>
<!-- Height of the status bar header bar when on Keyguard --> <!-- Height of the status bar header bar when on Keyguard -->
<dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height_portrait</dimen> <dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height_portrait</dimen>