-
Notifications
You must be signed in to change notification settings - Fork 233
Open
Description
FragmentManager fm = getFragmentManager();
FragmentTransaction fragmentTransaction = fm.beginTransaction();
FragmentTransactionExtended fragmentTransactionExtended = new FragmentTransactionExtended(this, fragmentTransaction, firstFragment, secondFragment, R.id.fragment_place);
fragmentTransactionExtended.addTransition(FragmentTransactionExtended.GLIDE);
fragmentTransactionExtended.commit();
Does not work with Fragments from android.support.v4.app.Fragment.
Can you get it working with that as well?
YoussefKeyrouz
Metadata
Metadata
Assignees
Labels
No labels