この attrs.xml ファイルを持つ:
<resources>
<attr name="customColorPrimary" format="color" value="#111111"/>
</resources>
その色の新しい値をJavaコードで書くことは可能ですか?
公式ドキュメントでそれを行う方法を見つけることができません...
この attrs.xml ファイルを持つ:
<resources>
<attr name="customColorPrimary" format="color" value="#111111"/>
</resources>
その色の新しい値をJavaコードで書くことは可能ですか?
公式ドキュメントでそれを行う方法を見つけることができません...