spartan: overlay: Adjust padding

Signed-off-by: provasish <iambumba3@gmail.com>
This commit is contained in:
provasish
2025-10-05 19:44:43 +00:00
committed by provasishh
parent 84d3fa21b8
commit 0db8b79ad6
2 changed files with 2 additions and 8 deletions

View File

@@ -9,7 +9,7 @@
<dimen name="status_bar_padding_start">14dp</dimen>
<!-- the padding on the end of the statusbar -->
<dimen name="status_bar_padding_end">14dp</dimen>
<dimen name="status_bar_padding_end">8px</dimen>
<!-- the padding on the top of the statusbar (usually 0) -->
<dimen name="status_bar_padding_top">0px</dimen>

View File

@@ -16,13 +16,7 @@
<dimen name="status_bar_padding_start">0dp</dimen>
<!-- the padding on the end of the statusbar -->
<dimen name="status_bar_padding_end">0dp</dimen>
<!-- paddings for container with status icons and battery -->
<!-- padding start is a bit smaller than end to account for status icon margin-->
<dimen name="status_bar_icons_padding_start">0dp</dimen>
<dimen name="status_bar_icons_padding_end">0dp</dimen>
<dimen name="status_bar_padding_end">8px</dimen>
<!-- the padding on the top of the statusbar (usually 0) -->
<dimen name="status_bar_padding_top">11px</dimen>