1 2 3 4 page.tags="DoneBar" 5 sample.group=UI 6 @jd:body 7 8 <p>This sample demonstrates a user interface design pattern for simple data 9 entry 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 11 save or cancel their changes. This design pattern is suitable for scenarios 12 where no additional view details or actions are needed in the action bar.</p> 13