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.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/menu/menu_note_fragment.xml b/app/src/main/res/menu/menu_note_fragment.xml
index 83d82772..97cfad95 100644
--- a/app/src/main/res/menu/menu_note_fragment.xml
+++ b/app/src/main/res/menu/menu_note_fragment.xml
@@ -17,6 +17,12 @@
android:checkable="true"
app:showAsAction="ifRoom" />
<item
+ android:id="@+id/menu_title"
+ android:icon="@drawable/ic_title_grey600_24dp"
+ android:orderInCategory="100"
+ android:title="@string/menu_edit_title"
+ app:showAsAction="ifRoom" />
+ <item
android:id="@+id/menu_category"
android:icon="@drawable/ic_folder_white_24dp"
android:orderInCategory="100"