summaryrefslogtreecommitdiff
path: root/res/menu/channelview.xml
blob: d7a95559a4060a089ff7a11c5b43e9d859ad3477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
      xmlns:custom="http://schemas.android.com/apk/res-auto">
    <item
        android:id="@+id/add_feed"
        android:icon="?attr/content_new"
        android:title="@string/add_new_feed_label"
        custom:showAsAction="ifRoom"/>
    <item
        android:id="@+id/visit_website_item"
        android:title="@string/visit_website_label"
        custom:showAsAction="ifRoom"
        android:icon="?attr/location_web_site"/>


</menu>