aboutsummaryrefslogtreecommitdiff
path: root/res/menu/select_podcast_episode.xml
blob: 7377db7c3a93b34a7ef60406d1c2319d3a099d01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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_refresh"
		android:icon="?attr/refresh"
		android:title="@string/menu.refresh"
		compat:showAsAction="always|withText"/>
		
	<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"/>
</menu>