2e: fix overlay

This commit is contained in:
Amy Grace 2021-07-29 18:14:59 +01:00
parent 170e930828
commit 386ddcdd32

View file

@ -14,23 +14,20 @@
Note that a physical cutout should be configured in pixels for the best results.
-->
<string translatable="false" name="config_mainBuiltInDisplayCutout">
M 0,0
L -90, 0
L -90, 20
Q -90, 36 -74, 36
L 74, 36
Q 90, 36, 90, 20
L 90, 0
Z
@dp
M 0,0
L -26,0
L -26,26
L 26,26
L 26,0
Z
@dp
</string>
<!-- 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>
<!-- Height of the status bar -->
<dimen name="status_bar_height_portrait">36dp</dimen>
<dimen name="status_bar_height_landscape">28dp</dimen>
<dimen name="status_bar_height_portrait">26dp</dimen>
<!-- Height of area above QQS where battery/time go (equal to status bar height if > 48dp) -->
<dimen name="quick_qs_offset_height">36dp</dimen>
</resources>