My question is quite simple:
In every of my textview, I am currently using the attribute
android:fontFamily=\"sans-serif-light\"
It would be possible by using
setTypeface(Typeface tf, int style) method of TextView class.
setTypeface(Typeface tf, int style)
TextView
spinner_text.setTypeface(Typeface.SANS_SERIF,Typeface.NORMAL);