Skip to content

Instantly share code, notes, and snippets.

@smaugho
Created April 28, 2017 10:03
Show Gist options
  • Save smaugho/4ffd14d5c6dc39b652021959adb6e7be to your computer and use it in GitHub Desktop.
Save smaugho/4ffd14d5c6dc39b652021959adb6e7be to your computer and use it in GitHub Desktop.
Animating Fragment
$ProfileFragment().transaction()
.setCustomAnimations(
R.anim.move_right_in,
R.anim.move_left_out
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment