Blame view

app/src/main/res/layout/activity_age1.xml 2.72 KB
af6964e6   Edmur LOPES   create new git
1
2
3
4
  <?xml version="1.0" encoding="utf-8"?>
  
  
  <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
4a09720e   rcavalie   finalisation du p...
5
      xmlns:app="http://schemas.android.com/apk/res-auto"
af6964e6   Edmur LOPES   create new git
6
7
8
9
10
11
      android:layout_width="fill_parent"
      android:layout_height="fill_parent" >
  
  <LinearLayout
      xmlns:android="http://schemas.android.com/apk/res/android"
      xmlns:app="http://schemas.android.com/apk/res-auto"
af6964e6   Edmur LOPES   create new git
12
13
      android:orientation="vertical"
      android:layout_width="fill_parent"
4a09720e   rcavalie   finalisation du p...
14
      android:layout_height="wrap_content"
af6964e6   Edmur LOPES   create new git
15
16
17
18
19
20
      android:weightSum="1"
      android:background="@color/colorPrimaryDark">
  
      <ImageButton
          android:layout_width="wrap_content"
          android:layout_height="wrap_content"
4a09720e   rcavalie   finalisation du p...
21
          app:srcCompat="@drawable/kode"
af6964e6   Edmur LOPES   create new git
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
          android:id="@+id/mode_aventure"
          android:layout_gravity="center"
          android:backgroundTint="@color/colorPrimaryDark"
          android:layout_marginTop="100dp" />
  
      <TextView
          android:text="Mode aventure "
          android:layout_width="wrap_content"
          android:layout_height="wrap_content"
          android:id="@+id/textView"
          android:textAppearance="@style/TextAppearance.AppCompat.Display1"
          android:textColor="?android:attr/windowBackground"
          android:layout_marginLeft="20dp" />
  
      <TextView
          android:text="Flashe les codes QR qui t'entourent pour en savoir plus sur le SSR Marc Sautelet. Démarre le scan en appuyant sur le code ci-dessus."
          android:layout_width="match_parent"
          android:layout_height="wrap_content"
          android:id="@+id/textView2"
          android:textColor="?android:attr/windowBackground"
          android:layout_marginLeft="20dp"
          android:layout_marginRight="20dp" />
  
      <ImageButton
4a09720e   rcavalie   finalisation du p...
46
          android:id="@+id/dessine"
af6964e6   Edmur LOPES   create new git
47
48
          android:layout_width="wrap_content"
          android:layout_height="wrap_content"
af6964e6   Edmur LOPES   create new git
49
          android:layout_gravity="center"
4a09720e   rcavalie   finalisation du p...
50
51
52
          android:layout_marginTop="50dp"
          android:layout_weight="0.09"
          app:srcCompat="@drawable/colorier" />
af6964e6   Edmur LOPES   create new git
53
54
55
56
57
58
59
60
61
62
63
  
      <TextView
          android:text="Mode dessin"
          android:layout_width="match_parent"
          android:layout_height="wrap_content"
          android:id="@+id/textView3"
          android:textAppearance="@style/TextAppearance.AppCompat.Display1"
          android:textColor="?android:attr/windowBackground"
          android:layout_marginLeft="20dp"/>
  
      <TextView
4a09720e   rcavalie   finalisation du p...
64
65
66
67
68
69
          android:text="Dans ce mode, tu peux créer ton propre dessin et l'enregistrer sur la tablette.
  \n
  \n
  \n
  \n
  \n"
af6964e6   Edmur LOPES   create new git
70
71
72
73
74
75
76
77
78
          android:layout_width="match_parent"
          android:layout_height="wrap_content"
          android:id="@+id/textView4"
          android:textColor="?android:attr/windowBackground"
          android:layout_marginLeft="20dp"
          android:layout_marginRight="20dp"/>
  
  </LinearLayout>
  </ScrollView>