Skip to content

Commit

Permalink
Changed profile menu management
Browse files Browse the repository at this point in the history
  • Loading branch information
brodeurlv committed Jun 11, 2018
1 parent f55ac4a commit bb4e0cb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions app/src/main/res/menu/profile_actions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android">

<item
android:id="@+id/create_newprofil"
android:title="@string/profil_create_new" />
<item
android:id="@+id/change_profil"
android:title="@string/profil_change" />
<item
android:id="@+id/rename_profil"
android:title="@string/renameProfilTitle" />
<item
android:id="@+id/delete_profil"
android:title="@string/profil_delete" />
<item
android:id="@+id/photo_profil"
android:title="@string/Take_profile_picture" />
</menu>

0 comments on commit bb4e0cb

Please sign in to comment.