Loading packages/SystemUI/res/layout/media_session_view.xml +8 −2 Original line number Diff line number Diff line Loading @@ -50,7 +50,10 @@ app:layout_constraintStart_toStartOf="@id/album_art" app:layout_constraintEnd_toEndOf="@id/album_art" app:layout_constraintTop_toTopOf="@id/album_art" app:layout_constraintBottom_toBottomOf="@id/album_art" /> app:layout_constraintBottom_toBottomOf="@id/album_art" android:clipToOutline="true" android:background="@drawable/qs_media_outline_layout_bg" /> <com.android.systemui.surfaceeffects.turbulencenoise.TurbulenceNoiseView android:id="@+id/turbulence_noise_view" Loading @@ -59,7 +62,10 @@ app:layout_constraintStart_toStartOf="@id/album_art" app:layout_constraintEnd_toEndOf="@id/album_art" app:layout_constraintTop_toTopOf="@id/album_art" app:layout_constraintBottom_toBottomOf="@id/album_art" /> app:layout_constraintBottom_toBottomOf="@id/album_art" android:clipToOutline="true" android:background="@drawable/qs_media_outline_layout_bg" /> <!-- Guideline for output switcher --> <androidx.constraintlayout.widget.Guideline Loading Loading
packages/SystemUI/res/layout/media_session_view.xml +8 −2 Original line number Diff line number Diff line Loading @@ -50,7 +50,10 @@ app:layout_constraintStart_toStartOf="@id/album_art" app:layout_constraintEnd_toEndOf="@id/album_art" app:layout_constraintTop_toTopOf="@id/album_art" app:layout_constraintBottom_toBottomOf="@id/album_art" /> app:layout_constraintBottom_toBottomOf="@id/album_art" android:clipToOutline="true" android:background="@drawable/qs_media_outline_layout_bg" /> <com.android.systemui.surfaceeffects.turbulencenoise.TurbulenceNoiseView android:id="@+id/turbulence_noise_view" Loading @@ -59,7 +62,10 @@ app:layout_constraintStart_toStartOf="@id/album_art" app:layout_constraintEnd_toEndOf="@id/album_art" app:layout_constraintTop_toTopOf="@id/album_art" app:layout_constraintBottom_toBottomOf="@id/album_art" /> app:layout_constraintBottom_toBottomOf="@id/album_art" android:clipToOutline="true" android:background="@drawable/qs_media_outline_layout_bg" /> <!-- Guideline for output switcher --> <androidx.constraintlayout.widget.Guideline Loading