如何在android中突出显示textview?

时间:2017-01-11 10:07:17

标签: android android-layout frontend

这就是我所做的!

spannableString.setSpan(new BackgroundColorSpan(ContextCompat.getColor(mContext, R.color.highlightColor)), 0, div.getText().length(), 0);
textview.setText(spannableString);

结果已实现!

enter image description here

欲望结果!

enter image description here

1 个答案:

答案 0 :(得分:0)

也许这个链接可以帮助您:Can I select a color for each text line I append to a TextView?

但不是ForegroundColorSpan尝试使用BackgroundColorSpan