|
173 | 173 | </com.google.android.material.textfield.TextInputLayout>
|
174 | 174 |
|
175 | 175 | <CheckBox
|
176 |
| - android:id="@+id/nhaCheckBox" |
| 176 | + android:id="@+id/rwcCheckBox" |
177 | 177 | android:layout_width="wrap_content"
|
178 | 178 | android:layout_height="wrap_content"
|
179 |
| - android:layout_marginTop="@dimen/spacing_standard" |
180 |
| - android:text="@string/check_box_no_home_advantage" |
181 |
| - app:layout_constraintTop_toBottomOf="@id/awayTeamTextInputLayout" |
| 179 | + android:text="@string/check_box_rugby_world_cup" |
| 180 | + app:layout_constraintTop_toTopOf="@id/nhaCheckBox" |
| 181 | + app:layout_constraintBottom_toBottomOf="@id/nhaCheckBox" |
182 | 182 | app:layout_constraintStart_toStartOf="@id/startGuideline" />
|
183 | 183 |
|
184 | 184 | <CheckBox
|
185 |
| - android:id="@+id/rwcCheckBox" |
186 |
| - android:layout_width="wrap_content" |
| 185 | + android:id="@+id/nhaCheckBox" |
| 186 | + android:layout_width="0dp" |
187 | 187 | android:layout_height="wrap_content"
|
188 | 188 | android:layout_marginTop="@dimen/spacing_standard"
|
189 | 189 | android:layout_marginStart="@dimen/spacing_standard"
|
190 |
| - android:text="@string/check_box_rugby_world_cup" |
| 190 | + android:text="@string/check_box_no_home_advantage" |
191 | 191 | app:layout_constraintTop_toBottomOf="@id/awayTeamTextInputLayout"
|
192 |
| - app:layout_constraintStart_toEndOf="@id/nhaCheckBox" /> |
| 192 | + app:layout_constraintStart_toEndOf="@id/rwcCheckBox" |
| 193 | + app:layout_constraintEnd_toEndOf="@id/endGuideline" /> |
193 | 194 |
|
194 | 195 | <com.google.android.material.button.MaterialButton
|
195 | 196 | android:id="@+id/addOrEditButton"
|
|
0 commit comments