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

Commit 4935e1a1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix MediaStyle notification button ripple." into sc-dev am: d5710a82

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14717313

Change-Id: I8f8089c22e2629871a09404600142e5bfb38387b
parents ec3468fc d5710a82
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -16,4 +16,10 @@
  -->

<ripple xmlns:android="http://schemas.android.com/apk/res/android"
    android:color="@color/ripple_material_light" />
    android:color="@color/ripple_material_light">
    <item android:id="@id/mask">
        <shape android:shape="oval">
            <solid android:color="#333" />
        </shape>
    </item>
</ripple>