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
What you want is not possible. You must need to set TypeFace in your Code.
TypeFace
In XML what you can do is
XML
android:typeface="sans" | "serif" | "monospace"
other then this you can not play much with the Fonts in XML. :)
For Arial you need to set type face in your code.
Arial