Fix weird ripple circle in the volume SeekBar.

The background is provided by the progressDrawable's background layer, so we can set the regular bg to null to hide the ripple.

Fixes: 188251902
Test: no more weird ripple
Change-Id: I9fee9cb66cb78e50f82b03a292fddcb2a0c40e88
This commit is contained in:
Josh Tsuji
2021-05-25 15:52:16 -04:00
parent 04b48353d7
commit 204a90480d

View File

@@ -57,6 +57,7 @@
android:thumb="@null"
android:splitTrack="false"
android:progressDrawable="@drawable/volume_row_seekbar"
android:background="@null"
android:layoutDirection="ltr"
android:rotation="270" />
</FrameLayout>