2013-03-31 11:17:59 +04: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 23:36:32 +04:00
|
|
|
<item
|
|
|
|
android:id="@+id/article_img_copy"
|
|
|
|
android:showAsAction=""
|
|
|
|
android:title="@string/article_link_copy"/>
|
2013-03-31 11:17:59 +04:00
|
|
|
<item
|
|
|
|
android:id="@+id/article_img_share"
|
|
|
|
android:showAsAction=""
|
|
|
|
android:title="@string/article_img_share"/>
|
2013-03-31 16:47:05 -04:00
|
|
|
<item
|
|
|
|
android:id="@+id/article_img_view_caption"
|
|
|
|
android:showAsAction=""
|
|
|
|
android:title="@string/article_img_view_caption"/>
|
2013-03-31 11:17:59 +04:00
|
|
|
|
2013-10-21 23:36:32 +04:00
|
|
|
<!--
|
|
|
|
<item
|
2013-03-31 11:17:59 +04:00
|
|
|
android:id="@+id/article_img_save"
|
|
|
|
android:showAsAction=""
|
2013-10-21 23:36:32 +04:00
|
|
|
android:title="Save image to file"/>
|
|
|
|
-->
|
2013-03-31 11:17:59 +04:00
|
|
|
|
2013-10-21 23:36:32 +04:00
|
|
|
</menu>
|