Blame view

PremiereActivite/app/src/main/res/layout/layout_main.xml 591 Bytes
c8059613   JLo'w   Re-fonte de l'app...
1
  <?xml version="1.0" encoding="utf-8"?>
76de4d29   JLo'w   Connexion et NFC ...
2
3
4
5
  <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
      android:layout_width="match_parent"
      android:layout_height="match_parent"
      android:id="@+id/coordinator">
3c5d3089   JLo'w   Work in progress ...
6
7
  <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
          android:id="@+id/fragment_container"
c8059613   JLo'w   Re-fonte de l'app...
8
          android:layout_width="match_parent"
3c5d3089   JLo'w   Work in progress ...
9
10
          android:layout_height="match_parent"
          android:background="?android:attr/detailsElementBackground" />
76de4d29   JLo'w   Connexion et NFC ...
11
  </android.support.design.widget.CoordinatorLayout>