Adjust padding for status bar

This commit is contained in:
Jonas
2025-09-26 21:10:37 -07:00
committed by osm1019
parent ac5efcb41c
commit e595952054

View File

@@ -13,7 +13,14 @@
<item name="pixel_pitch" format="float" type="dimen">49.49</item>
<!-- the padding on the start of the statusbar -->
<dimen name="status_bar_padding_start">12dp</dimen>
<dimen name="status_bar_padding_start">16dp</dimen>
<!-- the padding on the end of the statusbar -->
<dimen name="status_bar_padding_end">0dp</dimen>
<dimen name="status_bar_icons_padding_end">0dp</dimen>
<!-- Margin on the left side of the carrier text on Keyguard -->
<dimen name="keyguard_carrier_text_margin">8dp</dimen>
<!-- Location on the screen of the center of the physical power button. -->
<dimen name="physical_power_button_center_screen_location_y">1000px</dimen>