Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-03-15 12:59:46 +0300
committerStefan Niedermann <info@niedermann.it>2021-03-15 12:59:46 +0300
commitb788c07f36ed742869d7b419e03aca62ad9ba831 (patch)
treeb5ebf3d71aa8806b42a8e296cbbdbbff0d299f9d /app/src/main/res/menu
parentcb9164e249ab31aef9a2322be942e3609a198d40 (diff)
#916 Change remote account settings - UI
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r--app/src/main/res/menu/menu_account.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/app/src/main/res/menu/menu_account.xml b/app/src/main/res/menu/menu_account.xml
new file mode 100644
index 00000000..95cb00d7
--- /dev/null
+++ b/app/src/main/res/menu/menu_account.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto">
+
+ <item
+ android:id="@+id/notes_path"
+ android:orderInCategory="10"
+ android:title="@string/settings_notes_path"
+ app:showAsAction="never" />
+
+ <item
+ android:id="@+id/file_suffix"
+ android:orderInCategory="20"
+ android:title="@string/settings_file_suffix"
+ app:showAsAction="never" />
+
+ <item
+ android:id="@+id/delete"
+ android:orderInCategory="30"
+ android:title="@string/remove_account"
+ app:showAsAction="never" />
+
+</menu> \ No newline at end of file