Blame view

PremiereActivite/app/src/main/java/com/example/app_10p5/TabFragment1.java 470 Bytes
c8059613   JLo'w   Re-fonte de l'app...
1
2
3
  package com.example.app_10p5;
  
  import android.os.Bundle;
e9b6c14d   JLo'w   Passage au suppor...
4
  import android.app.Fragment;
c8059613   JLo'w   Re-fonte de l'app...
5
6
7
8
  import android.view.LayoutInflater;
  import android.view.View;
  import android.view.ViewGroup;
  
93f90e35   JLo'w   NFC et foreground
9
10
11
12
  /**
   * Created by beaus on 24/04/2016.
   */
  
c8059613   JLo'w   Re-fonte de l'app...
13
14
15
16
17
18
  public class TabFragment1 extends Fragment {
      @Override
      public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
          return inflater.inflate(R.layout.tab_fragment_1, container, false);
      }
  }