mirror of
https://github.com/pjgowtham/android_device_realme_ferrarri.git
synced 2025-07-18 10:12:51 +00:00
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:
parent
19a24903f8
commit
83c93aaafc
@ -20,5 +20,5 @@
|
||||
<dimen name="status_bar_padding_start">63px</dimen>
|
||||
|
||||
<!-- 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>
|
||||
|
@ -23,7 +23,7 @@
|
||||
<dimen name="status_bar_padding_start">0px</dimen>
|
||||
|
||||
<!-- 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 -->
|
||||
<dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height_portrait</dimen>
|
||||
|
Loading…
x
Reference in New Issue
Block a user