小编Gus*_*ora的帖子

如何以编程方式从android.support.design将背景颜色更改为MaterialButton

我尝试使用以下代码将颜色更改为MaterialButton:

var materialButton = findViewByid(R.id....) as MaterialButton
materialButton.setBackgroundColor( ContextCompat.getColor(this@MyActivity, R.color.myCustomColor));
Run Code Online (Sandbox Code Playgroud)

使用普通按钮,它可以工作.有人有主意吗?

android kotlin material-design

4
推荐指数
3
解决办法
5334
查看次数

标签 统计

android ×1

kotlin ×1

material-design ×1