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

Commit be0b66d7 authored by Evan Laird's avatar Evan Laird Committed by android-build-merger
Browse files

Merge "Support status_bar_padding_top" into qt-dev

am: 25076a03

Change-Id: I02ca0073fd9787ce0cd409df0e27cf2b61f15adb
parents 7aee2fb4 25076a03
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>