Skip to content

Instantly share code, notes, and snippets.

@ripzery
Last active March 23, 2017 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ripzery/8cb976b8079d2e722750d78e5444242f to your computer and use it in GitHub Desktop.
Save ripzery/8cb976b8079d2e722750d78e5444242f to your computer and use it in GitHub Desktop.
Granularity Autosizing TextView
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:autoSizeMinTextSize="12sp"
android:autoSizeMaxTextSize="100sp"
android:autoSizeStepGranularity="2sp" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment