Android:Make characters bold in xml

后端 未结 4 1621
你的背包
你的背包 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:17

    I think you can't do that in string.xml file.

    but you can set textStyle="bold" where you are using it.

    like-

    
    
    

提交回复
热议问题