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:
authorkorelstar <github@korelstar.de>2016-10-24 13:25:52 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2016-10-24 13:25:52 +0300
commitf2e275c082f56906f4d958e3d9b1dcd02fbba2f0 (patch)
tree2d802d6c31f0f39da762bca6083451da71f05eb9 /app/src/main/res/menu
parent5895dc113bfa19eabec6893bfdf6aaf472a56300 (diff)
Change activity flow: NotesList -> EditNote -> PreviewNote (#141)
Fix #3 and fix #39
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r--app/src/main/res/menu/menu_note_list_view.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/menu/menu_note_list_view.xml b/app/src/main/res/menu/menu_note_list_view.xml
index 10df79dc..954f7208 100644
--- a/app/src/main/res/menu/menu_note_list_view.xml
+++ b/app/src/main/res/menu/menu_note_list_view.xml
@@ -2,6 +2,12 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
+ android:id="@+id/menu_preview"
+ android:icon="@drawable/ic_eye_white_24dp"
+ android:orderInCategory="80"
+ android:title="@string/menu_preview"
+ app:showAsAction="ifRoom" />
+ <item
android:id="@+id/menu_share"
android:actionProviderClass="android.widget.ShareActionProvider"
android:icon="@drawable/ic_action_share"