Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. mParentView = (ViewGroup) findViewById (android.R.id.content).getParent();
  2. mActionBarContainer = mParentView.getChildAt(0);
  3. mParentView.removeView(mActionBarContainer);
  4. mTop.addView(mActionBarContainer);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement