Android 显示富文本

tvContent = findViewById(R.id.tv_hit_content); tvContent.setMovementMethod(LinkMovementMethod.getInstance()); RichText.fromHtml(MyApp.growDetail).into(tvContent);
相关文章
相关标签/搜索