Skip to content

Instantly share code, notes, and snippets.

@wujiyu115
Created September 12, 2013 07:22
Show Gist options
  • Save wujiyu115/6533956 to your computer and use it in GitHub Desktop.
Save wujiyu115/6533956 to your computer and use it in GitHub Desktop.
android:text
Paint paint = new Paint();
paint.setColor(Color.WHITE);
paint.setTypeface(Typeface.DEFAULT_BOLD);
paint.setAntiAlias(true);
paint.setDither(true);
paint.setTextSize(20);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment