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

Commit 32845a5e authored by Amin Shaikh's avatar Amin Shaikh Committed by android-build-merger
Browse files

Merge changes I6358cfe3,I00b20bd7 into pi-dev

am: ef85bbfe

Change-Id: I19b0bc43a480d1759f8412406f3755ab2592fd29
parents 0c916147 ef85bbfe
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -20,8 +20,9 @@
    android:layout_height="20dp"
    android:layout_marginTop="8dp"
    android:layout_marginBottom="14dp"
    android:layout_marginEnd="@dimen/notification_side_paddings"
    android:layout_below="@id/quick_status_bar_system_icons"
    android:paddingEnd="@dimen/signal_cluster_battery_padding" >
    android:paddingEnd="@dimen/status_bar_padding_end" >

    <com.android.systemui.statusbar.phone.StatusIconContainer
        android:id="@+id/statusIcons"
+4 −3
Original line number Diff line number Diff line
@@ -20,15 +20,16 @@
    android:id="@+id/quick_status_bar_system_icons"
    android:layout_width="match_parent"
    android:layout_height="@*android:dimen/quick_qs_offset_height"
    android:layout_marginRight="@dimen/notification_side_paddings"
    android:layout_marginLeft="@dimen/notification_side_paddings"
    android:layout_alignParentEnd="true"
    android:clipChildren="false"
    android:clipToPadding="false"
    android:gravity="center"
    android:paddingStart="8dp"
    android:paddingEnd="8dp"
    android:paddingStart="@dimen/status_bar_padding_start"
    android:paddingEnd="@dimen/status_bar_padding_end"
    android:orientation="horizontal">


    <com.android.systemui.statusbar.policy.Clock
        android:id="@+id/clock"
        android:layout_width="wrap_content"
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:paddingStart="@dimen/status_bar_padding_start"
        android:paddingEnd="8dp"
        android:paddingEnd="@dimen/status_bar_padding_end"
        android:orientation="horizontal"
        >
        <ViewStub
+1 −1
Original line number Diff line number Diff line
@@ -18,5 +18,5 @@
<resources>
    <dimen name="nav_content_padding">8dp</dimen>
    <dimen name="rounded_corner_content_padding">8dp</dimen>
    <dimen name="qs_header_tile_margin_horizontal">5dp</dimen>
    <dimen name="qs_header_tile_margin_horizontal">13dp</dimen>
</resources>
+3 −0
Original line number Diff line number Diff line
@@ -185,6 +185,9 @@
    <!-- the padding on the start of the statusbar -->
    <dimen name="status_bar_padding_start">6dp</dimen>

    <!-- the padding on the end of the statusbar -->
    <dimen name="status_bar_padding_end">8dp</dimen>

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

Loading