How to use Roboto in xml layout
I’ve already found some possibilities Using fontfamily The simplest way would be add fontFamily attribute to your specific view like TextView According to How to change fontFamily of TextView in Android From android 4.1 / 4.2 / 5.0, the following Roboto font families are available: android:fontFamily=”sans-serif” // roboto regular android:fontFamily=”sans-serif-light” // roboto light android:fontFamily=”sans-serif-condensed” // … Read more