Android:Make characters bold in xml

后端 未结 4 1562
你的背包
你的背包 2021-01-12 20:41

I write this line in the strings.xml:

ThisCaaaaaa on the spot.

But the charac

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-12 21:31

    Tags in XML, for example and have no intrinsic meaning. The tag only means "bold" if the software processing the XML thinks that it means bold and treats it as meaning bold. You haven't said what software is processing the XML.

    If this were HTML rather than XML, it would be a different matter.

提交回复
热议问题