lemonadep: overlay: Align status bar icons with cutout

Change-Id: Ib18e6c4cd4a21e36f5f45ac5f7b894a824e434f3
This commit is contained in:
Michael Bestas 2022-05-24 00:12:16 +03:00 committed by LuK1337
parent ba991a7271
commit c1c399d375
4 changed files with 8 additions and 2 deletions

View File

@ -450,7 +450,7 @@
<string translatable="false" name="config_mainBuiltInDisplayCutoutRectApproximation"> <string translatable="false" name="config_mainBuiltInDisplayCutoutRectApproximation">
M 0,0 M 0,0
H 236 H 236
V 126 V 152
H 0 H 0
Z Z
@left @left

View File

@ -8,7 +8,7 @@
<!-- Height of the status bar. <!-- Height of the status bar.
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead. Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
--> -->
<dimen name="status_bar_height">138px</dimen> <dimen name="status_bar_height">152px</dimen>
<!-- Default radius of the software rounded corners. --> <!-- Default radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">8dp</dimen> <dimen name="rounded_corner_radius">8dp</dimen>

View File

@ -11,4 +11,7 @@
<!-- the padding on the end of the statusbar --> <!-- the padding on the end of the statusbar -->
<dimen name="status_bar_padding_end">33px</dimen> <dimen name="status_bar_padding_end">33px</dimen>
<!-- the padding on the top of the statusbar (usually 0) -->
<dimen name="status_bar_padding_top">0px</dimen>
</resources> </resources>

View File

@ -14,6 +14,9 @@
<!-- the padding on the end of the statusbar --> <!-- the padding on the end of the statusbar -->
<dimen name="status_bar_padding_end">35px</dimen> <dimen name="status_bar_padding_end">35px</dimen>
<!-- the padding on the top of the statusbar (usually 0) -->
<dimen name="status_bar_padding_top">11px</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</dimen> <dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height</dimen>