Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ActionBar Tab Fragment Inside Fragment
- FragmentTransaction fragmentTransaction = getFragmentManager().beginTransaction();
- fragmentTransaction.replace(R.id.details_container, fragment);
- fragmentTransaction.setTransition(transition);
- fragmentTransaction.addToBackStack(null);
- fragmentTransaction.commit();
Advertisement
Add Comment
Please, Sign In to add comment