Is there a way to bold the text in a TextView via XML?
??
Just you need to use //for bold android:textStyle="bold" //for italic android:textStyle="italic" //for normal android:textStyle="normal"