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-01-11 11:36:09 +0300
committerstefan-niedermann <info@niedermann.it>2020-01-11 11:36:09 +0300
commitc6104b00e0f19ad97b8b67100e3e88930e8e2615 (patch)
treece683160c1a7c52b569075d7ca1556bbf7812eca /app/src/main/res/menu
parent1fff7daf04ffb5acd5da40c15b81fce94e17b58e (diff)
#655 Move notes to another account
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r--app/src/main/res/menu/menu_note_fragment.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/app/src/main/res/menu/menu_note_fragment.xml b/app/src/main/res/menu/menu_note_fragment.xml
index 4ba1fbb1..82a9ba2d 100644
--- a/app/src/main/res/menu/menu_note_fragment.xml
+++ b/app/src/main/res/menu/menu_note_fragment.xml
@@ -30,15 +30,21 @@
app:showAsAction="never"
app:actionProviderClass="androidx.appcompat.widget.ShareActionProvider" />
<item
+ android:id="@+id/menu_move"
+ android:icon="@drawable/ic_send_white_24dp"
+ android:orderInCategory="120"
+ android:title="@string/simple_move"
+ app:showAsAction="never" />
+ <item
android:id="@+id/menu_cancel"
android:icon="@drawable/ic_clear_white_24dp"
- android:orderInCategory="120"
- android:title="@string/simple_cancel"
+ android:orderInCategory="130"
+ android:title="@android:string/cancel"
app:showAsAction="never" />
<item
android:id="@+id/menu_delete"
android:icon="@drawable/ic_delete_white_24dp"
- android:orderInCategory="130"
+ android:orderInCategory="140"
android:title="@string/menu_delete"
app:showAsAction="never" />