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

Commit ec3bfae1 authored by sqian's avatar sqian Committed by android-build-merger
Browse files

Fix Ripple effect of Call redirection dialog button

am: 04aa8668

Change-Id: I76d7c437fe9822e229607ff012d44c97ed2e1698
parents 3be033cf 04aa8668
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -15,4 +15,10 @@
  ~ limitations under the License
  -->
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
        android:color="?android:attr/colorControlHighlight" />
 No newline at end of file
        android:color="?android:attr/colorControlHighlight">
    <item android:id="@android:id/mask">
        <shape>
            <solid android:color="@android:color/white"/>
        </shape>
    </item>
</ripple>
 No newline at end of file