rosemary: rro_overlays: Kang statusbar padding from surya

* From https://github.com/LineageOS/android_device_xiaomi_surya/blob/lineage-20/overlay/J20CSystemUI/res/values/dimens.xml

Change-Id: I79335a51b08fb6cda156e8f61f3c7cd68e269013
This commit is contained in:
Matsvei Niaverau
2023-03-26 19:28:16 +02:00
parent 6d5e0036e2
commit 0d8fffb9d5

View File

@@ -1,5 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- the padding on the top of the statusbar (usually 0) -->
<dimen name="status_bar_padding_top">8dp</dimen>
<!-- the padding on the start of the statusbar -->
<dimen name="status_bar_padding_start">12dp</dimen>
<!-- the padding on the end of the statusbar -->
<dimen name="status_bar_padding_end">5dp</dimen>
<!-- Margin on the left side of the carrier text on Keyguard -->
<dimen name="keyguard_carrier_text_margin">20dp</dimen>
<!-- Height of the status bar header bar when on Keyguard -->
<dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height</dimen>
<!-- Location on the screen of the center of the physical power button. -->
<dimen name="physical_power_button_center_screen_location_y">910px</dimen>
<!-- Location on the screen of the center of the fingerprint sensor. -->