Realme: 8 5G: override rounded corner radius to 110.0px

Note: this value is same as the status-bar height

fixes status bar icons getting hidden by the front camera punch hole

Test: build and install on a phh based GSI
Signed-off-by: Bharat Dev Burman <bharat.singh7924@gmail.com>
This commit is contained in:
Bharat Dev Burman 2022-07-15 13:01:55 +05:30
parent b6e1bb89cf
commit 5e7e549d47
No known key found for this signature in database
GPG key ID: BD4052C1E3E3968C

View file

@ -14,7 +14,10 @@
-->
<bool name="config_fillMainBuiltInDisplayCutout">false</bool>
<!-- The bounding path of the cutout region of the main built-in display. -->
<!-- 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>
<!-- Default radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">110.0px</dimen>
</resources>