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

Add session section to settiongs

parent e4e2dcf1
No related branches found
No related tags found
No related merge requests found
......@@ -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/tvChangePassword"
android:id="@+id/tvLoginSessions"
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"
app:optionIcon="@drawable/ic_phone"
app:optionName="@string/login_sessions" />
android: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/tvClearCache"
android:id="@+id/tvChangePassword"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:optionIcon="@drawable/ic_reload"
app:optionName="@string/clear_cache_and_reload" />
app:optionIcon="@drawable/ic_lock"
app:optionName="@string/change_password" />
<org.futo.circles.core.view.SettingsMenuItemView
......
......@@ -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>
......
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