Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. import android.os.Bundle;
  2. import android.support.v4.app.Fragment;
  3. import android.view.LayoutInflater;
  4. import android.view.View;
  5. import android.view.ViewGroup;
  6.  
  7. public class Image_fragment extends Fragment {
  8.  
  9. @Override
  10. public View onCreateView(LayoutInflater inflater,ViewGroup container, Bundle savedInstanceState) {
  11. return inflater.inflate(R.layout.image_layout, container, false);
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement