Skip to content

Instantly share code, notes, and snippets.

@Kvest
Created October 24, 2016 18:33
Show Gist options
  • Save Kvest/55aa1c82e7a0bc2447c46fc51b56bdac to your computer and use it in GitHub Desktop.
Save Kvest/55aa1c82e7a0bc2447c46fc51b56bdac to your computer and use it in GitHub Desktop.
public class TextColorTransition extends Transition {
....
public static void addExtraProperties(TextView view, Bundle extra) {
extra.putInt(PROPNAME_TEXT_COLOR, view.getCurrentTextColor());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment