我想更改数组中的文本颜色,value/string.xml
但Layout
不是所有文本,而是其中的一部分示例:
<string-array name="list">'
// like Cafe in example i want it red and bold but not other text.`
<item>Welcome to Cafe</item>'
// and shop to be purple
<item>The new online Shop!</item>'
//in java i would set
welcome.setText(*and one of the array item*);