2014-10-15 09:29:20 +00:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:ugh="http://schemas.android.com/apk/res-auto">
|
2012-03-12 08:51:57 +00:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/article_link_share"
|
2014-10-15 09:29:20 +00:00
|
|
|
ugh:showAsAction=""
|
2012-03-12 08:51:57 +00:00
|
|
|
android:title="@string/share_article"/>
|
|
|
|
|
|
|
|
<item
|
2012-03-12 09:02:46 +00:00
|
|
|
android:id="@+id/article_link_copy"
|
2014-10-15 09:29:20 +00:00
|
|
|
ugh:showAsAction=""
|
2012-03-12 08:51:57 +00:00
|
|
|
android:title="@string/article_link_copy"/>
|
|
|
|
|
|
|
|
</menu>
|