我在CardView中有一个TextView。通过添加OnClick事件并添加属性在CardView上为Lollipop启用涟漪效果时:android:foreground="?android:attr/selectableItemBackground"它工作正常。但是在TextView上添加了OnClick事件后,在TextView外点击还是会出现波纹效果,点击TextView区域就不会出现了。即使我点击TextView,是否还有波纹显示?这是xml:代码如下:protectedvoidonCreate(BundlesavedInstanceState){super.onCreate