Adjust Mi 8SE statusbar and rounded corners

This commit is contained in:
Tadi 2018-12-03 22:50:25 +01:00 committed by GitHub
parent 2fb7833b8a
commit 7bc9352f41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,10 +18,12 @@
-->
<resources>
<!-- Height of the status bar in portrait -->
<dimen name="status_bar_height_portrait">110px</dimen>
<dimen name="status_bar_height_portrait">85px</dimen>
<!-- Height of the status bar -->
<dimen name="status_bar_height">110px</dimen>
<dimen name="status_bar_height">85px</dimen>
<!-- Height of the status bar in landscape -->
<dimen name="status_bar_height_landscape">24dp</dimen>
<string translatable="false" name="config_mainBuiltInDisplayCutout">M -266,0 L -266,85 L 266,85 L 266,0 Z</string>
</resources>
<string translatable="false" name="config_mainBuiltInDisplayCutout">M -266,0 L -266,85 L 266,85 L 266,0 Z</string>
<!-- Radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">48px</dimen>
</resources>