mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-06 18:12:55 +00:00
Ready to implement friend deletion
This commit is contained in:
9
app/src/main/res/menu/menu_fragment_friendslist_item.xml
Normal file
9
app/src/main/res/menu/menu_fragment_friendslist_item.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<!-- Delete the friend -->
|
||||
<item
|
||||
android:id="@+id/menu_fragment_friendslist_delete_friend"
|
||||
android:title="@string/action_friends_delete" />
|
||||
|
||||
</menu>
|
@ -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>
|
||||
|
Reference in New Issue
Block a user