summaryrefslogtreecommitdiffstats
path: root/samples/browseable/Styled/_index.jd
diff options
context:
space:
mode:
Diffstat (limited to 'samples/browseable/Styled/_index.jd')
-rw-r--r--samples/browseable/Styled/_index.jd14
1 files changed, 7 insertions, 7 deletions
diff --git a/samples/browseable/Styled/_index.jd b/samples/browseable/Styled/_index.jd
index 58942bf7c..0816197ae 100644
--- a/samples/browseable/Styled/_index.jd
+++ b/samples/browseable/Styled/_index.jd
@@ -1,13 +1,13 @@
-page.tags="Styled"
+page.tags="Styled ActionBarCompat"
sample.group=UI
@jd:body
-<p>
-
- This sample shows you how to use ActionBarCompat with a customized theme. It utilizes a
- split action bar when running on a device with a narrow display, and show three tabs.
-
- </p>
+<p>This sample demonstrates how to use a backward compatible
+{@link android.support.v7.app.ActionBar} with a customized theme.</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>