`
jsntghf
  • 浏览: 2479666 次
  • 性别: Icon_minigender_1
  • 来自: 苏州
社区版块
存档分类
最新评论

在xml配置文件中设置字体加粗

阅读更多

1、strings.xml

 

<string name="target_string">This is <b>my</b>title</string>

 

2、TextView

 

<TextView
     android:layout_width="fill_parent"
     android:layout_height="wrap_content"
     android:layout_marginLeft="15dp"
     android:layout_marginRight="15dp"
     android:text="@string/target_string"
     android:textSize="18sp">
</TextView>

 

分享到:
评论
1 楼 alec03711 2013-08-13  
怎么又开始研究android啦  

相关推荐

Global site tag (gtag.js) - Google Analytics