Skip to content
Snippets Groups Projects
Commit 3be0745b authored by Taras's avatar Taras
Browse files

Signup with subscription button

parent fdfa6c78
No related branches found
No related tags found
No related merge requests found
...@@ -66,53 +66,13 @@ ...@@ -66,53 +66,13 @@
<org.futo.circles.core.view.LoadingButton <org.futo.circles.core.view.LoadingButton
android:id="@+id/btnToken" android:id="@+id/btnSignup"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="24dp" 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_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/serverLocationGroup" /> 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> </androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
<string name="password">Password</string> <string name="password">Password</string>
<string name="repeat_password">Repeat password</string> <string name="repeat_password">Repeat password</string>
<string name="server_location">Server Location</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="or">Or</string>
<string name="setup_profile">Setup profile</string> <string name="setup_profile">Setup profile</string>
<string name="upload_a_profile_photo">Upload a profile photo</string> <string name="upload_a_profile_photo">Upload a profile photo</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment