码迷,mamicode.com
首页 > 其他好文 > 详细

富文本标签

时间:2015-11-29 09:28:48      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:

android所支持的富文本标签有

<a href="...">
<b>
<big>
<blockquote>
<br>
<cite>
<dfn>
<div align="...">
<em>
<font size="..." color="..." face="...">
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
<i>
<img src="...">
<p>
<small>
<strike>
<strong>
<sub>
<sup>
<tt>
<u>

 

String s = "<font size=‘20‘ color=‘red‘><big>大小20</big><br> <small>颜色</small><b>红</b></font>";
CharSequence charSequence = Html.fromHtml(s);
tv1.setText(charSequence);

富文本标签

标签:

原文地址:http://www.cnblogs.com/cityking/p/a005.html

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