Match keyguard and regular status bar height on large screens

According to specs it seems that these should match. Changed the custom
keyguard heights to follow the regular status bar height.

Fixes: 263351148
Test: Manually on device
Change-Id: I72a2df4e1594f327c860276630d0cf59a0f255d1
This commit is contained in:
Christian Göllner
2023-01-16 10:34:42 +01:00
committed by Christian Göllner
parent ee0c2b11c0
commit 587ddafcc5
3 changed files with 3 additions and 6 deletions

View File

@@ -44,8 +44,6 @@
<item name="controls_task_view_width_percentage" translatable="false" format="float" type="dimen">0.45</item>
<dimen name="controls_task_view_right_margin">8dp</dimen>
<dimen name="status_bar_header_height_keyguard">42dp</dimen>
<dimen name="lockscreen_shade_max_over_scroll_amount">32dp</dimen>
<dimen name="status_view_margin_horizontal">8dp</dimen>

View File

@@ -16,8 +16,9 @@
*/
-->
<resources>
<!-- Height of the status bar header bar when on Keyguard -->
<dimen name="status_bar_header_height_keyguard">60dp</dimen>
<!-- Height of the status bar header bar when on Keyguard.
On large screens should be the same as the regular status bar. -->
<dimen name="status_bar_header_height_keyguard">@dimen/status_bar_height</dimen>
<!-- Size of user icon + frame in the qs user picker (incl. frame) -->
<dimen name="qs_framed_avatar_size">60dp</dimen>

View File

@@ -23,8 +23,6 @@
<dimen name="keyguard_split_shade_top_margin">72dp</dimen>
<dimen name="status_bar_header_height_keyguard">56dp</dimen>
<dimen name="status_view_margin_horizontal">24dp</dimen>
<dimen name="qs_media_session_height_expanded">251dp</dimen>