标签: android widget togglebutton
我想要一个小部件,其行为类似于togglebutton,并且可以在运行时从代码中更改其背景颜色。那里有这样的小部件吗?
或者有人能指引我如何开发具有所需功能的av小部件吗?样品?
答案 0 :(得分:0)
使用setBackgroundColor(color)。它继承自View类。
setBackgroundColor(color)
View