我正在使用CardView
内部的唯一图片。要启用onClick
动画我正在使用它:
<android.support.v7.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:foreground="?selectableItemBackground"
android:clickable="true">
问题在于,如果图像很暗,则在其上看不到涟漪效应。如何解决这个问题?以某种方式检测图像是暗或亮,然后以编程方式改变波纹颜色