I\'m trying to use a custom font on elements of a listview. So in my ListViewAdapter constructor I have:
private Context context;
private List
One problem that's overlooked (by Android Studio users) is that the "assets/" folder is NOT on the same level as "src/". It is INSIDE "src/main/"
Because I didn't see this earlier, I spent two hours last night, and an hour this morning just trying to change the font in my navigation drawer.
I believe this is the same reason why pixlUI and calligraphy libraries did not work for me.