android_vendor_hardware_ove.../Realme/8-5G/res/values/notch.xml
Andy CrossGate Yan fb892f4c3e OPlus overlay housekeeping
Renaming and removing leftover tags

Change-Id: I014f3c47c221c2b2a37a6b173ed9190b52b8e8e8
2022-06-11 22:18:20 +08:00

21 lines
919 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Height of the status bar in landscape -->
<dimen name="status_bar_height_landscape">110.0px</dimen>
<!-- Height of the status bar in portrait -->
<dimen name="status_bar_height_portrait">110.0px</dimen>
<!-- Height of area above QQS where battery/time go. -->
<dimen name="quick_qs_offset_height">@dimen/status_bar_height_portrait</dimen>
<!-- Whether the display cutout region of the main built-in display should be forced to
black in software (to avoid aliasing or emulate a cutout that is not physically existent).
-->
<bool name="config_fillMainBuiltInDisplayCutout">false</bool>
<!-- The bounding path of the cutout region of the main built-in display. -->
<string translatable="false" name="config_mainBuiltInDisplayCutout">M -544,0 L -544,110 L -388,110 L -388,0 Z</string>
</resources>