Merge "Remove top and bottom parent constraint from album_art as it has a fixed height" into tm-qpr-dev

This commit is contained in:
Nicolò Mazzucato
2022-12-06 10:31:28 +00:00
committed by Android (Google) Code Review

View File

@@ -35,7 +35,6 @@
android:layout_height="@dimen/qs_media_session_height_expanded"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
android:translationZ="0dp"
android:scaleType="centerCrop"