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

@ -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>