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/archived_card_menu.xml')
-rw-r--r--app/src/main/res/menu/archived_card_menu.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/src/main/res/menu/archived_card_menu.xml b/app/src/main/res/menu/archived_card_menu.xml
deleted file mode 100644
index 12448e691..000000000
--- a/app/src/main/res/menu/archived_card_menu.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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/action_card_dearchive"
- android:title="@string/action_card_dearchive"
- app:showAsAction="never" />
-
- <item
- android:id="@+id/action_card_delete"
- android:title="@string/action_card_delete"
- app:showAsAction="never" />
-</menu>