Posts by Rafaela Stulbach • 66 points
1 post
-
5
votes1
answer470
viewsA: Problem with transition animation between Fragments
Why don’t you create your own animations using an xml with an objectAnimator? Seven animations like this: FragmentTransaction ft = getSupportFragmentManager().beginTransaction(); Fragment login =…