Skip to content

Commit d8d0d6f

Browse files
committed
removing the server url footer text
1 parent e3708be commit d8d0d6f

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

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

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
android:layout_width="0dp"
9898
android:layout_height="wrap_content"
9999
android:hint="@string/ftue_auth_choose_server_entry_hint"
100-
app:layout_constraintBottom_toTopOf="@id/chooseServerEntryFooter"
100+
app:layout_constraintBottom_toTopOf="@id/actionSpacing"
101101
app:layout_constraintEnd_toEndOf="@id/chooseServerGutterEnd"
102102
app:layout_constraintStart_toStartOf="@id/chooseServerGutterStart"
103103
app:layout_constraintTop_toBottomOf="@id/titleContentSpacing">
@@ -111,25 +111,13 @@
111111

112112
</com.google.android.material.textfield.TextInputLayout>
113113

114-
<TextView
115-
android:id="@+id/chooseServerEntryFooter"
116-
style="@style/Widget.Vector.TextView.Micro"
117-
android:layout_width="0dp"
118-
android:layout_height="wrap_content"
119-
android:layout_marginTop="4dp"
120-
android:text="@string/ftue_auth_choose_server_entry_footer"
121-
app:layout_constraintBottom_toTopOf="@id/actionSpacing"
122-
app:layout_constraintEnd_toEndOf="@id/chooseServerGutterEnd"
123-
app:layout_constraintStart_toStartOf="@id/chooseServerGutterStart"
124-
app:layout_constraintTop_toBottomOf="@id/chooseServerInput" />
125-
126114
<Space
127115
android:id="@+id/actionSpacing"
128116
android:layout_width="match_parent"
129117
android:layout_height="0dp"
130118
app:layout_constraintBottom_toTopOf="@id/chooseServerSubmit"
131-
app:layout_constraintHeight_percent="0.02"
132-
app:layout_constraintTop_toBottomOf="@id/chooseServerEntryFooter" />
119+
app:layout_constraintHeight_percent="0.03"
120+
app:layout_constraintTop_toBottomOf="@id/chooseServerInput" />
133121

134122
<Button
135123
android:id="@+id/chooseServerSubmit"

0 commit comments

Comments
 (0)