posted 6 years ago
Hello Pals
I want to set text in Edit box as Underline , so that when user types anything in Edit text box, it appears as Underlined.
For instance when i setTextSize(26); , when user types anything it shows text in size =26. Now i want to achieve the same thing for Underlining.
Regards
I want to set text in Edit box as Underline , so that when user types anything in Edit text box, it appears as Underlined.
For instance when i setTextSize(26); , when user types anything it shows text in size =26. Now i want to achieve the same thing for Underlining.
Regards
posted 6 years ago
You need an object of type Editable, this object will store the text that the user typed and also need an objecto of type StyleSpan. The StyleSpan class allow you use different styles over your EditText component, here a very small example:
Sorry, my english isn't good
source: http://www.sgoliver.net/blog/?p=1373
Sorry, my english isn't good
source: http://www.sgoliver.net/blog/?p=1373
