I am working with an edit text to support the properties of bold,italic and underline.I got succeed after selecting the text and make it bold. Now I want to remove the bold
in my project I use this construction
textView.typeface = Typeface.create(textView.typeface, Typeface.NORMAL)