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

Commit e3cbef3c 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: Iae4d85652155064b686ce7986117581e435a7841
parents 72635836 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