Can update friend following status

This commit is contained in:
Pierre HUBERT
2018-08-23 14:51:05 +02:00
parent 0f8274dd28
commit 7989c2c377
6 changed files with 202 additions and 68 deletions

View File

@ -1,14 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Update following state -->
<item
android:id="@+id/action_follow"
android:title="@string/action_follow"
android:checkable="true" />
<!-- Start private conversation -->
<item
android:id="@+id/menu_fragment_friendslist_private_conversation"
android:id="@+id/action_private_conversation"
android:title="@string/action_friends_start_private_conversation" />
<!-- Delete the friend -->
<item
android:id="@+id/menu_fragment_friendslist_delete_friend"
android:id="@+id/action_delete_friend"
android:title="@string/action_friends_delete" />
</menu>

View File

@ -243,4 +243,5 @@
<string name="action_reject_friend_request">Reject</string>
<string name="notice_request">Requested</string>
<string name="action_more_description">Get more options</string>
<string name="action_follow">Follow</string>
</resources>