TextView加载富文本(图片对齐)

/** * TextView加载带图片html文字 */ static class HtmlTask extends AsyncTask<String, Integer, Spanned> { WeakReference<TextView> v; int lineSpacingExtra;html public HtmlTask(TextView v) { this.v = new
相关文章
相关标签/搜索