Skip to content

Instantly share code, notes, and snippets.

@iamdejan
Created June 22, 2021 10:23
Show Gist options
  • Save iamdejan/1d29cad35b6cc755d295cf2f360b4576 to your computer and use it in GitHub Desktop.
Save iamdejan/1d29cad35b6cc755d295cf2f360b4576 to your computer and use it in GitHub Desktop.
Snippet
if(isChecked) {
tvTodoTitle.paintFlags = tvTodoTitle.paintFlags or Paint.STRIKE_THRU_TEXT_FLAG
} else {
tvTodoTitle.paintFlags = tvTodoTitle.paintFlags and Paint.STRIKE_THRU_TEXT_FLAG.inv()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment