码迷,mamicode.com
首页 > 移动开发 > 详细

每日总结 - Android TextView文字底部或者中间 加横线

时间:2014-10-06 13:00:20      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   http   color   io   sp   div   c   

tv = (TextView) this .findViewById(R.id. text_view ); 
中间加横线 
tv.getPaint().setFlags(Paint. STRIKE_THRU_TEXT_FLAG ); 
底部加横线: 
tv .getPaint().setFlags(Paint. UNDERLINE_TEXT_FLAG );

附:
TextVIew 的Html解析方法:
1 String htmlLinkText= " <a href=\\" +"<a href="http://www.baidu.com/><u">http://www.baidu.com/><u</a>>百度一下 </u></a>";        
2 tv.setText(Html.fromHtml(htmlLinkText)); 

 

每日总结 - Android TextView文字底部或者中间 加横线

标签:android   style   blog   http   color   io   sp   div   c   

原文地址:http://www.cnblogs.com/dongye/p/4008032.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!