Display the list of groups of the user

This commit is contained in:
Pierre HUBERT
2018-09-08 10:56:45 +02:00
parent 7fd4602091
commit 60fd6e75cc
13 changed files with 461 additions and 2 deletions

View File

@ -2,6 +2,11 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<!-- User groups -->
<item
android:id="@+id/action_user_groups"
android:title="@string/action_user_groups"/>
<!-- Search user -->
<item
android:id="@+id/action_search_user"