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

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

Fix Ripple effect of Call redirection dialog button

am: 1a2f2b89

Change-Id: I4c7083671f061a7809ee4f98ac70b8f296724b5f
parents 2541658c 1a2f2b89
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