Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
circles-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Circles
circles-android
Commits
022cf2e2
Commit
022cf2e2
authored
2 years ago
by
Taras
Browse files
Options
Downloads
Patches
Plain Diff
Change signup with token button title
parent
bf6a00ac
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/src/main/res/layout/fragment_select_sign_up_type.xml
+3
-15
3 additions, 15 deletions
app/src/main/res/layout/fragment_select_sign_up_type.xml
app/src/main/res/values/strings.xml
+1
-2
1 addition, 2 deletions
app/src/main/res/values/strings.xml
with
4 additions
and
17 deletions
app/src/main/res/layout/fragment_select_sign_up_type.xml
+
3
−
15
View file @
022cf2e2
...
...
@@ -63,28 +63,16 @@
</RadioGroup>
<TextView
android:id=
"@+id/tvTokenTitle"
style=
"@style/headline"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"24dp"
android:gravity=
"center"
android:text=
"@string/already_have_a_token"
app:layout_constraintBottom_toTopOf=
"@id/btnToken"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/serverLocationGroup"
/>
<org.futo.circles.view.LoadingButton
android:id=
"@+id/btnToken"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"
8
dp"
android:text=
"@string/sign_up_
with_token
"
android:layout_marginTop=
"
24
dp"
android:text=
"@string/sign_up_
for_free_account
"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/
tvTokenTitle
"
/>
app:layout_constraintTop_toBottomOf=
"@id/
serverLocationGroup
"
/>
<TextView
android:id=
"@+id/tvOr"
...
...
This diff is collapsed.
Click to expand it.
app/src/main/res/values/strings.xml
+
1
−
2
View file @
022cf2e2
...
...
@@ -52,8 +52,7 @@
<string
name=
"group_updated"
>
Group updated
</string>
<string
name=
"circle_updated"
>
Circle updated
</string>
<string
name=
"gallery_updated"
>
Gallery updated
</string>
<string
name=
"already_have_a_token"
>
Already have a token?
</string>
<string
name=
"sign_up_with_token"
>
Sign up with token
</string>
<string
name=
"sign_up_for_free_account"
>
Sign up for a free account
</string>
<string
name=
"choose_a_subscription"
>
Choose a subscription
</string>
<string
name=
"create_a_subscription"
>
Create a subscription
</string>
<string
name=
"or"
>
Or
</string>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment