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

Commit 6d9c8aa6 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 am: 7b3118f3

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

Change-Id: I7ece275c32f0143d34d0131c3d7e39cc2ec862d3
parents c0f257ca 7b3118f3
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"