From ef07afec72e181e0b0cec06493c14daf443ea7b9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 16 Apr 2013 12:54:51 +0400 Subject: various menu updates --- res/layout/feeds.xml | 1 + res/layout/headlines.xml | 1 + res/layout/headlines_row_unread.xml | 1 + res/menu/main_menu.xml | 36 +++++++++++++++--------------------- 4 files changed, 18 insertions(+), 21 deletions(-) (limited to 'res') diff --git a/res/layout/feeds.xml b/res/layout/feeds.xml index 102dd07e..72067ce0 100644 --- a/res/layout/feeds.xml +++ b/res/layout/feeds.xml @@ -1,5 +1,6 @@ diff --git a/res/layout/headlines.xml b/res/layout/headlines.xml index f00b8d38..9de7f87d 100644 --- a/res/layout/headlines.xml +++ b/res/layout/headlines.xml @@ -1,5 +1,6 @@ diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml index 1e789f71..d7cb0e08 100644 --- a/res/layout/headlines_row_unread.xml +++ b/res/layout/headlines_row_unread.xml @@ -49,6 +49,7 @@ diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml index d9a33b48..34190322 100644 --- a/res/menu/main_menu.xml +++ b/res/menu/main_menu.xml @@ -106,25 +106,17 @@ android:icon="@drawable/ic_menu_publish_light" android:showAsAction="ifRoom" android:title="@string/article_toggle_published"/> - - + android:title="@string/attachments_prompt"/> + android:id="@+id/share_article" + android:icon="@android:drawable/ic_menu_share" + android:showAsAction="ifRoom" + android:title="@string/share_article"/> + - + + + -- cgit v1.2.3-54-g00ecf