如何将“#ffff”字符串颜色作为参数提供给 setBackgroundColor()? [复制]

Posted

技术标签:

【中文标题】如何将“#ffff”字符串颜色作为参数提供给 setBackgroundColor()? [复制]【英文标题】:How do I give "#ffff" string color to setBackgroundColor() as parameter? [duplicate] 【发布时间】:2020-02-27 13:02:29 【问题描述】:

我想为相对布局赋予颜色 setBackgroundColor() 并且颜色值类似于 "#ffffff"setBackgroundColor() dosent 接受字符串值

【问题讨论】:

顺便说一句...g 不是有效的十六进制数字,所以什么都不应该接受"#Fgfff" 哎呀这是错字,#ffffff 【参考方案1】:

您可以使用以下代码:-

Relativelayout.setBackgroundColor(Color.parseColor("#ffffff"))

【讨论】:

RelativeLayout 没有setCardBackgroundColor 方法。

以上是关于如何将“#ffff”字符串颜色作为参数提供给 setBackgroundColor()? [复制]的主要内容,如果未能解决你的问题,请参考以下文章

如何在 R 中使用颜色十六进制值作为函数参数?

iOS 设置#ffff 这种颜色

颜色参数

如何将 inputsource 转换为 inputstream 并将其作为参数提供给 stringreader?

如何将文件或图像作为 Keras 模型中的参数提供给 model.predict?

如何仅使用 CSS 过滤器将黑色转换为任何给定的颜色