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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/menu/attachment_menu.xml')
-rw-r--r--app/src/main/res/menu/attachment_menu.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/menu/attachment_menu.xml b/app/src/main/res/menu/attachment_menu.xml
new file mode 100644
index 000000000..160cb63f8
--- /dev/null
+++ b/app/src/main/res/menu/attachment_menu.xml
@@ -0,0 +1,8 @@
+<?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/delete"
+ android:title="@string/simple_delete"
+ app:showAsAction="never" />
+</menu>