Android 显示富文本

tvContent = findViewById(R.id.tv_hit_content);
tvContent.setMovementMethod(LinkMovementMethod.getInstance());
RichText.fromHtml(MyApp.growDetail).into(tvContent);

你可能感兴趣的:(Android)