Skip to content

Commit

Permalink
Fix quality issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Jan 10, 2025
1 parent ded1fdd commit 0e4c39b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
app:layout_constraintBottom_toTopOf="@id/chooseServerCardDownloadReplacementApp"
app:layout_constraintEnd_toEndOf="@id/createAccountGutterEnd"
app:layout_constraintStart_toStartOf="@id/createAccountGutterStart"
app:layout_constraintTop_toBottomOf="@+id/serverSelectionSpacing"
app:layout_constraintTop_toBottomOf="@id/serverSelectionSpacing"
tools:visibility="visible">

<include
Expand All @@ -160,10 +160,10 @@
android:layout_marginTop="16dp"
android:layout_marginBottom="16dp"
android:visibility="gone"
app:layout_constraintBottom_toTopOf="@+id/createAccountInput"
app:layout_constraintBottom_toTopOf="@id/createAccountInput"
app:layout_constraintEnd_toEndOf="@id/createAccountGutterEnd"
app:layout_constraintStart_toStartOf="@id/createAccountGutterStart"
app:layout_constraintTop_toBottomOf="@+id/chooseServerCardErrorMas"
app:layout_constraintTop_toBottomOf="@id/chooseServerCardErrorMas"
tools:visibility="visible">

<include
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:hint="@string/ftue_auth_choose_server_entry_hint"
app:layout_constraintBottom_toTopOf="@+id/chooseServerCardErrorMas"
app:layout_constraintBottom_toTopOf="@id/chooseServerCardErrorMas"
app:layout_constraintEnd_toEndOf="@id/chooseServerGutterEnd"
app:layout_constraintStart_toStartOf="@id/chooseServerGutterStart"
app:layout_constraintTop_toBottomOf="@id/titleContentSpacing">
Expand All @@ -121,7 +121,7 @@
app:layout_constraintBottom_toTopOf="@id/chooseServerCardDownloadReplacementApp"
app:layout_constraintEnd_toEndOf="@id/chooseServerGutterEnd"
app:layout_constraintStart_toStartOf="@id/chooseServerGutterStart"
app:layout_constraintTop_toBottomOf="@+id/chooseServerInput"
app:layout_constraintTop_toBottomOf="@id/chooseServerInput"
tools:visibility="visible">

<include
Expand All @@ -137,10 +137,10 @@
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:visibility="gone"
app:layout_constraintBottom_toTopOf="@+id/actionSpacing"
app:layout_constraintBottom_toTopOf="@id/actionSpacing"
app:layout_constraintEnd_toEndOf="@id/chooseServerGutterEnd"
app:layout_constraintStart_toStartOf="@id/chooseServerGutterStart"
app:layout_constraintTop_toBottomOf="@+id/chooseServerCardErrorMas"
app:layout_constraintTop_toBottomOf="@id/chooseServerCardErrorMas"
tools:visibility="visible">

<include
Expand All @@ -156,7 +156,7 @@
android:layout_height="0dp"
app:layout_constraintBottom_toTopOf="@id/chooseServerSubmit"
app:layout_constraintHeight_percent="0.03"
app:layout_constraintTop_toBottomOf="@+id/chooseServerCardDownloadReplacementApp" />
app:layout_constraintTop_toBottomOf="@id/chooseServerCardDownloadReplacementApp" />

<Button
android:id="@+id/chooseServerSubmit"
Expand Down

0 comments on commit 0e4c39b

Please sign in to comment.