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

Commit 7b3118f3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Set the correct default in quick_qs_status_icons" into sc-dev am: 8e96a043

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

Change-Id: Ia44e4d60610eb960614ef822596f2521f9c472df
parents 0c77576e 8e96a043
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@

    <com.android.systemui.statusbar.policy.Clock
        android:id="@+id/clock"
        android:layout_width="0dp"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:minWidth="48dp"
        android:minHeight="48dp"
@@ -61,9 +61,9 @@

    <LinearLayout
        android:id="@+id/rightLayout"
        android:layout_width="0dp"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:layout_weight="1"
        android:gravity="center_vertical|end"
        >
        <com.android.systemui.statusbar.phone.StatusIconContainer
            android:id="@+id/statusIcons"