summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-28 14:06:03 +0400
committerAndrew Dolgov <[email protected]>2011-11-28 14:06:03 +0400
commite6bbb7ae3a4cc52ca0644d97138ea06de620c1c8 (patch)
tree9e577a1d4f5645932737d3e1155a9efe4824956e /res
parent97ac9187df45ad5998e81723e543690f8ab93a3e (diff)
parentdc838f713963b8a139b3b7ea2d6d964e252850d2 (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS-for-Honeycomb
Diffstat (limited to 'res')
-rw-r--r--res/menu/main_menu.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml
index 90041b6e..04bea68e 100644
--- a/res/menu/main_menu.xml
+++ b/res/menu/main_menu.xml
@@ -47,14 +47,16 @@
android:title="@string/toggle_marked"
android:showAsAction=""/>
- <item android:id="@+id/set_unread"
- android:title="@string/set_unread"
- android:showAsAction=""/>
-
<item android:id="@+id/toggle_published"
android:icon="@drawable/ic_menu_rss"
android:title="@string/toggle_published"
android:showAsAction=""/>
+
+ <item android:id="@+id/set_unread"
+ android:icon="@android:drawable/ic_menu_recent_history"
+ android:title="@string/set_unread"
+ android:showAsAction=""/>
+
<item android:id="@+id/logout"
android:title="@string/logout"