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

Commit 8e96a043 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Set the correct default in quick_qs_status_icons" into sc-dev

parents 8404904b 1bdc1744
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"