aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/menu/select_podcast_episode.xml
blob: ff5898e2d4f921569eb5173ecbc946a074eec99d (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>