在 android 中如何更改点击卡片视图的颜色
How to change the color of card view on cliking it in android
我想在用户单击时更改 cardview 的背景颜色。谁能建议我这样做的方法?
在 onClick() 方法中像这样使用 setCardBackgroundColor():
cardView1.setCardBackgroundColor(R.color.colorPrimary);
我想在用户单击时更改 cardview 的背景颜色。谁能建议我这样做的方法?
在 onClick() 方法中像这样使用 setCardBackgroundColor():
cardView1.setCardBackgroundColor(R.color.colorPrimary);