android_vendor_hardware_ove.../Realme/GTMasterExplorer/res/values/config.xml
Andy CrossGate Yan d9ee089006 Fixup status bar for some devices
Google changed status bar yet again, smh...
Not overriding `status_bar_height_default` causes status bar items to lose their vertical position,
or to be more precise, positioned as if the status bar is of default height

Change-Id: I60ddee6998d0fabb945fa1ed1c41bff28241affd
2022-06-11 22:18:56 +08:00

23 lines
1.1 KiB
XML

<?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>
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
<bool name="config_powerDecoupleAutoSuspendModeFromDisplay">true</bool>
<bool name="config_powerDecoupleInteractiveModeFromDisplay">true</bool>
<bool name="config_enableBurnInProtection">true</bool>
<dimen name="status_bar_height_default">132px</dimen>
<dimen name="status_bar_height">132px</dimen>
<dimen name="status_bar_height_portrait">132px</dimen>
<dimen name="status_bar_height_landscape">28dp</dimen>
<dimen name="quick_qs_offset_height">132px</dimen>
<integer name="config_screenBrightnessDoze">3</integer>
<integer name="config_screenBrightnessSettingMinimum">1</integer>
<string name="config_mainBuiltInDisplayCutout">M -540,0 L -540,102 L -408,102 L -408,0 Z</string>
<string name="config_mainBuiltInDisplayCutoutRectApproximation">M -540,0 L -540,102 L -408,102 L -408,0 Z</string>
</resources>