使用Html.fromHtml()动态的设置字体颜色以及实现换行
2017-02-22 本文已影响0人
Bbbig
textView.setText(Html.fromHtml("运行代码,点击 Sign in or register 按钮" + "<br>" +
"<font color=" +
getResources().getColor(R.color.colorAccent) +
">" +
"即可输出Log值" +
"</font>" + "<br>" + "查看MVP模式下登录的方法执行顺序"));