Created
April 4, 2016 07:28
-
-
Save chrisjyoon/c6512a767f81d8e16e13a76f8b779f09 to your computer and use it in GitHub Desktop.
android font family >= 4.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://stackoverflow.com/questions/12128331/how-to-change-fontfamily-of-textview-in-android | |
| android:fontFamily="sans-serif" // roboto regular | |
| android:fontFamily="sans-serif-light" // roboto light | |
| android:fontFamily="sans-serif-condensed" // roboto condensed | |
| android:fontFamily="sans-serif-thin" // roboto thin (android 4.2) | |
| android:fontFamily="sans-serif-medium" // roboto medium (android 5.0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment