Skip to content
Snippets Groups Projects
Commit 0200a771 authored by Yein Jo's avatar Yein Jo Committed by Android (Google) Code Review
Browse files

Merge "Fix the corner artifacts on UMO on touch ripple and noise." into main

parents cceb05d4 0591c13d
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment