How do you change text/font settings in an Android TextView?
TextView
For example, how do you make the text bold
Define a new style with the format you want in the style.xml file in the values folder
Then apply this style to the TextView by writing the following code with the properties of the TextView
style="@style/TextViewStyle"