Home | History | Annotate | Download | only in practices

Lines Matching full:actionbar

12   <li><a href="#ActionBar">Using the Action Bar</a>
30 <li><a href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a></li>
58 {@link android.app.ActionBar}, which provides a dedicated UI at the top of the screen to identify
95 <p>The {@link android.app.ActionBar} is a UI component for activities that replaces the traditional
108 href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a> developer guide.</p>
361 <h2 id="ActionBar">Using the Action Bar</h2>
363 <p>The <a href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a> is an important UI
366 android.app.ActionBar} APIs without adding complex customizations. By using the standard {@link
367 android.app.ActionBar} APIs to design your action bar, the Android system does all
411 <img src="{@docRoot}images/practices/actionbar-phone-tablet.png" alt=""/>
432 <img src="{@docRoot}images/practices/actionbar-phone-splitaction.png" alt=""/>
439 android.app.ActionBar#setDisplayShowHomeEnabled setDisplayShowHomeEnabled(false)} to disable the
458 <p>As discussed in the <a href="{@docRoot}guide/topics/ui/actionbar.html#Home">Action Bar</a>
474 href="{@docRoot}guide/topics/ui/actionbar.html#Home">Action Bar</a> developer guide.</p>