Merge "Set a proper status bar height" into main
This commit is contained in:
commit
0c7a26bb66
1 changed files with 8 additions and 0 deletions
|
@ -179,6 +179,14 @@
|
||||||
<dimen name="rounded_corner_radius_top">115px</dimen>
|
<dimen name="rounded_corner_radius_top">115px</dimen>
|
||||||
<dimen name="rounded_corner_radius_bottom">115px</dimen>
|
<dimen name="rounded_corner_radius_bottom">115px</dimen>
|
||||||
|
|
||||||
|
<!-- Align to camera cutout's height. -->
|
||||||
|
<dimen name="status_bar_height_portrait">52dp</dimen>
|
||||||
|
|
||||||
|
<!-- Since @dimen/status_bar_height_portrait is modified in overlay, need to restore its value
|
||||||
|
from original folder. This should be done even looks no effect on some apps because
|
||||||
|
some other apps may reference to it. -->
|
||||||
|
<dimen name="status_bar_height_landscape">24dp</dimen>
|
||||||
|
|
||||||
<!-- Whether the display cutout region of the main built-in display should be forced to
|
<!-- Whether the display cutout region of the main built-in display should be forced to
|
||||||
black in software (to avoid aliasing or emulate a cutout that is not physically existent).
|
black in software (to avoid aliasing or emulate a cutout that is not physically existent).
|
||||||
-->
|
-->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue