|
20 | 20 | android:layout_height="wrap_content" |
21 | 21 | android:orientation="vertical"> |
22 | 22 |
|
23 | | - <android.support.design.widget.TextInputLayout |
| 23 | + |
| 24 | + <com.google.android.material.textfield.TextInputLayout |
24 | 25 | android:id="@+id/emailTextLayout" |
25 | 26 | android:layout_width="match_parent" |
26 | 27 | android:layout_height="wrap_content" |
|
29 | 30 | android:layout_alignParentTop="true" |
30 | 31 | android:hint="@string/emailTextLabel"> |
31 | 32 |
|
32 | | - <android.support.design.widget.TextInputEditText |
| 33 | + <com.google.android.material.textfield.TextInputEditText |
33 | 34 | android:id="@+id/emailText" |
34 | 35 | android:layout_width="match_parent" |
35 | 36 | android:layout_height="wrap_content" |
36 | 37 | android:inputType="textEmailAddress" |
37 | 38 | android:text="@string/emailTextDefault" /> |
38 | | - </android.support.design.widget.TextInputLayout> |
| 39 | + </com.google.android.material.textfield.TextInputLayout> |
39 | 40 |
|
40 | | - <android.support.design.widget.TextInputLayout |
| 41 | + <com.google.android.material.textfield.TextInputLayout |
41 | 42 | android:id="@+id/orderNumberTextLayout" |
42 | 43 | android:layout_width="match_parent" |
43 | 44 | android:layout_height="wrap_content" |
|
46 | 47 | android:layout_below="@+id/emailTextLayout" |
47 | 48 | android:hint="@string/orderNumberTextLabel"> |
48 | 49 |
|
49 | | - <android.support.design.widget.TextInputEditText |
| 50 | + <com.google.android.material.textfield.TextInputEditText |
50 | 51 | android:id="@+id/orderNumberText" |
51 | 52 | android:layout_width="match_parent" |
52 | 53 | android:layout_height="wrap_content" |
53 | 54 | android:inputType="number" |
54 | 55 | android:text="@string/orderNumberTextDefault" /> |
55 | | - </android.support.design.widget.TextInputLayout> |
| 56 | + </com.google.android.material.textfield.TextInputLayout> |
56 | 57 |
|
57 | | - <android.support.design.widget.TextInputLayout |
| 58 | + <com.google.android.material.textfield.TextInputLayout |
58 | 59 | android:id="@+id/couponTextLayout" |
59 | 60 | android:layout_width="match_parent" |
60 | 61 | android:layout_height="wrap_content" |
|
63 | 64 | android:layout_below="@+id/orderNumberTextLayout" |
64 | 65 | android:hint="@string/couponTextLabel"> |
65 | 66 |
|
66 | | - <android.support.design.widget.TextInputEditText |
| 67 | + <com.google.android.material.textfield.TextInputEditText |
67 | 68 | android:id="@+id/couponText" |
68 | 69 | android:layout_width="match_parent" |
69 | 70 | android:layout_height="wrap_content" |
70 | 71 | android:text="@string/couponTextDefault" /> |
71 | | - </android.support.design.widget.TextInputLayout> |
| 72 | + </com.google.android.material.textfield.TextInputLayout> |
72 | 73 |
|
73 | | - <android.support.design.widget.TextInputLayout |
| 74 | + <com.google.android.material.textfield.TextInputLayout |
74 | 75 | android:id="@+id/subtotalTextLayout" |
75 | 76 | android:layout_width="match_parent" |
76 | 77 | android:layout_height="wrap_content" |
|
79 | 80 | android:layout_below="@+id/couponTextLayout" |
80 | 81 | android:hint="@string/subtotalTextLabel"> |
81 | 82 |
|
82 | | - <android.support.design.widget.TextInputEditText |
| 83 | + <com.google.android.material.textfield.TextInputEditText |
83 | 84 | android:id="@+id/subtotalText" |
84 | 85 | android:layout_width="match_parent" |
85 | 86 | android:layout_height="wrap_content" |
86 | 87 | android:inputType="numberDecimal" |
87 | 88 | android:text="@string/subtotalTextDefault" /> |
88 | | - </android.support.design.widget.TextInputLayout> |
| 89 | + </com.google.android.material.textfield.TextInputLayout> |
89 | 90 |
|
90 | | - <android.support.design.widget.TextInputLayout |
| 91 | + <com.google.android.material.textfield.TextInputLayout |
91 | 92 | android:id="@+id/eventCategoryTextLayout" |
92 | 93 | android:layout_width="match_parent" |
93 | 94 | android:layout_height="wrap_content" |
|
96 | 97 | android:layout_below="@+id/subtotalTextLayout" |
97 | 98 | android:hint="@string/eventCategoryTextLabel"> |
98 | 99 |
|
99 | | - <android.support.design.widget.TextInputEditText |
| 100 | + <com.google.android.material.textfield.TextInputEditText |
100 | 101 | android:id="@+id/eventCategoryText" |
101 | 102 | android:layout_width="match_parent" |
102 | 103 | android:layout_height="wrap_content" |
103 | 104 | android:text="@string/eventCategoryTextDefault" /> |
104 | | - </android.support.design.widget.TextInputLayout> |
| 105 | + </com.google.android.material.textfield.TextInputLayout> |
105 | 106 |
|
106 | | - <android.support.design.widget.TextInputLayout |
| 107 | + <com.google.android.material.textfield.TextInputLayout |
107 | 108 | android:id="@+id/webUUIDTextLayout" |
108 | 109 | android:layout_width="match_parent" |
109 | 110 | android:layout_height="wrap_content" |
|
112 | 113 | android:layout_below="@+id/eventCategoryTextLayout" |
113 | 114 | android:hint="@string/webUUIDTextLabel"> |
114 | 115 |
|
115 | | - <android.support.design.widget.TextInputEditText |
| 116 | + <com.google.android.material.textfield.TextInputEditText |
116 | 117 | android:id="@+id/webUUIDText" |
117 | 118 | android:layout_width="match_parent" |
118 | 119 | android:layout_height="wrap_content" |
119 | 120 | android:text="" /> |
120 | | - </android.support.design.widget.TextInputLayout> |
| 121 | + </com.google.android.material.textfield.TextInputLayout> |
121 | 122 |
|
122 | | - <android.support.design.widget.TextInputLayout |
| 123 | + <com.google.android.material.textfield.TextInputLayout |
123 | 124 | android:id="@+id/offerIDTextLayout" |
124 | 125 | android:layout_width="match_parent" |
125 | 126 | android:layout_height="wrap_content" |
|
128 | 129 | android:layout_below="@+id/webUUIDTextLayout" |
129 | 130 | android:hint="@string/offerIDTextLabel"> |
130 | 131 |
|
131 | | - <android.support.design.widget.TextInputEditText |
| 132 | + <com.google.android.material.textfield.TextInputEditText |
132 | 133 | android:id="@+id/offerIDText" |
133 | 134 | android:layout_width="match_parent" |
134 | 135 | android:layout_height="wrap_content" |
135 | 136 | android:text="" /> |
136 | | - </android.support.design.widget.TextInputLayout> |
| 137 | + </com.google.android.material.textfield.TextInputLayout> |
137 | 138 |
|
138 | 139 |
|
139 | 140 | <Button |
|
0 commit comments