Reduce status bar height

Reduce status bar height to 36dp for the tangorpro devices.

Bug: 287482975
Test: Manual testing
Change-Id: I4e88b46293576b5bfae11642800516c39c4392cb
This commit is contained in:
Maryam Dehaini 2023-07-06 14:09:34 -07:00
parent 677208c388
commit ea86b8db9b

View file

@ -348,8 +348,8 @@
<!-- Indicates whether device has a power button fingerprint sensor. -->
<bool name="config_is_powerbutton_fps">true</bool>
<dimen name="status_bar_height_default">104px</dimen>
<dimen name="status_bar_height_portrait">104px</dimen>
<dimen name="status_bar_height_default">36dp</dimen>
<dimen name="status_bar_height_portrait">36dp</dimen>
<!-- Control whether the pickup gesture is enabled by default. This value will be used
during initialization when the setting is still null. -->