我正在尝试将CardView背景色与全局颜色(来自colors.xml)中的颜色进行比较。
if (cardView1.getCardBackgroundColor() == ContextCompat.getColor(getApplication(), R.color.grayLighter))
cardView1.getCardBackgroundColor返回ColorStateList而不是int, 而且我不能使用getCardBackgroundColor()。getDefaultColor(),因为按钮没有默认颜色。
谢谢您的帮助