summaryrefslogtreecommitdiffstats
path: root/samples/browseable/DoneBar/_index.jd
diff options
context:
space:
mode:
Diffstat (limited to 'samples/browseable/DoneBar/_index.jd')
-rw-r--r--samples/browseable/DoneBar/_index.jd16
1 files changed, 5 insertions, 11 deletions
diff --git a/samples/browseable/DoneBar/_index.jd b/samples/browseable/DoneBar/_index.jd
index 287a04a48..8ef219c9a 100644
--- a/samples/browseable/DoneBar/_index.jd
+++ b/samples/browseable/DoneBar/_index.jd
@@ -5,14 +5,8 @@ page.tags="DoneBar"
sample.group=UI
@jd:body
-<p>
-
- This sample demonstrates two alternative presentations of the
- action bar that are well-suited for simple data entry scenarios.
-
- In this presentation, a done bar replaces the action
- bar entirely, providing two direct actions to persist or dismiss changes. This is
- suitable for cases where no additional view details or actions are needed in the
- action bar.
-
- </p>
+<p>This sample demonstrates a user interface design pattern for simple data
+entry from an {@link android.app.ActionBar}. The sample implements a custom
+<strong>Done/Cancel</strong> bar to provide users with an easy way to directly
+save or cancel their changes. This design pattern is suitable for scenarios
+where no additional view details or actions are needed in the action bar.</p>