Skip to content

Instantly share code, notes, and snippets.

@Kvest
Created October 24, 2016 17:34
Show Gist options
  • Save Kvest/0c848d276719ab4077c2b575808f4cd8 to your computer and use it in GitHub Desktop.
Save Kvest/0c848d276719ab4077c2b575808f4cd8 to your computer and use it in GitHub Desktop.
Transition transition = new TextColorTransition();
TransitionManager.beginDelayedTransition(root, transition);
textView.setTextColor(newColor);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment