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

Commit 587ddafc authored by Christian Göllner's avatar Christian Göllner Committed by Christian Göllner
Browse files

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
parent ee0c2b11
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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>
+3 −2
Original line number Diff line number Diff line
@@ -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>
+0 −2
Original line number Diff line number Diff line
@@ -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>