summaryrefslogtreecommitdiffstats
path: root/samples/browseable/ShareActionProvider/_index.jd
diff options
context:
space:
mode:
Diffstat (limited to 'samples/browseable/ShareActionProvider/_index.jd')
-rw-r--r--samples/browseable/ShareActionProvider/_index.jd13
1 files changed, 7 insertions, 6 deletions
diff --git a/samples/browseable/ShareActionProvider/_index.jd b/samples/browseable/ShareActionProvider/_index.jd
index a503585a0..31d855eb6 100644
--- a/samples/browseable/ShareActionProvider/_index.jd
+++ b/samples/browseable/ShareActionProvider/_index.jd
@@ -5,9 +5,10 @@ page.tags="ShareActionProvider"
sample.group=UI
@jd:body
-<p>
-
- This sample shows you how a provide a context-sensitive ShareActionProvider with
- ActionBarCompat, backwards compatible to API v7.
-
- </p>
+<p>This sample demonstrates how to use a
+context-sensitive {@link android.support.v7.widget.ShareActionProvider} that is
+backward compatible.</p>
+<p>The activity in this sample extends from
+{@link android.support.v7.app.ActionBarActivity}, which provides the
+functionality necessary to display a compatible action bar on devices
+running Android 2.1 and higher.</p>