aboutsummaryrefslogtreecommitdiff
path: root/res/menu/user_user.xml
blob: f66aa7932ea2109baf090d3c9d9a915499ccc998 (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>