Home | History | Annotate | Download | only in system-ui

Lines Matching full:navigation

1 page.title=Hiding the Navigation Bar
13 <li><a href="#40">Hiding the Navigation Bar on 4.0 and Higher</a></li>
14 <li><a href="#behind">Make Content Appear Behind the Navigation Bar</a></li>
36 <p>This lesson describes how to hide the navigation bar, which was introduced in
40 navigation bar, you should design your app to hide the status bar
42 Hiding the navigation and status bars (while still keeping them readily accessible)
46 <img src="{@docRoot}images/training/navigation-bar.png"
48 <p class="img-caption"><strong>Figure 1.</strong> Navigation bar.</p>
52 <h2 id="40">Hide the Navigation Bar on 4.0 and Higher</h2>
54 <p>You can hide the navigation bar on Android 4.0 and higher using the
56 the navigation bar and the status bar:</p>
58 // Hide both the navigation bar and the status bar.
66 <li>With this approach, touching anywhere on the screen causes the navigation bar (and
89 <h2 id="behind">Make Content Appear Behind the Navigation Bar</h2>
91 the navigation bar, so that the content doesn't resize as the navigation bar hides and