aboutsummaryrefslogtreecommitdiff
path: root/res/menu/select_podcast_episode.xml
blob: dbb369e987b432e770db43bcd945e37f45849f32 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
		xmlns:compat="http://schemas.android.com/apk/res-auto">
	<item
		android:id="@+id/menu_download_all"
		android:title="@string/select_podcasts.server_download"/>

	<item 
		android:id="@+id/menu_delete"
		android:title="@string/menu.delete_cache"/>
</menu>