I want to make a TextView\'s content bold, italic and underlined. I tried the following code and it works, but doesn\'t underline.
TextView
This is an easy way to add an underline, while maintaining other settings:
textView.setPaintFlags(textView.getPaintFlags() | Paint.UNDERLINE_TEXT_FLAG);