@@ -42,7 +42,7 @@ limitations under the License.
42
42
android : hint =" @string/hint_order"
43
43
android : inputType =" numberSigned"
44
44
android : lines =" 1"
45
- android : singleLine = " true " />
45
+ android : maxLines = " 1 " />
46
46
</android .support.design.widget.TextInputLayout>
47
47
48
48
<android .support.design.widget.TextInputLayout
@@ -58,7 +58,7 @@ limitations under the License.
58
58
android : hint =" @string/hint_flex_grow"
59
59
android : inputType =" numberDecimal"
60
60
android : lines =" 1"
61
- android : singleLine = " true " />
61
+ android : maxLines = " 1 " />
62
62
</android .support.design.widget.TextInputLayout>
63
63
64
64
<android .support.design.widget.TextInputLayout
@@ -74,7 +74,7 @@ limitations under the License.
74
74
android : hint =" @string/hint_flex_shrink"
75
75
android : inputType =" numberDecimal"
76
76
android : lines =" 1"
77
- android : singleLine = " true " />
77
+ android : maxLines = " 1 " />
78
78
</android .support.design.widget.TextInputLayout>
79
79
80
80
<android .support.design.widget.TextInputLayout
@@ -90,7 +90,7 @@ limitations under the License.
90
90
android : hint =" @string/hint_flex_basis_percent"
91
91
android : inputType =" numberSigned"
92
92
android : lines =" 1"
93
- android : singleLine = " true " />
93
+ android : maxLines = " 1 " />
94
94
</android .support.design.widget.TextInputLayout>
95
95
96
96
<android .support.design.widget.TextInputLayout
@@ -107,7 +107,7 @@ limitations under the License.
107
107
android : hint =" @string/hint_width"
108
108
android : inputType =" numberSigned"
109
109
android : lines =" 1"
110
- android : singleLine = " true " />
110
+ android : maxLines = " 1 " />
111
111
</android .support.design.widget.TextInputLayout>
112
112
113
113
<android .support.design.widget.TextInputLayout
@@ -123,7 +123,7 @@ limitations under the License.
123
123
android : hint =" @string/hint_height"
124
124
android : inputType =" numberSigned"
125
125
android : lines =" 1"
126
- android : singleLine = " true " />
126
+ android : maxLines = " 1 " />
127
127
</android .support.design.widget.TextInputLayout>
128
128
129
129
<android .support.design.widget.TextInputLayout
@@ -138,9 +138,9 @@ limitations under the License.
138
138
android : layout_width =" match_parent"
139
139
android : layout_height =" wrap_content"
140
140
android : lines =" 1"
141
- android : singleLine =" true"
142
141
android : inputType =" number"
143
- android : hint =" @string/hint_min_width" />
142
+ android : hint =" @string/hint_min_width"
143
+ android : maxLines =" 1" />
144
144
</android .support.design.widget.TextInputLayout>
145
145
146
146
<android .support.design.widget.TextInputLayout
@@ -154,9 +154,9 @@ limitations under the License.
154
154
android : layout_width =" match_parent"
155
155
android : layout_height =" wrap_content"
156
156
android : lines =" 1"
157
- android : singleLine =" true"
158
157
android : inputType =" number"
159
- android : hint =" @string/hint_min_height" />
158
+ android : hint =" @string/hint_min_height"
159
+ android : maxLines =" 1" />
160
160
</android .support.design.widget.TextInputLayout>
161
161
162
162
<android .support.design.widget.TextInputLayout
@@ -170,9 +170,9 @@ limitations under the License.
170
170
android : layout_width =" match_parent"
171
171
android : layout_height =" wrap_content"
172
172
android : lines =" 1"
173
- android : singleLine =" true"
174
173
android : inputType =" number"
175
- android : hint =" @string/hint_max_width" />
174
+ android : hint =" @string/hint_max_width"
175
+ android : maxLines =" 1" />
176
176
</android .support.design.widget.TextInputLayout>
177
177
178
178
<android .support.design.widget.TextInputLayout
@@ -186,9 +186,9 @@ limitations under the License.
186
186
android : layout_width =" match_parent"
187
187
android : layout_height =" wrap_content"
188
188
android : lines =" 1"
189
- android : singleLine =" true"
190
189
android : inputType =" number"
191
- android : hint =" @string/hint_max_height" />
190
+ android : hint =" @string/hint_max_height"
191
+ android : maxLines =" 1" />
192
192
</android .support.design.widget.TextInputLayout>
193
193
194
194
<CheckBox
0 commit comments