拥有这个 attrs.xml 文件:
<resources>
<attr name="customColorPrimary" format="color" value="#111111"/>
</resources>
可以用 java 代码为该颜色编写一个新值吗?
在官方文档中找不到怎么做...
拥有这个 attrs.xml 文件:
<resources>
<attr name="customColorPrimary" format="color" value="#111111"/>
</resources>
可以用 java 代码为该颜色编写一个新值吗?
在官方文档中找不到怎么做...