summaryrefslogtreecommitdiff
path: root/res/menu/offline_menu.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-01-03 15:09:30 +0400
committerAndrew Dolgov <[email protected]>2013-01-03 15:09:30 +0400
commitf78ad58b79893b3ba236ef47fba40bbc2b588843 (patch)
treea351315ea0e9b5e0bda37dd5b5ba7f9d10c1b23f /res/menu/offline_menu.xml
parent4b92a16f101359cac1df7fd8fded54c0af2d5f20 (diff)
rework attachment UI to use a dialog, update published actionbar icon
Diffstat (limited to 'res/menu/offline_menu.xml')
-rw-r--r--res/menu/offline_menu.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/menu/offline_menu.xml b/res/menu/offline_menu.xml
index 137184d4..8a30a8e4 100644
--- a/res/menu/offline_menu.xml
+++ b/res/menu/offline_menu.xml
@@ -62,7 +62,7 @@
android:title="@string/selection_toggle_marked"/>
<item
android:id="@+id/selection_toggle_published"
- android:icon="@drawable/ic_menu_rss"
+ android:icon="@drawable/ic_menu_publish"
android:showAsAction="ifRoom"
android:title="@string/selection_toggle_published"/>
<item
@@ -79,7 +79,7 @@
android:title="@string/article_toggle_marked"/>
<item
android:id="@+id/toggle_published"
- android:icon="@drawable/ic_menu_rss"
+ android:icon="@drawable/ic_menu_publish"
android:showAsAction="ifRoom"
android:title="@string/article_toggle_published"/>
<item