Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af3ecd5a authored by Christian Göllner's avatar Christian Göllner Committed by Automerger Merge Worker
Browse files

Merge "[Split-shade] Set keyguard status bar height to match spec and height...

Merge "[Split-shade] Set keyguard status bar height to match spec and height of split-shade header" into tm-dev am: 387d9ee3

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17157625

Change-Id: I7d2131af06996d7a62a6547fe15cffe45ea38c08
parents 779406cd 387d9ee3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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". -->
+1 −0
Original line number Diff line number Diff line
@@ -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>