Home | History | Annotate | Download | only in com.example.android.actionbarcompat.shareactionprovider

Lines Matching full:shareactionprovider

17 package com.example.android.actionbarcompat.shareactionprovider;
25 import android.support.v7.widget.ShareActionProvider;
34 import com.example.android.actionbarcompat.shareactionprovider.content.ContentItem;
39 * This sample shows you how a provide a {@link ShareActionProvider} with ActionBarCompat,
43 * text. When a new item is selected in the ViewPager, the ShareActionProvider is updated with
54 // Keep reference to the ShareActionProvider from the menu
55 private ShareActionProvider mShareActionProvider;
83 // Now get the ShareActionProvider from the item
84 mShareActionProvider = (ShareActionProvider) MenuItemCompat.getActionProvider(shareItem);
155 * A OnPageChangeListener used to update the ShareActionProvider's share intent when a new item
174 // Now update the ShareActionProvider with the new share intent