Ready to implement friend deletion

This commit is contained in:
Pierre
2017-11-19 15:36:37 +01:00
parent c6cbdc20f0
commit e8fd331c7d
4 changed files with 167 additions and 27 deletions

View File

@ -20,4 +20,9 @@
<string name="fragment_friendslist_err_get_userinfos">Couldn\'t get information about your friends!</string>
<string name="user_status_online">Online</string>
<string name="user_status_offline">Offline</string>
<string name="action_friends_delete">Delete friend</string>
<string name="popup_deletefriend_title">Remove friend</string>
<string name="popup_deletefriend_message">Are you sure do you want to remove this friend from your friend list ? You will have to make a new friendship request to get this friend back !</string>
<string name="popup_deletefriend_button_confirm">Delete</string>
<string name="popup_deletefriend_button_cancel">Cancel</string>
</resources>