How to set the font style to bold, italic and underlined in an Android TextView? I want to make a TextView‘s content bold, italic and underlined. I tried the following code and it works, but doesn’t underline. <Textview android:textStyle="bold|italic" .. How do I do... May 3, 2022 0 Comments