aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/user_user.xml
blob: 83465b3ed32b647bc9bcafc9c6a5bd58af204256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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/menu_change_password"
		android:title="@string/admin.change_password"
		android:icon="?attr/password"
		compat:showAsAction="always|withText"/>

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