I made a string array in xml and I would like to add values to each one. As they are currencies, each would have its own value but i'm unsure as to how to do it.
<string-array name="currencies">
<item>EUR, Euro</item>
<item>GBP, British Pound</item>
<item>USD, US Dollar</item>
</string-array>
string-array. What problem are you facing?