aboutsummaryrefslogtreecommitdiff
path: root/res/menu/admin.xml
blob: f16e89f73d5a510e4dacfe56ffe060c46839217d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<menu xmlns:android="http://schemas.android.com/apk/res/android"
	  xmlns:compat="http://schemas.android.com/apk/res-auto">
	<item
		android:id="@+id/menu_add_user"
		android:title="@string/menu.add_user"
		android:icon="?attr/add_person"
		compat:showAsAction="always|withText"/>

	<item
		android:id="@+id/menu_exit"
		android:title="@string/menu.exit"/>
</menu>