I am developing an application. I am using custom font. \".ttf\" file to customize font of text view. I used the code as:
Typeface tfArchitectsDaughter = Typ
Use the code for making text bold as :
TextView.setTextAppearance(getApplicationContext(), R.style.boldText);