Commit aebe700b77bf5603db866982f9cc3ff8235f22fa
1 parent
6ed64aef
Correction problème entier -> décimal
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
PremiereActivite/app/src/main/res/layout-v23/layout_commande.xml
@@ -35,7 +35,7 @@ | @@ -35,7 +35,7 @@ | ||
35 | <EditText | 35 | <EditText |
36 | android:layout_width="wrap_content" | 36 | android:layout_width="wrap_content" |
37 | android:layout_height="wrap_content" | 37 | android:layout_height="wrap_content" |
38 | - android:inputType="number" | 38 | + android:inputType="numberDecimal" |
39 | android:ems="10" | 39 | android:ems="10" |
40 | android:id="@+id/commande_prix" | 40 | android:id="@+id/commande_prix" |
41 | android:editable="true" | 41 | android:editable="true" |
@@ -50,7 +50,8 @@ | @@ -50,7 +50,8 @@ | ||
50 | android:height="80dp" | 50 | android:height="80dp" |
51 | android:minHeight="50dp" | 51 | android:minHeight="50dp" |
52 | android:maxHeight="500dp" | 52 | android:maxHeight="500dp" |
53 | - android:minWidth="120dp" /> | 53 | + android:minWidth="120dp" |
54 | + android:textStyle="bold"/> | ||
54 | 55 | ||
55 | <Button | 56 | <Button |
56 | android:layout_width="wrap_content" | 57 | android:layout_width="wrap_content" |