diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-07-08 07:33:49 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-07-08 07:33:49 -0700 |
commit | 5ae2ee8cd070f837ec677664c6bdafa69dac70d3 (patch) | |
tree | d29ff43678f7fa069879fac8227d2ab8189dbc9e /subsonic-android/res/menu/select_podcasts_context.xml | |
parent | 3354beae4cccd747b3728b246dab6b0476491ea2 (diff) | |
download | dsub-5ae2ee8cd070f837ec677664c6bdafa69dac70d3.tar.gz dsub-5ae2ee8cd070f837ec677664c6bdafa69dac70d3.tar.bz2 dsub-5ae2ee8cd070f837ec677664c6bdafa69dac70d3.zip |
Add other Podcast methods
Diffstat (limited to 'subsonic-android/res/menu/select_podcasts_context.xml')
-rw-r--r-- | subsonic-android/res/menu/select_podcasts_context.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/subsonic-android/res/menu/select_podcasts_context.xml b/subsonic-android/res/menu/select_podcasts_context.xml new file mode 100644 index 00000000..af4edb55 --- /dev/null +++ b/subsonic-android/res/menu/select_podcasts_context.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android"> + <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>
\ No newline at end of file |