Update notch.xml

This commit is contained in:
Bharat Dev Burman 2022-04-25 15:45:54 +05:30 committed by GitHub
parent fd31c22ef5
commit 35c75489a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Height of the status bar in portrait -->
<dimen name="status_bar_height_portrait">144px</dimen>
<dimen name="status_bar_height_landscape">110.0px</dimen>
<dimen name="quick_qs_offset_height">@dimen/status_bar_height_portrait</dimen>
<!-- Height of the status bar in landscape -->
<dimen name="status_bar_height_landscape">24dp</dimen>
<dimen name="status_bar_height_portrait">110.0px</dimen>
<bool name="config_fillMainBuiltInDisplayCutout">false</bool>
<string translatable="false" name="config_mainBuiltInDisplayCutout">M -540,0 L -540,100 L -409,100 L -409,0 Z</string>
<string translatable="false" name="config_mainBuiltInDisplayCutout">M -544,0 L -544,110 L -388,110 L -388,0 Z</string>
</resources>