0

すべてのテキストではなく、その一部の例では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*);
4

1 に答える 1