Is there a way to bold the text in a TextView via XML?
<TextView
android:textSize="12dip"
android:textAppearance="bold" -> ??
</TextView>
Thanks
Is there a way to bold the text in a TextView via XML?
<TextView
android:textSize="12dip"
android:textAppearance="bold" -> ??
</TextView>
Thanks
use textstyle property as bold
just use
Use
android:textStyle="bold"
like this
There are many ways to make Android TextView bold. Check out this link https://androidride.com/android-textview-bold/
Example:
use:
android:textStyle="bold"
I have a project in which I have the following
TextView
:So, I'm guessing you need to use
android:textStyle