CanDialog icon indicating copy to clipboard operation
CanDialog copied to clipboard

这个好像不能更改CanDialog的颜色吧?

Open CodeMAI opened this issue 9 years ago • 1 comments

这个好像不能更改CanDialog的颜色吧?

CodeMAI avatar Nov 03 '16 06:11 CodeMAI

有一个setBackgroundColor方法设置颜色, public void setBackgroundColor(int color) { CardView cardView = (CardView) findViewById(R.id.card); cardView.setCardBackgroundColor(color); }

canyinghao avatar Nov 03 '16 13:11 canyinghao