summaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/downloads_completed.xml
blob: dc29968933a5cb2a2f600b7f40b12cf8878d5ef0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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/episode_actions"
        android:menuCategory="container"
        android:title="@string/episode_actions"
        custom:showAsAction="always">
    </item>

</menu>