i'm writing this post because I have a problem with android studio on ubuntu mate 17.04. The problem is that android studio doesn't found a custom font. I have add this font on:
-main
---assets
------fonts
------------myfont.ttf
but when i do this:
Typeface typeface = Typeface.createFromAsset(getAssets(), "fonts/FUTRFW.TTF");
classibutton.setTypeface(typeface);
i have an exception that show myfont is not found. I attach the structure of my project:
how can i solve this?? Thanks all for the help
try this your have to bind your classibutton than your can set Custom fonts to your and also don't write .ttf in capital letters
sample code