From 204a90480db657bb24f2073ddd51939f758f91c0 Mon Sep 17 00:00:00 2001 From: Josh Tsuji Date: Tue, 25 May 2021 15:52:16 -0400 Subject: [PATCH] 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 --- packages/SystemUI/res/layout/volume_dialog_row.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/res/layout/volume_dialog_row.xml b/packages/SystemUI/res/layout/volume_dialog_row.xml index 4b5a008b896b9..50ddaf7dbe86d 100644 --- a/packages/SystemUI/res/layout/volume_dialog_row.xml +++ b/packages/SystemUI/res/layout/volume_dialog_row.xml @@ -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" />