次のリップル xml が定義されています。
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="?android:colorControlHighlight">
<item
android:id="@android:id/mask"
android:drawable="@drawable/ripple_background_not_selected"/>
<item android:drawable="@drawable/ripple_foreground_selector"/>
</ripple>
これを小さなビューに適用すると、問題なく妥当に見えます... しかし、これを大きなビューに適用すると、リップルに時間がかかりすぎます!
XML でリップルの持続時間/最大半径/その他の値を変更するにはどうすればよいですか?