标签: android android-cardview
我知道我可以通过以下方式为CardView本身添加涟漪效果:
android:clickable="true" android:focusable="true" android:foreground="?android:attr/selectableItemBackground"
问题是如何使用放在CardView中的CheckBox或RadioButton? 我在其他应用程序的地方有一个关于CheckBox的连锁反应。 看起来CardView会从他们的孩子身上移除这种效果。