harryjamesuk

blog_web_view.xml

Jul 22nd, 2014
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.43 KB | None | 0 0
  1. <menu xmlns:android="http://schemas.android.com/apk/res/android"
  2.    xmlns:app="http://schemas.android.com/apk/res-auto"
  3.    xmlns:tools="http://schemas.android.com/tools"
  4.    tools:context="com.harryjamesuk.blogreader.BlogWebViewActivity" >
  5.  
  6.     <item
  7.        android:id="@+id/action_share"
  8.         android:icon="@drawable/ic_action_share_dark"
  9.         android:showAsAction="always"
  10.         android:title="@string/action_share">
  11.     </item>
  12.  
  13. </menu>
Advertisement
Add Comment
Please, Sign In to add comment