|
25 | 25 | android:id="@+id/amountTil"
|
26 | 26 | android:layout_width="match_parent"
|
27 | 27 | android:layout_height="wrap_content"
|
28 |
| - android:layout_marginLeft="10dp" |
29 |
| - android:layout_marginRight="10dp"> |
| 28 | + android:layout_marginLeft="20dp" |
| 29 | + android:layout_marginRight="20dp"> |
30 | 30 |
|
31 | 31 | <android.support.design.widget.TextInputEditText
|
32 | 32 | android:id="@+id/amountTV"
|
33 | 33 | android:layout_width="match_parent"
|
34 | 34 | android:layout_height="wrap_content"
|
35 | 35 | android:layout_below="@+id/card1"
|
36 |
| - android:layout_marginBottom="10dp" |
37 |
| - android:layout_marginLeft="10dp" |
38 |
| - android:layout_marginRight="10dp" |
39 | 36 | android:hint="@string/amount"
|
40 | 37 | android:inputType="numberDecimal" />
|
41 | 38 |
|
|
45 | 42 | android:id="@+id/phoneTil"
|
46 | 43 | android:layout_width="match_parent"
|
47 | 44 | android:layout_height="wrap_content"
|
48 |
| - android:layout_marginLeft="10dp" |
49 |
| - android:layout_marginRight="10dp"> |
| 45 | + android:layout_marginLeft="20dp" |
| 46 | + android:layout_marginRight="20dp"> |
50 | 47 |
|
51 | 48 | <android.support.design.widget.TextInputEditText
|
52 | 49 | android:id="@+id/phoneEt"
|
53 | 50 | android:layout_width="match_parent"
|
54 | 51 | android:layout_height="wrap_content"
|
55 | 52 | android:layout_below="@+id/card1"
|
56 |
| - android:layout_marginBottom="10dp" |
57 |
| - android:layout_marginLeft="10dp" |
58 |
| - android:layout_marginRight="10dp" |
59 | 53 | android:hint="@string/phone_number"
|
60 | 54 | android:inputType="numberDecimal" />
|
61 | 55 |
|
|
65 | 59 | android:id="@+id/emailTil"
|
66 | 60 | android:layout_width="match_parent"
|
67 | 61 | android:layout_height="wrap_content"
|
68 |
| - android:layout_marginLeft="10dp" |
69 |
| - android:layout_marginRight="10dp"> |
| 62 | + android:layout_marginLeft="20dp" |
| 63 | + android:layout_marginBottom="10dp" |
| 64 | + android:layout_marginRight="20dp"> |
70 | 65 |
|
71 | 66 | <android.support.design.widget.TextInputEditText
|
72 | 67 | android:id="@+id/emailEt"
|
73 | 68 | android:layout_width="match_parent"
|
74 | 69 | android:layout_height="wrap_content"
|
75 | 70 | android:layout_below="@+id/card1"
|
76 |
| - android:layout_marginBottom="10dp" |
77 |
| - android:layout_marginLeft="10dp" |
78 |
| - android:layout_marginRight="10dp" |
79 | 71 | android:hint="@string/email_address"
|
80 | 72 | android:inputType="textEmailAddress" />
|
81 | 73 |
|
|
85 | 77 | android:id="@+id/bankEditText"
|
86 | 78 | android:layout_width="match_parent"
|
87 | 79 | android:layout_height="wrap_content"
|
88 |
| - android:layout_marginBottom="10dp" |
89 | 80 | android:layout_marginLeft="20dp"
|
90 | 81 | android:layout_marginRight="20dp"
|
91 | 82 | android:focusableInTouchMode="false"
|
|
0 commit comments