Comet: decouple status bar and cutout from config

Override the config value for the comet device to make it happen.

Bug: 291870756
Test: m
Test: override the feature flag and observe
Change-Id: I887faf95391aaac268550e693bd1c38a5d290f68
This commit is contained in:
Yunfan Chen 2023-11-10 17:54:50 +09:00
parent 82d0c1cc9f
commit 4dc015fee8

View file

@ -288,6 +288,9 @@
@left
</string>
<!-- Decouple status bar and cutout from configuration to avoid letterbox. -->
<bool name="config_decoupleStatusBarAndDisplayCutoutFromScreenSize">true</bool>
<!-- Radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">25px</dimen>