|
112 | 112 | <com.google.android.material.textfield.TextInputLayout
|
113 | 113 | android:id="@+id/homePointsTextInputLayout"
|
114 | 114 | android:layout_width="@dimen/width_points"
|
115 |
| - android:layout_height="wrap_content" |
| 115 | + android:layout_height="0dp" |
116 | 116 | android:hint="@string/hint_points"
|
117 | 117 | style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
|
118 | 118 | app:layout_constraintTop_toTopOf="@id/homeTeamTextInputLayout"
|
|
122 | 122 | <com.google.android.material.textfield.TextInputEditText
|
123 | 123 | android:id="@+id/homePointsEditText"
|
124 | 124 | android:layout_width="match_parent"
|
125 |
| - android:layout_height="wrap_content" |
| 125 | + android:layout_height="match_parent" |
126 | 126 | android:inputType="number"
|
127 | 127 | android:maxLength="@integer/max_length_points" />
|
128 | 128 |
|
|
155 | 155 | <com.google.android.material.textfield.TextInputLayout
|
156 | 156 | android:id="@+id/awayPointsTextInputLayout"
|
157 | 157 | android:layout_width="@dimen/width_points"
|
158 |
| - android:layout_height="wrap_content" |
| 158 | + android:layout_height="0dp" |
159 | 159 | android:hint="@string/hint_points"
|
160 | 160 | style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
|
161 | 161 | app:layout_constraintTop_toTopOf="@id/awayTeamTextInputLayout"
|
|
165 | 165 | <com.google.android.material.textfield.TextInputEditText
|
166 | 166 | android:id="@+id/awayPointsEditText"
|
167 | 167 | android:layout_width="match_parent"
|
168 |
| - android:layout_height="wrap_content" |
| 168 | + android:layout_height="match_parent" |
169 | 169 | android:inputType="number"
|
170 | 170 | android:maxLength="@integer/max_length_points" />
|
171 | 171 |
|
|
0 commit comments