Skip to content

Commit 0e4c39b

Browse files
committed
Fix quality issue.
1 parent ded1fdd commit 0e4c39b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

vector/src/main/res/layout/fragment_ftue_combined_register.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
app:layout_constraintBottom_toTopOf="@id/chooseServerCardDownloadReplacementApp"
144144
app:layout_constraintEnd_toEndOf="@id/createAccountGutterEnd"
145145
app:layout_constraintStart_toStartOf="@id/createAccountGutterStart"
146-
app:layout_constraintTop_toBottomOf="@+id/serverSelectionSpacing"
146+
app:layout_constraintTop_toBottomOf="@id/serverSelectionSpacing"
147147
tools:visibility="visible">
148148

149149
<include
@@ -160,10 +160,10 @@
160160
android:layout_marginTop="16dp"
161161
android:layout_marginBottom="16dp"
162162
android:visibility="gone"
163-
app:layout_constraintBottom_toTopOf="@+id/createAccountInput"
163+
app:layout_constraintBottom_toTopOf="@id/createAccountInput"
164164
app:layout_constraintEnd_toEndOf="@id/createAccountGutterEnd"
165165
app:layout_constraintStart_toStartOf="@id/createAccountGutterStart"
166-
app:layout_constraintTop_toBottomOf="@+id/chooseServerCardErrorMas"
166+
app:layout_constraintTop_toBottomOf="@id/chooseServerCardErrorMas"
167167
tools:visibility="visible">
168168

169169
<include

vector/src/main/res/layout/fragment_ftue_server_selection_combined.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
android:layout_width="0dp"
9999
android:layout_height="wrap_content"
100100
android:hint="@string/ftue_auth_choose_server_entry_hint"
101-
app:layout_constraintBottom_toTopOf="@+id/chooseServerCardErrorMas"
101+
app:layout_constraintBottom_toTopOf="@id/chooseServerCardErrorMas"
102102
app:layout_constraintEnd_toEndOf="@id/chooseServerGutterEnd"
103103
app:layout_constraintStart_toStartOf="@id/chooseServerGutterStart"
104104
app:layout_constraintTop_toBottomOf="@id/titleContentSpacing">
@@ -121,7 +121,7 @@
121121
app:layout_constraintBottom_toTopOf="@id/chooseServerCardDownloadReplacementApp"
122122
app:layout_constraintEnd_toEndOf="@id/chooseServerGutterEnd"
123123
app:layout_constraintStart_toStartOf="@id/chooseServerGutterStart"
124-
app:layout_constraintTop_toBottomOf="@+id/chooseServerInput"
124+
app:layout_constraintTop_toBottomOf="@id/chooseServerInput"
125125
tools:visibility="visible">
126126

127127
<include
@@ -137,10 +137,10 @@
137137
android:layout_height="wrap_content"
138138
android:layout_marginTop="16dp"
139139
android:visibility="gone"
140-
app:layout_constraintBottom_toTopOf="@+id/actionSpacing"
140+
app:layout_constraintBottom_toTopOf="@id/actionSpacing"
141141
app:layout_constraintEnd_toEndOf="@id/chooseServerGutterEnd"
142142
app:layout_constraintStart_toStartOf="@id/chooseServerGutterStart"
143-
app:layout_constraintTop_toBottomOf="@+id/chooseServerCardErrorMas"
143+
app:layout_constraintTop_toBottomOf="@id/chooseServerCardErrorMas"
144144
tools:visibility="visible">
145145

146146
<include
@@ -156,7 +156,7 @@
156156
android:layout_height="0dp"
157157
app:layout_constraintBottom_toTopOf="@id/chooseServerSubmit"
158158
app:layout_constraintHeight_percent="0.03"
159-
app:layout_constraintTop_toBottomOf="@+id/chooseServerCardDownloadReplacementApp" />
159+
app:layout_constraintTop_toBottomOf="@id/chooseServerCardDownloadReplacementApp" />
160160

161161
<Button
162162
android:id="@+id/chooseServerSubmit"

0 commit comments

Comments
 (0)