From f532761611f633bf87a63c542ee5326bf6d9654c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Jun 2012 15:20:19 +0400 Subject: implement publish with note --- res/menu/headlines_menu.xml | 44 ++++++++++++++++++++++---------------------- res/menu/main_menu.xml | 5 +++++ res/values/strings.xml | 1 + 3 files changed, 28 insertions(+), 22 deletions(-) (limited to 'res') diff --git a/res/menu/headlines_menu.xml b/res/menu/headlines_menu.xml index d9c6b7be..073ecb37 100644 --- a/res/menu/headlines_menu.xml +++ b/res/menu/headlines_menu.xml @@ -1,39 +1,39 @@ - + - - - - - - + - - - - + android:id="@+id/share_article" + android:showAsAction="" + android:title="@string/share_article"/> + + + + - - + \ No newline at end of file diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml index 053c9373..23b36521 100644 --- a/res/menu/main_menu.xml +++ b/res/menu/main_menu.xml @@ -127,6 +127,11 @@ android:id="@+id/set_labels" android:icon="@drawable/ic_menu_marked" android:title="@string/article_set_labels"/> + + diff --git a/res/values/strings.xml b/res/values/strings.xml index c686a2a3..266a86e4 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -118,4 +118,5 @@ Offline sync in progress Stop syncing Continue + Publish with note \ No newline at end of file -- cgit v1.2.3-54-g00ecf