android fragments - Custom font change for textview in custom listview -


i have custom list 1 image view , 1 text view. want change textview font custom font in assests folder.

i using fragments getassests method not working in fragment.

help

just use typeface typeface = typeface.createfromasset(.getassets(), "fonts/swinsbrg.ttf");


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -