Home | History | Annotate | Download | only in AdvancedImmersiveMode
      1 
      2 
      3 
      4 page.tags="AdvancedImmersiveMode"
      5 sample.group=UI
      6 @jd:body
      7 
      8 <p>Android 4.4 introduces a way for you to provide a more immersive screen
      9 experience in your app, by letting users show or hide the status bar and
     10 navigation bar with a swipe.</p>
     11 <p>This sample demonstrates how this features interacts with some of the other
     12 UI flags related to full-screen apps. The sample also shows how to implement a
     13 "sticky" mode, which re-hides the bars a few seconds after the user swipes
     14 them back in.</p>
     15