标签: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 );
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