TextView bold via xml file?

后端 未结 6 1034
无人共我
无人共我 2021-01-30 10:05

Is there a way to bold the text in a TextView via XML?

 ??

         


        
6条回答
  •  -上瘾入骨i
    2021-01-30 10:32

    Use android:textStyle="bold"

    4 ways to make Android TextView Bold

    like this

    
    

    There are many ways to make Android TextView bold.

提交回复
热议问题