Skip to content

Instantly share code, notes, and snippets.

@orhanobut
Created October 19, 2014 20:15
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 orhanobut/f1f0d9e59cb57c95b916 to your computer and use it in GitHub Desktop.
Save orhanobut/f1f0d9e59cb57c95b916 to your computer and use it in GitHub Desktop.
Create strike effect on text
textview.setText("my text");
textview.setPaintFlags(textview.getPaintFlags() | Paint.STRIKE_THRU_TEXT_FLAG);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment