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

Commit cc1f3b61 authored by Evan Laird's avatar Evan Laird
Browse files

Support status_bar_padding_top

Also remove sw372dp override for rounded_corner_content_padding because
I'm pretty sure it's incorrect

Bug: 123083161
Test: visual - no change in default configurations
Change-Id: If0d3ee9cc04bc134c0c0492c54557e9948dd995b
parent c4a1f889
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@
        android:layout_height="match_parent"
        android:paddingStart="@dimen/status_bar_padding_start"
        android:paddingEnd="@dimen/status_bar_padding_end"
        android:paddingTop="@dimen/status_bar_padding_top"
        android:orientation="horizontal"
        >
        <FrameLayout
+0 −1
Original line number Diff line number Diff line
@@ -17,6 +17,5 @@
-->
<resources>
    <dimen name="nav_content_padding">8dp</dimen>
    <dimen name="rounded_corner_content_padding">8dp</dimen>
    <dimen name="qs_header_tile_margin_horizontal">13dp</dimen>
</resources>
+3 −0
Original line number Diff line number Diff line
@@ -238,6 +238,9 @@
    <!-- the padding on the end of the statusbar -->
    <dimen name="status_bar_padding_end">8dp</dimen>

    <!-- the padding on the top of the statusbar (usually 0) -->
    <dimen name="status_bar_padding_top">0dp</dimen>

    <!-- the radius of the overflow dot in the status bar -->
    <dimen name="overflow_dot_radius">2dp</dimen>