- Skeleton from Redmi Note 8 Pro - Notch/SB/brightness/power_profile from LineageOS for ginkgo - Priority high to avoid having to disable vendor overlays Tested by Mika L (TG @huuhaa_tm) Change-Id: I6d28fa898702f2e5ef30cd147638917930b62bb1
11 lines
624 B
XML
11 lines
624 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<bool name="config_fillMainBuiltInDisplayCutout">false</bool>
|
|
<dimen name="status_bar_height">80px</dimen>
|
|
<dimen name="status_bar_height_portrait">80px</dimen>
|
|
<dimen name="status_bar_height_landscape">24dp</dimen>
|
|
<dimen name="rounded_corner_radius_top">106.0px</dimen>
|
|
<dimen name="rounded_corner_radius_bottom">108.0px</dimen>
|
|
<string name="config_mainBuiltInDisplayCutout">M -80,0 L -80,80 L 80,80 L 80,0 Z</string>
|
|
<string name="config_mainBuiltInDisplayCutoutRectApproximation">M -80,0 L -80,80 L 80,80 L 80,0 Z</string>
|
|
</resources>
|