diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-11-14 23:47:19 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-11-14 23:47:19 -0800 |
commit | 2ad1a9ace84137b18fd6f35174920ea659dde0a3 (patch) | |
tree | 25cc337557bf119c5a82052a8312800fea6fe7be /res/menu/select_podcasts_context_offline.xml | |
parent | edaa382b8a37954fd10f47c50066ae718bd21428 (diff) | |
parent | bbf1ec51c18a5deddef714e948f3702b3d11f97c (diff) | |
download | dsub-2ad1a9ace84137b18fd6f35174920ea659dde0a3.tar.gz dsub-2ad1a9ace84137b18fd6f35174920ea659dde0a3.tar.bz2 dsub-2ad1a9ace84137b18fd6f35174920ea659dde0a3.zip |
Merge changes
Diffstat (limited to 'res/menu/select_podcasts_context_offline.xml')
-rw-r--r-- | res/menu/select_podcasts_context_offline.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/menu/select_podcasts_context_offline.xml b/res/menu/select_podcasts_context_offline.xml new file mode 100644 index 00000000..cbc76224 --- /dev/null +++ b/res/menu/select_podcasts_context_offline.xml @@ -0,0 +1,7 @@ +<?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"/> +</menu>
\ No newline at end of file |