Blame view

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