aboutsummaryrefslogtreecommitdiff
path: root/res/menu/select_podcasts_context.xml
blob: c9785b92ed4ce43ef7669607a214045a1509abea (plain)
1
2
3
4
5
6
7
8
9
10
<?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/podcast_channel_info"
		android:title="@string/common.info"/>
	<item 
		android:id="@+id/podcast_channel_delete"
		android:title="@string/common.delete"/> 
</menu>