Android selectableItemBackground波纹颜色

时间:2016-03-04 15:25:23

标签: android

我正在使用CardView内部的唯一图片。要启用onClick动画我正在使用它:

<android.support.v7.widget.CardView
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:foreground="?selectableItemBackground"
    android:clickable="true">

问题在于,如果图像很暗,则在其上看不到涟漪效应。如何解决这个问题?以某种方式检测图像是暗或亮,然后以编程方式改变波纹颜色

0 个答案:

没有答案