Files
android_development/samples/browseable/DoneBar/_index.jd
quddusc 11d2eef36f Updated browsable sample descriptions.
Change-Id: I21e3dfacb4bc1acfbe3b17c5f8001ee758f9eec2
(cherry picked from commit 3943cdc962)
2013-10-31 11:55:15 +00:00

13 lines
434 B
Plaintext

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>