summaryrefslogtreecommitdiff
path: root/res/menu/offline_menu.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-06 14:46:15 +0300
committerAndrew Dolgov <[email protected]>2011-12-06 14:46:15 +0300
commit581f79b3c1fc3942032685aee7943d7ea97aecfd (patch)
tree1d81527b7112af80c50ea5b30c8c7e20b3cff4fd /res/menu/offline_menu.xml
parent19cb77aa354590fd4c44c032497c5c38afec1ffb (diff)
menu updates, bump version, misc cleanup
Diffstat (limited to 'res/menu/offline_menu.xml')
-rw-r--r--res/menu/offline_menu.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/menu/offline_menu.xml b/res/menu/offline_menu.xml
index bb0aa717..4cb744f3 100644
--- a/res/menu/offline_menu.xml
+++ b/res/menu/offline_menu.xml
@@ -31,6 +31,13 @@
<group android:id="@+id/menu_group_headlines" >
<item
+ android:id="@+id/go_online"
+ android:icon="@drawable/ic_menu_cloud"
+ android:showAsAction="ifRoom|withText"
+ android:title="@string/go_online"
+ android:visible="false"/>
+
+ <item
android:id="@+id/headlines_mark_as_read"
android:icon="@drawable/ic_menu_tick"
android:title="@string/headlines_mark_as_read"/>