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"/>
|
|
|
|
|
|
|
|
<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
|
|
|
|
|
|
|
<!-- <item
|
|
|
|
android:id="@+id/article_img_save"
|
|
|
|
android:showAsAction=""
|
|
|
|
android:title="Save image to file"/> -->
|
|
|
|
|
2013-03-31 20:47:05 +00:00
|
|
|
</menu>
|