I am using the following line of code to change the font type in android
application :L
Typeface font = Typeface.createFromAsset(this.getAssets(), "fonts/Abumohammed.ttf");
textView.setTypeface(font);
I am sure that Abumohammed.ttf
is in assets/fonts
folder .. but the font don't change and don't has any effect on the textview !!