blob: 922a24a9308aed382ea107b3698399e1b5ff2be0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:compat="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/admin_change_email"
android:title="@string/admin.change_email"/>
<item
android:id="@+id/admin_change_password"
android:title="@string/admin.change_password"/>
<item
android:id="@+id/admin_delete_user"
android:title="@string/admin.delete_user"/>
</menu>
|