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
3d233a56
Commit
3d233a56
authored
1 year ago
by
Taras
Browse files
Options
Downloads
Patches
Plain Diff
Add session section to settiongs
parent
e4e2dcf1
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_settings.xml
+17
-12
17 additions, 12 deletions
app/src/main/res/layout/fragment_settings.xml
app/src/main/res/values/strings.xml
+1
-0
1 addition, 0 deletions
app/src/main/res/values/strings.xml
with
18 additions
and
12 deletions
app/src/main/res/layout/fragment_settings.xml
+
17
−
12
View file @
3d233a56
...
...
@@ -129,35 +129,40 @@
android:text=
"@string/push_notifications"
app:drawableStartCompat=
"@drawable/ic_notifications"
/>
<TextView
style=
"@style/settingMenuHeader"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"@string/
account
"
/>
android:text=
"@string/
session
"
/>
<org.futo.circles.core.view.SettingsMenuItemView
android:id=
"@+id/tv
ChangePassword
"
android:id=
"@+id/tv
LoginSessions
"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
app:optionIcon=
"@drawable/ic_
lock
"
app:optionName=
"@string/
change_password
"
/>
app:optionIcon=
"@drawable/ic_
phone
"
app:optionName=
"@string/
login_sessions
"
/>
<org.futo.circles.core.view.SettingsMenuItemView
android:id=
"@+id/tvLoginSessions"
<TextView
android:id=
"@+id/tvClearCache"
style=
"@style/settingMenuItem"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
a
pp:optionIcon=
"@drawable/ic_phone
"
app:
optionName=
"@string/login_sessions
"
/>
a
ndroid:text=
"@string/clear_cache_and_reload
"
app:
drawableStartCompat=
"@drawable/ic_reload
"
/>
<TextView
style=
"@style/settingMenuHeader"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"@string/account"
/>
<org.futo.circles.core.view.SettingsMenuItemView
android:id=
"@+id/tvC
learCache
"
android:id=
"@+id/tvC
hangePassword
"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
app:optionIcon=
"@drawable/ic_
reload
"
app:optionName=
"@string/c
lear_cache_and_reloa
d"
/>
app:optionIcon=
"@drawable/ic_
lock
"
app:optionName=
"@string/c
hange_passwor
d"
/>
<org.futo.circles.core.view.SettingsMenuItemView
...
...
This diff is collapsed.
Click to expand it.
app/src/main/res/values/strings.xml
+
1
−
0
View file @
3d233a56
...
...
@@ -209,6 +209,7 @@
<string
name=
"people_empty_message"
>
Members of Circles and Groups you are joined will be shown here
</string>
<string
name=
"creating_timeline"
>
Creating timeline
</string>
<string
name=
"group_topic_optional"
>
Group topic (optional)
</string>
<string
name=
"session"
>
Session
</string>
<string-array
name=
"report_categories"
>
<item>
@string/crude_language
</item>
...
...
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