Lines Matching full:navigation
5 include the Home screen experience, global device navigation, and notifications.</p>
46 clear navigation path between multiple ongoing tasks.</p>
47 <p>The Recents button at the right side of the navigation bar displays the apps that the user has
58 status, and device navigation. Typically the system bars are displayed concurrently with your app.
73 <h4>Navigation Bar</h4>
74 <p>New for phones in Android 4.0, the navigation bar is present only on devices that don't have
75 the traditional hardware keys. It houses the device navigation controls Back, Home, and
119 <p>A typical Android app uses action bars, and many apps will include a navigation drawer.</p>
128 <h4>Navigation Drawer</h4>
129 <p>If your app's structure is more complex, the navigation drawer can display the main navigation
130 options. The navigation drawer expands from the left edge of the screen, overlaying the content
132 <p><a href="{@docRoot}design/patterns/navigation-drawer.html">More on the Navigation Drawer</a></p>