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_activity.xml')
-rw-r--r--app/src/main/res/menu/menu_note_activity.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/menu/menu_note_activity.xml b/app/src/main/res/menu/menu_note_activity.xml
index 311c5108..72437c30 100644
--- a/app/src/main/res/menu/menu_note_activity.xml
+++ b/app/src/main/res/menu/menu_note_activity.xml
@@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/menu_preview"
- android:icon="@drawable/ic_eye_white_24dp"
+ android:icon="@drawable/ic_eye_grey600_24dp"
android:orderInCategory="60"
android:title="@string/menu_preview"
app:showAsAction="ifRoom" />