Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1d28c5f authored by Anton Potapov's avatar Anton Potapov
Browse files

Change floating sliders background color from platform to material one

Flag: com.android.systemui.volume_redesign
Bug: 369994956
Test: manual on the phone. Open the volume dialog while on the call and
observe background color

Change-Id: Ib23eb72d1156f2565a18a214d3e1d2325dddc8d8
parent b9ca0695
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,5 +17,5 @@
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
    android:shape="rectangle">
    <corners android:radius="20dp" />
    <solid android:color="?androidprv:attr/colorSurface" />
    <solid android:color="@androidprv:color/materialColorSurface" />
</shape>