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 | 35 | <EditText |
36 | 36 | android:layout_width="wrap_content" |
37 | 37 | android:layout_height="wrap_content" |
38 | - android:inputType="number" | |
38 | + android:inputType="numberDecimal" | |
39 | 39 | android:ems="10" |
40 | 40 | android:id="@+id/commande_prix" |
41 | 41 | android:editable="true" |
... | ... | @@ -50,7 +50,8 @@ |
50 | 50 | android:height="80dp" |
51 | 51 | android:minHeight="50dp" |
52 | 52 | android:maxHeight="500dp" |
53 | - android:minWidth="120dp" /> | |
53 | + android:minWidth="120dp" | |
54 | + android:textStyle="bold"/> | |
54 | 55 | |
55 | 56 | <Button |
56 | 57 | android:layout_width="wrap_content" | ... | ... |