textStyle has three type.
- normal
- bold
- italic
1. XML
android:textStyle="bold"
2. Programming
textView.setTypeface(Typeface.DEFAULT_BOLD);
Reference:android:textStyle
textStyle has three type.
- normal
- bold
- italic
android:textStyle="bold"
textView.setTypeface(Typeface.DEFAULT_BOLD);
Reference:android:textStyle