这就是我所做的!
spannableString.setSpan(new BackgroundColorSpan(ContextCompat.getColor(mContext, R.color.highlightColor)), 0, div.getText().length(), 0);
textview.setText(spannableString);
结果已实现!
欲望结果!
答案 0 :(得分:0)
也许这个链接可以帮助您:Can I select a color for each text line I append to a TextView?
但不是ForegroundColorSpan
尝试使用BackgroundColorSpan