[Split-shade] Set keyguard status bar height to match spec and height of split-shade header

This helps make the transition from lockscreen to QS smoother.

Fixes: 223819087
Test: Manually
Change-Id: I193c0bd9f762faefdffa8ae8b14c89446dea84d8
This commit is contained in:
Christian Göllner
2022-03-10 17:46:32 +01:00
parent 9675d3b877
commit 8e748cf447
2 changed files with 2 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
<dimen name="controls_task_view_right_margin">8dp</dimen>
<dimen name="split_shade_header_height">42dp</dimen>
<dimen name="status_bar_header_height_keyguard">42dp</dimen>
<!-- Distance that the full shade transition takes in order to complete by tapping on a button
like "expand". -->

View File

@@ -24,6 +24,7 @@
<dimen name="keyguard_split_shade_top_margin">72dp</dimen>
<dimen name="split_shade_header_height">56dp</dimen>
<dimen name="status_bar_header_height_keyguard">56dp</dimen>
<dimen name="qs_media_session_height_expanded">184dp</dimen>
</resources>