aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/menu/select_podcast_episode_offline.xml
blob: 9bbc2d9293c6a7b74a29049ed55c2c62237568f1 (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">
	<item 
		android:id="@+id/menu_refresh"
		android:icon="@drawable/action_refresh"
		android:title="@string/menu.refresh"
		android:showAsAction="always|withText"/>
		
	<item 
		android:id="@+id/menu_delete"
		android:icon="@drawable/action_remove_all"
		android:title="@string/common.delete"/>
</menu>