Skip to content

Instantly share code, notes, and snippets.

@KimiChiu
Created November 1, 2015 09:57
Show Gist options
  • Save KimiChiu/71994d75b13b6331c89d to your computer and use it in GitHub Desktop.
Save KimiChiu/71994d75b13b6331c89d to your computer and use it in GitHub Desktop.
private RelativeLayout mainMenuHolder;
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
View view = inflater.inflate(R.layout.main_menu_fragment, container, false);
mainMenuHolder = (RelativeLayout) view.findViewById(R.id.mainMenuHolder);
return view;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment