From 11e606bea86dca42eb397c440d222f516a441e74 Mon Sep 17 00:00:00 2001 From: stefan-niedermann Date: Wed, 6 Feb 2019 20:12:27 +0100 Subject: [PATCH] Adjust orderInCategory --- app/src/main/res/menu/menu_note_activity.xml | 4 ++-- app/src/main/res/menu/menu_note_fragment.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/menu/menu_note_activity.xml b/app/src/main/res/menu/menu_note_activity.xml index 91ecfc23..311c5108 100644 --- a/app/src/main/res/menu/menu_note_activity.xml +++ b/app/src/main/res/menu/menu_note_activity.xml @@ -4,13 +4,13 @@ \ No newline at end of file diff --git a/app/src/main/res/menu/menu_note_fragment.xml b/app/src/main/res/menu/menu_note_fragment.xml index 004c31a1..17d42d3d 100644 --- a/app/src/main/res/menu/menu_note_fragment.xml +++ b/app/src/main/res/menu/menu_note_fragment.xml @@ -6,9 +6,9 @@ android:id="@+id/search" android:title="@string/action_search" android:icon="@drawable/ic_search_white_24dp" - android:orderInCategory="70" + android:orderInCategory="50" app:actionViewClass="androidx.appcompat.widget.SearchView" - app:showAsAction="collapseActionView|ifRoom" /> + app:showAsAction="ifRoom|collapseActionView" />