I applied a custom font to a TextView, but it doesn\'t seems to change the typeface.
Here is my code:
Typeface myTypeface = Typeface
After trying most of the solutions described in this thread, I accidentally found Calligraphy (https://github.com/chrisjenx/Calligraphy) - a library by Christopher Jenkins that lets you easily add custom fonts to your app. The advantages of his lib comparing to approaches suggested here are: