android_vendor_hardware_ove.../Xiaomi/Redmi10X5G-SystemUI/res/values/dimens.xml
Saya 53802e6aae
chore: create new margins (#6)
* feat: use xiaomi bomb power profiles for a12

- same chipset should be compatible

* feat: try to enable burn in protection

* feat: add new margins

* fix: remove uneeded string

* chore: increase padding by 2dp
2022-09-16 15:17:20 +08:00

23 lines
872 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- the padding on the top of the statusbar -->
<dimen name="status_bar_padding_top">2dp</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">12dp</dimen>
<!-- Margin on the right side of the system icon group on Keyguard. -->
<dimen name="system_icons_keyguard_padding_end">8dp</dimen>
<!-- the padding of the rounded corner -->
<dimen name="rounded_corner_content_padding">10dp</dimen>
<!-- Margin on the left side of the carrier text on Keyguard -->
<dimen name="keyguard_carrier_text_margin">25dp</dimen>
<!-- the padding of the rounded corner -->
<dimen name="rounded_corner_radius">132px</dimen>
</resources>