a40: fix statusbar height

* issue: statusbar height doesnt changed any kind of values
* fix: framework uses status_bar_height instead of status_bar_height_portrait
This commit is contained in:
kevios12 2022-04-22 14:36:31 +02:00
commit e800136c80

View file

@ -5,7 +5,7 @@
<dimen name="status_bar_height_landscape">24.0dip</dimen>
<!-- Height of the status bar in portrait. The height should be
Max((status bar content height + waterfall top size), top cutout size) -->
<dimen name="status_bar_height_portrait">86.0px</dimen>
<dimen name="status_bar_height">86.0px</dimen>
<!-- Default radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">40px</dimen>
</resources>