mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
14 lines
No EOL
339 B
XML
14 lines
No EOL
339 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
android:id="@+id/change_password"
|
|
android:title="@string/change_password">
|
|
</item>
|
|
|
|
<item
|
|
android:id="@+id/delete_account"
|
|
android:title="@string/delete_account">
|
|
</item>
|
|
|
|
</menu> |