我正在以编程的方式尝试使用函数CardView ()来设置setCardBackgroundColor的颜色,但是颜色显示的不正确。
发布于 2015-11-12 20:23:16
确保您没有发送颜色的id (即R.color.COLOR_NAME)。
https://stackoverflow.com/questions/33680561
相似问题