Advertisement
florin88

action_bar_share_menu.xml

May 26th, 2014
872
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.29 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <menu xmlns:android="http://schemas.android.com/apk/res/android" >
  3.     <item android:id="@+id/menu_item_share"
  4.    android:showAsAction="ifRoom"
  5.    android:title="Share"
  6.    android:actionProviderClass="android.widget.ShareActionProvider" />
  7. </menu>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement