Update status bar height res to correct size

Test: make
Bug: 216782082
Change-Id: If4a32ae8114fa9d65523c1141f01faff2497deb2
This commit is contained in:
shawnlin 2022-04-11 11:48:19 +08:00
parent 66077ef4ed
commit 95d76f9978

View file

@ -27,7 +27,7 @@
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead. Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
--> -->
<dimen name="status_bar_height_default">28dp</dimen> <dimen name="status_bar_height_default">28dp</dimen>
<dimen name="status_bar_height_portrait">145px</dimen> <dimen name="status_bar_height_portrait">118px</dimen>
<dimen name="status_bar_height_landscape">28dp</dimen> <dimen name="status_bar_height_landscape">28dp</dimen>
<!-- Adjustment for software rounded corners since corners aren't perfectly round. --> <!-- Adjustment for software rounded corners since corners aren't perfectly round. -->