1 2 3 4page.tags="DoneBar" 5sample.group=UI 6@jd:body 7 8<p>This sample demonstrates a user interface design pattern for simple data 9entry from an {@link android.app.ActionBar}. The sample implements a custom 10<strong>Done/Cancel</strong> bar to provide users with an easy way to directly 11save or cancel their changes. This design pattern is suitable for scenarios 12where no additional view details or actions are needed in the action bar.</p> 13