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

16 lines
553 B
Plaintext

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