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

Commit 04aa8668 authored by sqian's avatar sqian
Browse files

Fix Ripple effect of Call redirection dialog button

Bug: 133250870
Test: manual
Change-Id: If21989d199042a0bfe98cdfbe40dad35779685c7
Merged-In: If21989d199042a0bfe98cdfbe40dad35779685c7
(cherry picked from commit 1a2f2b89)
parent d6af61e3
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