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:
Diffstat (limited to 'app/src/main/res/menu/menu_note_fragment.xml')
-rw-r--r--app/src/main/res/menu/menu_note_fragment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/menu/menu_note_fragment.xml b/app/src/main/res/menu/menu_note_fragment.xml
index ba29dce3..644dacb0 100644
--- a/app/src/main/res/menu/menu_note_fragment.xml
+++ b/app/src/main/res/menu/menu_note_fragment.xml
@@ -31,7 +31,7 @@
app:actionProviderClass="androidx.appcompat.widget.ShareActionProvider" />
<item
android:id="@+id/menu_move"
- android:icon="@drawable/ic_send_white_24dp"
+ android:icon="@drawable/ic_send_grey600_24dp"
android:orderInCategory="120"
android:title="@string/simple_move"
app:showAsAction="never" />
@@ -43,7 +43,7 @@
app:showAsAction="never" />
<item
android:id="@+id/menu_delete"
- android:icon="@drawable/ic_delete_white_24dp"
+ android:icon="@drawable/ic_delete_grey600_24dp"
android:orderInCategory="140"
android:title="@string/menu_delete"
app:showAsAction="never" />