Android: Können Sie einen Welleneffekt erzielen, dessen Standardstatusfarbe transparent ist?

Etwas wie das Folgende, aber es funktioniert nicht. Wenn ich die Zeichenfarbe auf Blau ändere, funktioniert das.

<ripple xmlns:android="http://schemas.android.com/apk/res/android"
    android:color="?android:colorControlHighlight">
    <item android:drawable="@android:color/transparent"/>
</ripple>

Antworten auf die Frage(4)

Ihre Antwort auf die Frage