2013-03-31 07:17:59 +00:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/article_img_open"
|
|
|
|
android:showAsAction=""
|
|
|
|
android:title="@string/article_img_open"/>
|
2013-10-21 19:36:32 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/article_img_copy"
|
|
|
|
android:showAsAction=""
|
|
|
|
android:title="@string/article_link_copy"/>
|
2013-03-31 07:17:59 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/article_img_share"
|
|
|
|
android:showAsAction=""
|
|
|
|
android:title="@string/article_img_share"/>
|
2013-03-31 20:47:05 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/article_img_view_caption"
|
|
|
|
android:showAsAction=""
|
|
|
|
android:title="@string/article_img_view_caption"/>
|
2013-03-31 07:17:59 +00:00
|
|
|
|
2013-10-21 19:36:32 +00:00
|
|
|
<!--
|
|
|
|
<item
|
2013-03-31 07:17:59 +00:00
|
|
|
android:id="@+id/article_img_save"
|
|
|
|
android:showAsAction=""
|
2013-10-21 19:36:32 +00:00
|
|
|
android:title="Save image to file"/>
|
|
|
|
-->
|
2013-03-31 07:17:59 +00:00
|
|
|
|
2013-10-21 19:36:32 +00:00
|
|
|
</menu>
|