1 2 3 4 page.tags="ImmersiveMode" 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 to enable toggling of this feature in a 12 {@link android.support.v4.app.Fragment}.</p> 13