CanDialog
CanDialog copied to clipboard
这个好像不能更改CanDialog的颜色吧?
这个好像不能更改CanDialog的颜色吧?
有一个setBackgroundColor方法设置颜色, public void setBackgroundColor(int color) { CardView cardView = (CardView) findViewById(R.id.card); cardView.setCardBackgroundColor(color); }