- 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.
17 lines
824 B
XML
Executable file
17 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>
|