Merge "Fixing constraint of statusIcons in large screen shade header" into udc-dev

This commit is contained in:
Michał Brzeziński
2023-06-29 15:50:18 +00:00
committed by Android (Google) Code Review

View File

@@ -60,7 +60,7 @@
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@id/batteryRemainingIcon" app:layout_constraintEnd_toStartOf="@id/batteryRemainingIcon"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
app:layout_constraintEnd_toEndOf="@id/carrier_group"/> app:layout_constraintStart_toEndOf="@id/carrier_group"/>
<PropertySet android:alpha="1" /> <PropertySet android:alpha="1" />
</Constraint> </Constraint>