android_vendor_hardware_ove.../DuoQin/Qin3Ultra-SystemUI/res/values/config.xml
Peter Cai e07e98d07d Tune status bar layout for Qin 3 Ultra
- Reduce the height of status bar
- Pad the top of status bar so that the text aligns with the
  front-facing camera.
- keyguard_carrier_text_margin needs to include padding induced by
  cutout; otherwise it is going to be reset to 0 in fwb.
2023-04-27 11:21:05 -04:00

12 lines
554 B
XML
Executable file

<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="status_bar_padding_start">23px</dimen>
<dimen name="status_bar_padding_end">37px</dimen>
<dimen name="status_bar_padding_top">27px</dimen>
<dimen name="status_bar_header_height_keyguard">110px</dimen>
<dimen name="keyguard_carrier_text_margin">124px</dimen>
<dimen name="system_icons_keyguard_padding_end">37px</dimen>
<dimen name="large_screen_shade_header_height">110px</dimen>
<dimen name="large_screen_shade_header_min_height">110px</dimen>
</resources>