Nikolovska

Fragment2

Sep 17th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. package mk.ukim.finki.djesba;
  2.  
  3.  
  4. import android.os.Bundle;
  5.  
  6. import androidx.fragment.app.Fragment;
  7.  
  8. import android.view.LayoutInflater;
  9. import android.view.View;
  10. import android.view.ViewGroup;
  11.  
  12.  
  13. /**
  14. * A simple {@link Fragment} subclass.
  15. */
  16. public class Fragment2 extends Fragment {
  17.  
  18.  
  19. public Fragment2() {
  20. // Required empty public constructor
  21. }
  22.  
  23.  
  24. @Override
  25. public View onCreateView(LayoutInflater inflater, ViewGroup container,
  26. Bundle savedInstanceState) {
  27. // Inflate the layout for this fragment
  28. return inflater.inflate(R.layout.fragment_fragment2, container, false);
  29. }
  30.  
  31. }
Add Comment
Please, Sign In to add comment