gpt4 book ai didi

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

转载 作者:太空宇宙 更新时间:2023-11-03 11:34:12 25 4
gpt4 key购买 nike

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

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

使用普通的 Button 就可以了。有人有什么想法吗?

最佳答案

我找到的答案如下:

我更改了以下行

materialButton.setBackgroundColor( ContextCompat.getColor(this@MyActivity, R.color.myCustomColor));

materialButton.setBackgroundTintList(ContextCompat.getColorStateList(this@MyActivity, R.color.myCustomColor));

我以这种方式对其进行了测试,它运行良好。

关于android - 如何以编程方式将背景颜色从 android.support.design 更改为 MaterialButton,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52558780/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com