我的arrays.xml
文件中有项目,我只想要“Bravelle”,“Cetrotide”和“Clomid”使用蓝色。我怎么能得到这个?
<string-array name="medication_name">
<item>Bravelle<sup>®</sup> (urofollitropin)</item>
<item>Cetrotide<sup>®</sup> (cetrorelix acetate)</item>
<item>Clomid<sup>®</sup> (clomiphene citrate)</item>
</string-array>
提前致谢。
答案 0 :(得分:0)
尝试添加<font color="#0000FF">
和相应的</font>
代码。
答案 1 :(得分:0)
试试这个:
<string-array name="medication_name">
<item>Bravelle<font fgcolor="#ffff0000">red</font><sup>®</sup> (urofollitropin)</item>
<item>Cetrotide<font fgcolor="#ffff0000">red</font><sup>®</sup> (cetrorelix acetate)</item>
<item>Clomid<font fgcolor="#ffff0000">red</font><sup>®</sup> (clomiphene citrate)</item>
</string-array>