From 98daf24d11e90bc02fb5c1bd9219dd2d12de2cc1 Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 10 Jul 2019 09:29:18 -0300 Subject: [PATCH] just inverted the text --- app/src/main/res/layout/fragment_auth.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"