I want to draw the underline below my TextView. I have searched a few content but couldn't find out anything fruitful.
Can anyone please help me out here?
|
|
|
There are three ways of underling the text in TextView.
Let me explain you all approaches : 1st Approach For underling the text in TextView you have to use SpannableString
2nd Approach You can make use of setPaintFlags method of TextView to underline the text of TextView. For eg.
You can refer constants of Paint class if you want to strike thru the text. 3rd Approach Make use of
|
|||||||||||||||
|