`
alp1014
  • 浏览: 25409 次
  • 来自: 北京
社区版块
存档分类
最新评论

textview 下划线

阅读更多
第一种:
textView.getPaint().setFlags(Paint.UNDERLINE_TEXT_FLAG);//设置下划线
//getpaint方法中有很多设置text字体的方法

第二种:
textView.setText(Html.fromHtml("<u>我有下划线</u>"));

第三种:在资源文件里实现:
<resources>       
<string name="hello"><u>phone: 1390123456</u></string>        <string name="app_name">MyLink</string>  
</resources>  
<resources> <string name="hello"><u>phone: 1390123456</u></string> <string name="app_name">MyLink</string>
</resources>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics