<Can't change a custom font in third party library...
# stackoverflow
u
Can't change a custom font in third party library I'm new to third party libraries, I'm using a splash screen as a start activity to my project. AwsomeSplashScreen there's attribute called titleFont which takes String! , i can't change to any font. already tried so many ways but the problem that it takes only String and the font i use will only be Int or Typeface (converting it to String doesn't solve the problem). It says a problem with the assets folder....