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-01 18:57:32 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-01 18:57:32 +0300
commite1ba4569d002c918f88a16f35772397026a305f0 (patch)
tree21d0fff71875cfe85255cafd070ffba01a128211 /app/src/main/res/menu/menu_note_fragment.xml
parent77d9d4ffb4db1ca55e4cb8cbdf7007899dac9e11 (diff)
Make toolbars the same background color as the main content
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" />