diff --git a/auth/src/main/res/layout/fragment_select_sign_up_type.xml b/auth/src/main/res/layout/fragment_select_sign_up_type.xml index b1a1395650e5e7029981abda1bdf40ecef500d23..41faa2fff30ec1154dd456d232dd39a6bb8bc5b7 100644 --- a/auth/src/main/res/layout/fragment_select_sign_up_type.xml +++ b/auth/src/main/res/layout/fragment_select_sign_up_type.xml @@ -66,53 +66,13 @@ <org.futo.circles.core.view.LoadingButton - android:id="@+id/btnToken" + android:id="@+id/btnSignup" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginTop="24dp" - android:text="@string/sign_up_for_free_account" + android:text="@string/sign_up_with_subscription" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/serverLocationGroup" /> - <TextView - android:id="@+id/tvOr" - style="@style/headline" - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_marginTop="8dp" - android:gravity="center" - android:text="@string/or" - app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toBottomOf="@id/btnToken" /> - - <TextView - android:id="@+id/tvSubscriptionTitle" - style="@style/headline" - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_marginTop="8dp" - android:gravity="center" - android:text="@string/create_a_subscription" - app:layout_constraintBottom_toTopOf="@id/btnSubscription" - app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toBottomOf="@id/tvOr" /> - - <org.futo.circles.core.view.LoadingButton - android:id="@+id/btnSubscription" - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_marginTop="8dp" - android:text="@string/choose_a_subscription" - app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toBottomOf="@id/tvSubscriptionTitle" /> - - <androidx.constraintlayout.widget.Group - android:id="@+id/groupSubscription" - android:layout_width="0dp" - android:layout_height="0dp" - app:constraint_referenced_ids="tvOr,tvSubscriptionTitle,btnSubscription" /> </androidx.constraintlayout.widget.ConstraintLayout> \ No newline at end of file diff --git a/auth/src/main/res/values/strings.xml b/auth/src/main/res/values/strings.xml index 70e3c137c6332eb0355a8bcd93ba06b8c19fc62d..9d66c2f74f931e7e897567549e699460733f4756 100644 --- a/auth/src/main/res/values/strings.xml +++ b/auth/src/main/res/values/strings.xml @@ -62,7 +62,7 @@ <string name="password">Password</string> <string name="repeat_password">Repeat password</string> <string name="server_location">Server Location</string> - <string name="sign_up_for_free_account">Sign up for a free account</string> + <string name="sign_up_with_subscription">Sign up with subscription</string> <string name="or">Or</string> <string name="setup_profile">Setup profile</string> <string name="upload_a_profile_photo">Upload a profile photo</string>