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
1822d269
Commit
1822d269
authored
1 year ago
by
Taras
Browse files
Options
Downloads
Patches
Plain Diff
Use settings view on settings fragment
parent
aad00501
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/main/res/layout/fragment_settings.xml
+18
-51
18 additions, 51 deletions
app/src/main/res/layout/fragment_settings.xml
with
18 additions
and
51 deletions
app/src/main/res/layout/fragment_settings.xml
+
18
−
51
View file @
1822d269
...
...
@@ -121,13 +121,12 @@
android:layout_height=
"wrap_content"
android:text=
"@string/notifications"
/>
<
Text
View
<
org.futo.circles.view.SettingsMenuItem
View
android:id=
"@+id/tvPushNotifications"
style=
"@style/settingMenuItem"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
a
ndroid:text=
"@string/push
_notifications"
app:
drawableStartCompat=
"@drawable/ic
_notifications"
/>
a
pp:optionIcon=
"@drawable/ic
_notifications"
app:
optionName=
"@string/push
_notifications"
/>
<androidx.constraintlayout.widget.ConstraintLayout
...
...
@@ -173,75 +172,43 @@
android:layout_height=
"wrap_content"
android:text=
"@string/account"
/>
<
Text
View
<
org.futo.circles.view.SettingsMenuItem
View
android:id=
"@+id/tvChangePassword"
style=
"@style/settingMenuItem"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
a
ndroid:text=
"@string/change_password
"
app:
drawableStartCompat=
"@drawable/ic_lock
"
/>
a
pp:optionIcon=
"@drawable/ic_lock
"
app:
optionName=
"@string/change_password
"
/>
<View
android:layout_width=
"match_parent"
android:layout_height=
"@dimen/divider_height"
android:layout_marginHorizontal=
"8dp"
android:background=
"@color/divider_color"
/>
<
Text
View
<
org.futo.circles.view.SettingsMenuItem
View
android:id=
"@+id/tvLoginSessions"
style=
"@style/settingMenuItem"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
a
ndroid:text=
"@string/login_sessi
on
s
"
app:
drawableStartCompat=
"@drawable/ic_ph
on
e
"
/>
a
pp:optionIcon=
"@drawable/ic_ph
on
e
"
app:
optionName=
"@string/login_sessi
on
s
"
/>
<View
android:layout_width=
"match_parent"
android:layout_height=
"@dimen/divider_height"
android:layout_marginHorizontal=
"8dp"
android:background=
"@color/divider_color"
/>
<
Text
View
<
org.futo.circles.view.SettingsMenuItem
View
android:id=
"@+id/tvClearCache"
style=
"@style/settingMenuItem"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
a
ndroid:text=
"@string/clear_cache_and
_reload"
app:
drawableStartCompat=
"@drawable/ic
_reload"
/>
a
pp:optionIcon=
"@drawable/ic
_reload"
app:
optionName=
"@string/clear_cache_and
_reload"
/>
<View
android:layout_width=
"match_parent"
android:layout_height=
"@dimen/divider_height"
android:layout_marginHorizontal=
"8dp"
android:background=
"@color/divider_color"
/>
<
Text
View
<
org.futo.circles.view.SettingsMenuItem
View
android:id=
"@+id/tvSwitchUser"
style=
"@style/settingMenuItem"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"@string/switch_user"
app:drawableStartCompat=
"@drawable/ic_switch_user"
/>
<View
android:layout_width=
"match_parent"
android:layout_height=
"@dimen/divider_height"
android:layout_marginHorizontal=
"8dp"
android:background=
"@color/divider_color"
/>
app:optionIcon=
"@drawable/ic_switch_user"
app:optionName=
"@string/switch_user"
/>
<
Text
View
<
org.futo.circles.view.SettingsMenuItem
View
android:id=
"@+id/tvLogout"
style=
"@style/settingMenuItem"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"@string/log_out"
app:drawableStartCompat=
"@drawable/ic_logout"
/>
<View
android:layout_width=
"match_parent"
android:layout_height=
"@dimen/divider_height"
android:layout_marginHorizontal=
"8dp"
android:background=
"@color/divider_color"
/>
app:optionIcon=
"@drawable/ic_logout"
app:optionName=
"@string/log_out"
/>
<TextView
android:id=
"@+id/tvDeactivate"
...
...
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