hi
I have an XML file which is named "colors.xml"
I have the following code into this file
who to use this file in b4a?
I have an XML file which is named "colors.xml"
I have the following code into this file
who to use this file in b4a?
B4X:
Code:
<!--?xml version="1.0" encoding="UTF-8"?-->
<resources>
<color name="primaryColor">#2e7d32</color>
<color name="primaryLightColor">#60ad5e</color>
<color name="primaryDarkColor">#005005</color>
<color name="primaryTextColor">#ffffff</color>
</resources>
</resources>