aboutsummaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-06-07 13:25:14 -0700
committerScott Jackson <daneren2005@gmail.com>2014-06-07 13:25:14 -0700
commit6c9966c0013879b3d5ff54d3844c2a08d4f5d9af (patch)
tree4abfb8f5b6f640abed617bf03a57505c7165dd4c /res/menu
parent76f08212f4eb110f80661c6929c9af68a2c8a422 (diff)
downloaddsub-6c9966c0013879b3d5ff54d3844c2a08d4f5d9af.tar.gz
dsub-6c9966c0013879b3d5ff54d3844c2a08d4f5d9af.tar.bz2
dsub-6c9966c0013879b3d5ff54d3844c2a08d4f5d9af.zip
Add icon for Add Channel
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/select_podcasts.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/menu/select_podcasts.xml b/res/menu/select_podcasts.xml
index 2f0ab38a..cd351a19 100644
--- a/res/menu/select_podcasts.xml
+++ b/res/menu/select_podcasts.xml
@@ -9,7 +9,9 @@
<item
android:id="@+id/menu_add_podcast"
- android:title="@string/menu.add_podcast"/>
+ android:icon="?attr/add"
+ android:title="@string/menu.add_podcast"
+ compat:showAsAction="always|withText"/>
<item
android:id="@+id/menu_check"