Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. android.support.v4.app.Fragment
  2.  
  3. public static class ExampleFragment extends Fragment {
  4. @Override
  5. public View onCreateView(LayoutInflater inflater, ViewGroup container,
  6. Bundle savedInstanceState) {
  7. // Inflate the layout for this fragment
  8. return inflater.inflate(R.layout.example_fragment, container, false);
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement