Guest User

Untitled

a guest
Jul 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. transaction.add(R.id.content, fragment, null);
  2.  
  3. ((ViewGroup)getView().getParent()).getId();
  4.  
  5. public View onCreateView(LayoutInflater inflater,
  6. ViewGroup container,
  7. Bundle savedInstanceState) {
  8. mContainer = container;
  9. ...
  10. }
Add Comment
Please, Sign In to add comment