Is it possible to define individual line spacings for each text line of a TextView?
TextView
Example:
TextView tv = new TextView(context); tv.set
you can do these kind of specific styles to the textview using Html. Try this example,
tv.setText(Html.fromHtml("Text1Text2"));
Text2
Different kind of tags allowed here are,
0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复