temporarily hiding the server selection edit button whilst building out the server selection screen

This commit is contained in:
Adam Brown 2022-03-28 12:19:35 +01:00
parent 53675b599d
commit bc4566da4d

View file

@ -139,6 +139,7 @@
android:paddingEnd="12dp"
android:text="@string/ftue_auth_create_account_edit_server_selection"
android:textAllCaps="true"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="@id/selectedServerDescription"
app:layout_constraintEnd_toEndOf="@id/createAccountGutterEnd"
app:layout_constraintTop_toTopOf="@id/chooseYourServerHeader" />