So I\'d like to change the android:fontFamily in Android but I don\'t see any pre-defined fonts in Android. How do I select one of the pre-defined ones? I don\'
android:fontFamily
An easy way to manage the fonts would be to declare them via resources, as such:
sans-serif sans-serif-light sans-serif-condensed sans-serif-thin sans-serif-medium sans-serif-black sans-serif-condensed-light
This is based on the source code here and here