Android——TextView指定字符串颜色高亮,实现类似微信、支付宝搜索结果中搜索字段高亮的效果

代码: /** * 设置指定字体高亮 * * @return CharSequence型字符串 */ public static CharSequence getHighLightText(Context context, String text, String keyword) { SpannableStringBuilder style = new SpannableStringB
相关文章
相关标签/搜索