标签:style io color ar sp for on art html
Spannable style = new SpannableStringBuilder(commentsHtml);
try {
style.setSpan(new ForegroundColorSpan(Color.BLUE),startIndex,endIndex,Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
}catch (Exception e){
e.printStackTrace();
}finally {
holder.comentsConTV.setText(style);
}
标签:style io color ar sp for on art html
原文地址:http://www.cnblogs.com/Ringer/p/4083045.html