Lines Matching refs:bar
43 <p>This lesson describes how to hide the navigation bar, which was introduced in
47 navigation bar, you should design your app to hide the status bar
53 <img src="{@docRoot}images/training/navigation-bar.png"
55 <p class="img-caption"><strong>Figure 1.</strong> Navigation bar.</p>
61 <p>You can hide the navigation bar on Android 4.0 and higher using the
63 the navigation bar and the status bar:</p>
65 // Hide both the navigation bar and the status bar.
67 // a general rule, you should design your app to hide the status bar whenever you
68 // hide the navigation bar.
76 <li>With this approach, touching anywhere on the screen causes the navigation bar (and
77 status bar) to reappear and remain visible. The user interaction causes the flags to be
101 the navigation bar, so that the content doesn't resize as the navigation bar hides and