summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-24 19:11:10 +0300
committerAndrew Dolgov <[email protected]>2011-11-24 19:11:10 +0300
commit1469ff7b8f0a01e14a8a80a741c2ec1df84ca645 (patch)
treede39ba41ec2369aaec3755203ca82139da02be40 /res
parent2c2a032471742ccd6f1c0b1c86ead6127b2c237a (diff)
reorganize actionbar
Diffstat (limited to 'res')
-rw-r--r--res/menu/main_menu.xml25
-rw-r--r--res/values/strings.xml2
2 files changed, 14 insertions, 13 deletions
diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml
index ab463bef..97e713e4 100644
--- a/res/menu/main_menu.xml
+++ b/res/menu/main_menu.xml
@@ -9,7 +9,7 @@
<item android:id="@+id/show_feeds"
- android:visible="false"
+ android:enabled="false"
android:icon="@android:drawable/ic_menu_rotate"
android:title="@string/menu_all_feeds"
android:showAsAction=""/>
@@ -21,23 +21,24 @@
android:showAsAction="ifRoom|withText"/>
- <item android:id="@+id/update"
- android:visible="false"
+ <item android:id="@+id/update_feeds"
+ android:enabled="false"
android:icon="@android:drawable/ic_menu_rotate"
- android:title="@string/update"
- android:showAsAction="ifRoom|withText"/>
+ android:title="@string/update_feeds"
+ android:showAsAction=""/>
- <item android:id="@+id/share"
- android:enabled="false"
- android:icon="@android:drawable/ic_menu_share"
- android:title="@string/share_article"
- android:showAsAction="ifRoom"/>
-
<item android:id="@+id/preferences"
android:icon="@android:drawable/ic_menu_preferences"
android:title="@string/preferences"
- android:showAsAction="ifRoom|withText"/>
+ android:showAsAction=""/>
+
+ <item android:id="@+id/share_article"
+ android:visible="false"
+ android:icon="@android:drawable/ic_menu_share"
+ android:title="@string/share_article"
+ android:showAsAction="ifRoom"/>
+
<item android:id="@+id/logout"
android:visible="false"
android:title="@string/logout"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 97578e8f..6441033b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -28,7 +28,7 @@
<string name="loading_message">Loading, please wait...</string>
<string name="menu_unread_feeds">Show unread feeds</string>
<string name="menu_all_feeds">Show all feeds</string>
- <string name="update">Update</string>
+ <string name="update_feeds">Refresh feeds</string>
<string name="close_article">Close article</string>
<string name="share_article">Share article</string>
</resources>