summaryrefslogtreecommitdiffstats
path: root/res/menu/add_activity.xml
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-08-10 20:08:50 +0200
committerGravatar Tom Willemsen2012-08-10 20:08:50 +0200
commit2689fd0c5010d6e97616dfbc8557d0828b3d4064 (patch)
tree821b277e6a395d7b08ff70af05b4d43a26211c13 /res/menu/add_activity.xml
parentee4a5927ab1cb28402a7daaf0911375919f4863f (diff)
downloaddvdroid-2689fd0c5010d6e97616dfbc8557d0828b3d4064.tar.gz
dvdroid-2689fd0c5010d6e97616dfbc8557d0828b3d4064.zip
Add icons to action bar items
Diffstat (limited to 'res/menu/add_activity.xml')
-rw-r--r--res/menu/add_activity.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/menu/add_activity.xml b/res/menu/add_activity.xml
index e0defc0..4d59634 100644
--- a/res/menu/add_activity.xml
+++ b/res/menu/add_activity.xml
@@ -2,5 +2,6 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/add_menu_save"
android:title="@string/add_menu_save"
- android:showAsAction="ifRoom|withText" />
+ android:showAsAction="ifRoom|withText"
+ android:icon="@drawable/save" />
</menu>