Android textview html font size tag
问题 I use <font size ="50"> tag in android textview like this resultTextView.setText(Html.fromHtml("<font size='50' color='#337744'>Text Message</font>")); resultTextView.setText(Html.fromHtml("<font size=\"50\" color='#337744'>Text Message</font>")); but the problem is the color tag works but size tag doesn't work In this blog http://commonsware.com/blog/Android/2010/05/26/html-tags-supported-by-textview.html it is given that font size tag works. What's wrong in my code? 回答1: There is exact