Featured post

Marshmallow Features Point by Point

Android Runtime (“ART”) Improved application performance and lower memory overhead for faster  multi-tasking. Battery Doze...

Showing posts with label TextView_ set underline text. Show all posts
Showing posts with label TextView_ set underline text. Show all posts

Friday, 19 February 2016

Set Underline on Textview

txt_title.setPaintFlags(txt_title.getPaintFlags() | Paint.UNDERLINE_TEXT_FLAG);