Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Griebner <nils@nils-griebner.de>2018-06-13 20:56:31 +0300
committerNils Griebner <nils@nils-griebner.de>2018-06-13 20:56:31 +0300
commita779a65b80e058d009edd1afb617d2583a7ccf18 (patch)
tree9ab6fb2b786a3267e10868a71cb4672aae81ac5f /News-Android-App/src/main/res/menu
parent96efaa7d7eaca737d42c6340f7e7cffd0bba8f84 (diff)
Add search item to actionbar
Diffstat (limited to 'News-Android-App/src/main/res/menu')
-rw-r--r--News-Android-App/src/main/res/menu/news_reader.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/News-Android-App/src/main/res/menu/news_reader.xml b/News-Android-App/src/main/res/menu/news_reader.xml
index 6b7c31cb..91ae9861 100644
--- a/News-Android-App/src/main/res/menu/news_reader.xml
+++ b/News-Android-App/src/main/res/menu/news_reader.xml
@@ -7,6 +7,11 @@
android:icon="@drawable/ic_action_refresh"
app:showAsAction="never" />
+ <item
+ android:id="@+id/app_bar_search"
+ android:actionViewClass="android.widget.SearchView"
+ android:icon="@drawable/ic_search_black_24dp"
+ android:title="Search" />
<item android:id="@+id/menu_StartImageCaching"
android:title="@string/menu_StartImageCaching"
android:orderInCategory="95"