1 2 3 4 page.tags="Basic ActionBarCompat" 5 sample.group=UI 6 @jd:body 7 8 <p>This sample demonstrates how to create a basic action bar that displays 9 action items. The sample shows how to inflate items from a menu resource, and 10 how to add items programatically. To reduce clutter, rarely used actions are 11 displayed in an action bar overflow.</p> 12 <p>The activity in this sample extends from 13 {@link android.support.v7.app.ActionBarActivity}, which provides the 14 functionality necessary to display a compatible action bar on devices 15 running Android 2.1 and higher.</p> 16