miatoll: overlay: Match newer APIs for statusbar heights

AOSP with 12L added new statusbar height calculation method using
cutouts. Adapt to them.

Change-Id: Icd3c2d6965eab032f0647199b76daaab6eeba5b3
This commit is contained in:
Vaisakh Murali 2022-03-20 20:25:12 +00:00 committed by Alexander Winkowski
parent 3e418fcb2b
commit c610508366
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44

View File

@ -13,7 +13,7 @@
-->
<resources>
<!-- Height of the status bar in portrait -->
<dimen name="status_bar_height_portrait">126px</dimen>
<dimen name="status_bar_height">126px</dimen>
<!-- Height of the status bar in landscape -->
<dimen name="status_bar_height_landscape">24dp</dimen>