Skip to content

Instantly share code, notes, and snippets.

@hasankucuk
Created April 11, 2018 14:17
Show Gist options
  • Save hasankucuk/5e553fc59955247c472760261a9d6f4c to your computer and use it in GitHub Desktop.
Save hasankucuk/5e553fc59955247c472760261a9d6f4c to your computer and use it in GitHub Desktop.
Android default textview text size
float sourceTextSize = defaultTextView.getTextSize();
TextView.setTextSize(sourceTextSize / getResources().getDisplayMetrics().density);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment