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:
parent
677208c388
commit
ea86b8db9b
1 changed files with 2 additions and 2 deletions
|
@ -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. -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue