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 | |
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')
-rw-r--r-- | subsonic-android/res/menu/select_podcasts.xml | 5 | ||||
-rw-r--r-- | subsonic-android/res/menu/select_podcasts_context.xml | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/subsonic-android/res/menu/select_podcasts.xml b/subsonic-android/res/menu/select_podcasts.xml index eea03827..e77b43db 100644 --- a/subsonic-android/res/menu/select_podcasts.xml +++ b/subsonic-android/res/menu/select_podcasts.xml @@ -7,6 +7,11 @@ android:showAsAction="always|withText"/> <item + android:id="@+id/menu_add_podcast" + android:icon="@drawable/action_exit" + android:title="@string/menu.add_podcast"/> + + <item android:id="@+id/menu_check" android:icon="@drawable/action_refresh" android:title="@string/menu.check_podcasts"/> 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 |