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
Post a Comment