Files
android_development/samples/ActionBarCompat/_index.jd
Dirk Dougherty fe32c3ad53 Adjust tags format in _index.jd files.
Change-Id: Id32ea71d4b8d54c6e8783326b112b20e23a8f44c
2013-09-05 18:50:25 -07:00

13 lines
760 B
Plaintext

page.tags="ActionBar", "UI", "Compatibility", "Support Library"
sample.group=Input
@jd:body
<p>This sample shows how to use the action bar design pattern on pre-API 11 devices and the built-in
<a href="../../../reference/android/app/ActionBar.html">ActionBar</a> on devices supporting API
11 or greater. The example 'compatible' action bar, instantiated on pre-Android 3.0 devices,
uses the same <a href="../../../guide/topics/resources/menu-resource.html">menu resource</a>-based
action item definition mechanism as the new framework API, even supporting the
<code>android:showAsAction</code> attribute to a limited extent.</p>
<img alt="" src="../images/ActionBarCompat1.png" height="320" />
<img alt="" src="../images/ActionBarCompat2.png" height="320" />