aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/menu_feeds.xml
blob: b3c30449ec5a46a7838fd6c897799b9e51c16fe3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<menu
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    tools:context="org.rssin.android.FeedsActivity">

    <item
        android:id="@+id/feeds_action_add"
        android:title="@string/feeds_action_add"
        android:icon="@drawable/ic_add_white_24dp"
        android:orderInCategory="100"
        app:showAsAction="ifRoom" />

</menu>