Blame view

PremiereActivite/app/src/main/res/layout/layout_commande.xml 5.37 KB
c8059613   JLo'w   Re-fonte de l'app...
1
  <?xml version="1.0" encoding="utf-8"?>
1e53ac5a   JLo'w   Jolis scrolls
2
  <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
c8059613   JLo'w   Re-fonte de l'app...
3
4
5
6
      android:orientation="vertical" android:layout_width="match_parent"
      android:layout_height="match_parent"
      android:baselineAligned="false"
      android:weightSum="1"
1e53ac5a   JLo'w   Jolis scrolls
7
8
      android:nestedScrollingEnabled="true"
      android:id="@+id/scrollView2">
c8059613   JLo'w   Re-fonte de l'app...
9
  
1e53ac5a   JLo'w   Jolis scrolls
10
11
      <LinearLayout
          android:layout_width="match_parent"
c8059613   JLo'w   Re-fonte de l'app...
12
          android:layout_height="wrap_content"
1e53ac5a   JLo'w   Jolis scrolls
13
          android:orientation="vertical">
c8059613   JLo'w   Re-fonte de l'app...
14
  
12a643ef   JLo'w   Nouvelle interfac...
15
          <TableLayout
407f6a73   JLo'w   Les boutons plus ...
16
              android:id="@+id/commande_table_boutons"
12a643ef   JLo'w   Nouvelle interfac...
17
              android:layout_width="match_parent"
1e53ac5a   JLo'w   Jolis scrolls
18
              android:layout_height="wrap_content"
1e53ac5a   JLo'w   Jolis scrolls
19
              android:layout_gravity="center_horizontal"
12a643ef   JLo'w   Nouvelle interfac...
20
21
22
23
24
25
26
27
28
29
30
              android:layout_margin="30dp">
  
              <TableRow
                  android:layout_width="match_parent"
                  android:layout_height="match_parent">
  
                  <Button
                      style="?android:attr/buttonStyleSmall"
                      android:layout_width="0dp"
                      android:layout_height="wrap_content"
                      android:text="@string/one"
407f6a73   JLo'w   Les boutons plus ...
31
                      android:id="@+id/button1"
12a643ef   JLo'w   Nouvelle interfac...
32
33
                      android:layout_column="0"
                      android:layout_weight="1"
407f6a73   JLo'w   Les boutons plus ...
34
35
                      android:height="80dp"
                      android:onClick="valideCommande"/>
12a643ef   JLo'w   Nouvelle interfac...
36
37
38
39
40
41
  
                  <Button
                      style="?android:attr/buttonStyleSmall"
                      android:layout_width="0dp"
                      android:layout_height="wrap_content"
                      android:text="@string/two"
407f6a73   JLo'w   Les boutons plus ...
42
                      android:id="@+id/button2"
12a643ef   JLo'w   Nouvelle interfac...
43
44
                      android:layout_column="1"
                      android:layout_weight="1"
407f6a73   JLo'w   Les boutons plus ...
45
46
                      android:height="80dp"
                      android:onClick="valideCommande"/>
12a643ef   JLo'w   Nouvelle interfac...
47
48
49
50
51
52
  
                  <Button
                      style="?android:attr/buttonStyleSmall"
                      android:layout_width="0dp"
                      android:layout_height="wrap_content"
                      android:text="@string/three"
407f6a73   JLo'w   Les boutons plus ...
53
                      android:id="@+id/button3"
12a643ef   JLo'w   Nouvelle interfac...
54
55
                      android:layout_column="2"
                      android:layout_weight="1"
407f6a73   JLo'w   Les boutons plus ...
56
57
                      android:height="80dp"
                      android:onClick="valideCommande"/>
12a643ef   JLo'w   Nouvelle interfac...
58
59
60
61
62
63
64
65
66
67
68
69
  
              </TableRow>
  
              <TableRow
                  android:layout_width="match_parent"
                  android:layout_height="match_parent">
  
                  <Button
                      style="?android:attr/buttonStyleSmall"
                      android:layout_width="0dp"
                      android:layout_height="wrap_content"
                      android:text="@string/four"
