diff --git a/app/src/main/res/layout/fragment_auth.xml b/app/src/main/res/layout/fragment_auth.xml index 5104349..50de267 100644 --- a/app/src/main/res/layout/fragment_auth.xml +++ b/app/src/main/res/layout/fragment_auth.xml @@ -51,8 +51,8 @@ android:layout_marginTop="16dp" android:layout_marginEnd="@dimen/first_keyline" android:layout_marginBottom="@dimen/first_keyline" - android:textOff="@string/back_to_login_in" - android:textOn="@string/back_to_create_account" + android:textOff="@string/back_to_create_account" + android:textOn="@string/back_to_login_in" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent"