Text Decorator Decorate your TextView easily Usage TextDecorator .decorate(textView, text) .setTextColor(R.color.colorAccent, 0, 5) .setBackgroundColor(R.color.colorPrimary, 6, 11) .strikethrough(12, 26) .setTextStyle(Typeface.BOLD | Typeface.ITALIC, 27, 40)