grus: overlay: Add some padding on the start of status bar

The clock is placed against the screen's corner on 15, without gap. Fix it.

Change-Id: Ib6dc4788306d19d30fadafa7f7f02086bc045752
This commit is contained in:
Yumi Yukimura 2024-11-05 21:15:18 +08:00 committed by Ivan Vecera
parent c007d50b58
commit 18cd11a5cb

View File

@ -22,4 +22,7 @@
<!-- Microns/ums (1000 um = 1mm) per pixel for the given device. If unspecified, UI that
relies on this value will not be sized correctly. -->
<item name="pixel_pitch" format="float" type="dimen">58.84</item>
<!-- the padding on the start of the statusbar -->
<dimen name="status_bar_padding_start">30px</dimen>
</resources>