//发送按钮圆角效果
GradientDrawable drawable=new GradientDrawable();
drawable.setColor(getColor(theme));
drawable.setCornerRadius(10);
comment_send.setBackground(drawable);
上一篇

2020-03-14
下一篇

2020-03-13