aboutsummaryrefslogtreecommitdiff
path: root/res/menu/admin_context_user.xml
blob: cc4c1ab95a832321412f2ad55fab33209aba0f64 (plain)
1
2
3
4
5
6
7
8
<?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_password"
		android:title="@string/admin.change_password"/>
</menu>