app/src/main/res/menu/activity_articles_list.xml
changeset 28 dc628b17d59c
child 137 5464f07a306c
equal deleted inserted replaced
27:ee72e8321d95 28:dc628b17d59c
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!--
       
     3 
       
     4     Geekttrss is a RSS feed reader application on the Android Platform.
       
     5 
       
     6     Copyright (C) 2017-2018 by Frederic-Charles Barthelery.
       
     7 
       
     8     This file is part of Geekttrss.
       
     9 
       
    10     Geekttrss is free software: you can redistribute it and/or modify
       
    11     it under the terms of the GNU General Public License as published by
       
    12     the Free Software Foundation, either version 3 of the License, or
       
    13     (at your option) any later version.
       
    14 
       
    15     Geekttrss is distributed in the hope that it will be useful,
       
    16     but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    17     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
    18     GNU General Public License for more details.
       
    19 
       
    20     You should have received a copy of the GNU General Public License
       
    21     along with Geekttrss.  If not, see <http://www.gnu.org/licenses/>.
       
    22 
       
    23 -->
       
    24 <menu xmlns:android="http://schemas.android.com/apk/res/android"
       
    25       xmlns:app="http://schemas.android.com/apk/res-auto">
       
    26 
       
    27     <item
       
    28             android:id="@+id/articles_search"
       
    29             android:icon="@drawable/ic_search_24dp"
       
    30             app:iconTint="?colorControlNormal"
       
    31             android:title="@string/search"
       
    32             app:actionViewClass="androidx.appcompat.widget.SearchView"
       
    33             app:showAsAction="collapseActionView|always" />
       
    34 </menu>