summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/menu/activity_video_player.xml
blob: 0b5d1ae6fc4f9280fe0b39b6c4de4b9c8a8b37ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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.fox.ttrss.VideoPlayerActivity">

    <item
        android:id="@+id/article_vid_open"
        app:showAsAction=""
        android:title="@string/video_player_open"/>
    <item
        android:id="@+id/article_vid_share"
        android:icon="@drawable/ic_share"
        app:showAsAction="ifRoom"
        android:title="@string/video_player_share"/>
</menu>