407f6a73   JLo'w   Les boutons plus ...
70
                      android:id="@+id/button4"
12a643ef   JLo'w   Nouvelle interfac...
71
72
73
                      android:layout_gravity="center_horizontal"
                      android:layout_column="0"
                      android:layout_weight="1"
407f6a73   JLo'w   Les boutons plus ...
74
75
                      android:height="80dp"
                      android:onClick="valideCommande"/>
12a643ef   JLo'w   Nouvelle interfac...
76
77
78
79
80
81
  
                  <Button
                      style="?android:attr/buttonStyleSmall"
                      android:layout_width="0dp"
                      android:layout_height="wrap_content"
                      android:text="@string/five"
407f6a73   JLo'w   Les boutons plus ...
82
                      android:id="@+id/button5"
12a643ef   JLo'w   Nouvelle interfac...
83
84
                      android:layout_column="1"
                      android:layout_weight="1"
407f6a73   JLo'w   Les boutons plus ...
85
86
                      android:height="80dp"
                      android:onClick="valideCommande"/>
12a643ef   JLo'w   Nouvelle interfac...
87
88
89
90
91
92
  
                  <Button
                      style="?android:attr/buttonStyleSmall"
                      android:layout_width="0dp"
                      android:layout_height="wrap_content"
                      android:text="@string/six"
407f6a73   JLo'w   Les boutons plus ...
93
                      android:id="@+id/button6"
12a643ef   JLo'w   Nouvelle interfac...
94
95
                      android:layout_column="2"
                      android:layout_weight="1"
407f6a73   JLo'w   Les boutons plus ...
96
97
                      android:height="80dp"
                      android:onClick="valideCommande"/>
12a643ef   JLo'w   Nouvelle interfac...
98
99
100
101
102
103
104
              </TableRow>
  
          </TableLayout>
  
          <View
              android:layout_width="match_parent"
              android:layout_height="1dp"
407f6a73   JLo'w   Les boutons plus ...
105
              android:background="@android:color/darker_gray" />
c8059613   JLo'w   Re-fonte de l'app...
106
  
1e53ac5a   JLo'w   Jolis scrolls
107
108
109
          <EditText
              android:layout_width="wrap_content"
              android:layout_height="wrap_content"
aebe700b   JLo'w   Correction problè...
110
              android:inputType="numberDecimal"
407f6a73   JLo'w   Les boutons plus ...
111
              android:digits="0123456789,."
1e53ac5a   JLo'w   Jolis scrolls
112
113
114
115
116
117
118
119
120
121
              android:ems="10"
              android:id="@+id/commande_prix"
              android:editable="true"
              android:elegantTextHeight="true"
              android:enabled="true"
              android:numeric="decimal"
              android:width="300dp"
              android:hint="@string/prix"
              android:textAlignment="center"
              android:layout_gravity="center_horizontal"
1e53ac5a   JLo'w   Jolis scrolls
122
123
124
              android:height="80dp"
              android:minHeight="50dp"
              android:maxHeight="500dp"
aebe700b   JLo'w   Correction problè...
125
126
              android:minWidth="120dp"
              android:textStyle="bold"/>
1e53ac5a   JLo'w   Jolis scrolls
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
  
          <Button
              android:layout_width="wrap_content"
              android:layout_height="wrap_content"
              android:text="@string/validate"
              android:id="@+id/commande_validation"
              android:layout_gravity="center_horizontal"
              android:layout_marginTop="40dp"
              android:width="180dp"
              android:height="80dp"
              android:onClick="valideCommande"
              android:nestedScrollingEnabled="false"
              android:enabled="true" />
  
      </LinearLayout>
c8059613   JLo'w   Re-fonte de l'app...
142
  
1e53ac5a   JLo'w   Jolis scrolls
143
  </ScrollView>