mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
6 lines
201 B
XML
6 lines
201 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||
|
<item android:id="@+id/delete_account" android:title="Delete account"></item>
|
||
|
|
||
|
|
||
|
</menu>
|