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>2020-06-02 18:08:37 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-02 18:08:37 +0300
commit75fc39c2d3ed38142a31114c233c86ff7b76c2a5 (patch)
tree69156ca648f2db084ebff7b97a33a8c7164f7beb /app/src/main/res/menu
parent558f68e201648bd67cf20c0c34b2b2a2b0736497 (diff)
Bulk share content of multiple notes
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r--app/src/main/res/menu/menu_list_context_multiple.xml7
-rw-r--r--app/src/main/res/menu/menu_note_fragment.xml3
2 files changed, 8 insertions, 2 deletions
diff --git a/app/src/main/res/menu/menu_list_context_multiple.xml b/app/src/main/res/menu/menu_list_context_multiple.xml
index e6054140..b31ae774 100644
--- a/app/src/main/res/menu/menu_list_context_multiple.xml
+++ b/app/src/main/res/menu/menu_list_context_multiple.xml
@@ -3,6 +3,13 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
+ android:id="@+id/menu_share"
+ android:icon="@drawable/ic_share_white_24dp"
+ android:orderInCategory="90"
+ android:title="@string/menu_share"
+ app:showAsAction="ifRoom" />
+
+ <item
android:id="@+id/menu_delete"
android:icon="@drawable/ic_delete_white_24dp"
android:orderInCategory="100"
diff --git a/app/src/main/res/menu/menu_note_fragment.xml b/app/src/main/res/menu/menu_note_fragment.xml
index 82a9ba2d..dbc0d9ce 100644
--- a/app/src/main/res/menu/menu_note_fragment.xml
+++ b/app/src/main/res/menu/menu_note_fragment.xml
@@ -27,8 +27,7 @@
android:icon="@drawable/ic_share_white_24dp"
android:orderInCategory="100"
android:title="@string/menu_share"
- app:showAsAction="never"
- app:actionProviderClass="androidx.appcompat.widget.ShareActionProvider" />
+ app:showAsAction="never" />
<item
android:id="@+id/menu_move"
android:icon="@drawable/ic_send_white_24dp"