Set the correct default in quick_qs_status_icons

The values should be the ones corresponding to no center cutout, as we
no-op if the center cutout situation doesn't change.

Test: manual
Fixes: 187145236
Change-Id: Ic33fd4ab7289bcf2743d800750ae6b679c0557cf
This commit is contained in:
Fabian Kozynski
2021-05-12 11:59:11 -04:00
parent 2c987129a7
commit 1bdc174495

View File

@@ -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"