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-11-06 22:39:34 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2016-11-06 22:39:34 +0300
commit8384792d2793bc2e65d44f3711f7493178a3322e (patch)
treee03ff185f062e8f1e31222c53546f9b91c27843e /app/src/main/res/menu
parent12cc1bf3bb156399faff64236a363bddd9df42eb (diff)
New Feature: set note as favorite; refactoring NotesListViewActivity.refreshList (#151)
Fix #118 Every touch brings to the top Fix #92 Option to change sort method
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 693c9673..2aa6866e 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_favorite"
+ android:orderInCategory="50"
+ android:title="@string/menu_favorite"
+ android:checkable="true"
+ app:showAsAction="ifRoom" />
+ <item
android:id="@+id/menu_preview"
android:icon="@drawable/ic_eye_white_24dp"
android:orderInCategory="80"