android_vendor_hardware_ove.../DuoQin/Qin3Ultra/res/values/config.xml
Peter Cai 0f6c1c26db 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.
2023-04-21 07:55:57 -04:00

18 lines
824 B
XML
Executable file

<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="config_useDevInputEventForAudioJack">true</bool>
<bool name="config_showNavigationBar">true</bool>
<bool name="config_fillMainBuiltInDisplayCutout">false</bool>
<dimen name="status_bar_height_default">110px</dimen>
<dimen name="status_bar_height">110px</dimen>
<dimen name="status_bar_height_portrait">110px</dimen>
<dimen name="status_bar_height_landscape">28dp</dimen>
<dimen name="quick_qs_offset_height">110px</dimen>
<integer name="config_screenBrightnessSettingMinimum">1</integer>
<string name="config_mainBuiltInDisplayCutout">M -360,0 L -360,101 L -259,101 L -259,0 Z</string>
<string name="config_mainBuiltInDisplayCutoutRectApproximation">M -360,0 L -360,101 L -259,101 L -259,0 Z</string>
</resources>