如何在FAB按钮中更改背景颜色?

时间:2020-11-12 16:02:44

标签: android android-studio

我尝试了几种选择,但是它们都不起作用,我发现的所有文档都已弃用。

2 个答案:

答案 0 :(得分:1)

尝试以下操作:buttonName.setBackgroundTintList(AppCompatResources.getColorStateList(this,R.color.COLOR));

答案 1 :(得分:0)

您好Rodriguez Manuel Joaquin,我建议您尝试使用以下内容:buttonName.setBackgroundTintList(AppCompatResources.getColorStateList(this, R.color.COLOR));