blob: d53eee49bb2257d638cc9afccc3965bf4b5e2ecb (
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>
|