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.jd19
1 files changed, 11 insertions, 8 deletions
diff --git a/samples/browseable/DoneBar/_index.jd b/samples/browseable/DoneBar/_index.jd
index 8ef219c9a..b692bb981 100644
--- a/samples/browseable/DoneBar/_index.jd
+++ b/samples/browseable/DoneBar/_index.jd
@@ -1,12 +1,15 @@
-
-
-
page.tags="DoneBar"
sample.group=UI
@jd:body
-<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>
+<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>