Blame view

PremiereActivite/app/src/main/res/layout/layout_main.xml 780 Bytes
c8059613   JLo'w   Re-fonte de l'app...
1
2
3
  <?xml version="1.0" encoding="utf-8"?>
  <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
      xmlns:tools="http://schemas.android.com/tools"
c8059613   JLo'w   Re-fonte de l'app...
4
5
6
7
8
      android:layout_width="match_parent"
      android:layout_height="match_parent"
      tools:context=".MainActivite"
      android:orientation="vertical">
  
c8059613   JLo'w   Re-fonte de l'app...
9
10
11
12
      <android.support.design.widget.TabLayout
          android:id="@+id/tab_layout"
          android:layout_width="match_parent"
          android:layout_height="wrap_content"
c8059613   JLo'w   Re-fonte de l'app...
13
14
          android:background="?attr/colorPrimary"
          android:elevation="6dp"
0aec73b6   JLo'w   Petit changement ...
15
          android:minHeight="75dp"/>
c8059613   JLo'w   Re-fonte de l'app...
16
17
18
19
  
      <android.support.v4.view.ViewPager
          android:id="@+id/pager"
          android:layout_width="match_parent"
0aec73b6   JLo'w   Petit changement ...
20
          android:layout_height="fill_parent" />
c8059613   JLo'w   Re-fonte de l'app...
21
22
  
  </LinearLayout>