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:
authorschaarsc <schaarsc>2017-09-03 17:09:15 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2017-09-03 18:45:19 +0300
commita9480774667816f3a6c2800fee95423c8703aad6 (patch)
tree0e516a0f31d093651ab7f19d05328b5dddad1cab /app/src/main/res/menu
parent400de7c8caa4690b8187fe344d0e2a21b2380ac5 (diff)
Align L&F of category and starts.
- Menu items are shown in Edit and Preview Mode - Update is done without callback
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r--app/src/main/res/menu/menu_note_list_view.xml10
1 files changed, 5 insertions, 5 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 2b3e55f3..45436f9a 100644
--- a/app/src/main/res/menu/menu_note_list_view.xml
+++ b/app/src/main/res/menu/menu_note_list_view.xml
@@ -2,11 +2,6 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
- android:id="@+id/menu_category"
- android:orderInCategory="40"
- android:title="@string/menu_change_category"
- app:showAsAction="ifRoom" />
- <item
android:id="@+id/menu_favorite"
android:orderInCategory="50"
android:title="@string/menu_favorite"
@@ -19,6 +14,11 @@
android:title="@string/menu_preview"
app:showAsAction="ifRoom" />
<item
+ android:id="@+id/menu_category"
+ android:orderInCategory="100"
+ android:title="@string/menu_change_category"
+ app:showAsAction="ifRoom" />
+ <item
android:id="@+id/menu_share"
android:actionProviderClass="android.widget.ShareActionProvider"
android:icon="@drawable/ic_action_share"