dubai: overlay: Redo statusbar padding overlays

• Prior to this, the icons were not aligned to the camera cutout.
• Seems like motorola had set status_bar_padding_top_portrait but
  we don't have that. However, status_bar_padding_top is configurable
  so use the same value there.

Change-Id: Ife06be11a66098c8e84a94b1f11efd2c2280b9f3
This commit is contained in:
Mukul Dhir 2024-08-13 14:42:54 -04:00 committed by Fraaxius
parent 3027316b34
commit 5d9a0fe216
3 changed files with 20 additions and 13 deletions

View file

@ -7,6 +7,12 @@
<!-- the padding on the start of the statusbar -->
<dimen name="status_bar_padding_start">20.0dip</dimen>
<!-- The padding on the end of the statusbar -->
<dimen name="status_bar_padding_end">7.0dip</dimen>
<!-- The padding on the top of the statusbar (usually 0) -->
<dimen name="status_bar_padding_top">20.0px</dimen>
<!-- Height of the status bar header bar when on Keyguard -->
<dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height</dimen>