2

How do underline text in Android text fields, like the spell-checker does in this screen shot:

enter image description here

Thanks in advance!

Barry Fruitman
  • 12,316
  • 13
  • 72
  • 135

1 Answers1

2

You use Spannables. Spannables are character sequences that incorporate style. For this, use an UnderlineSpan

Gabe Sechan
  • 90,003
  • 9
  • 87
  • 127