Updated browsable sample descriptions.

Change-Id: I21e3dfacb4bc1acfbe3b17c5f8001ee758f9eec2
(cherry picked from commit 3943cdc962)
This commit is contained in:
quddusc
2013-10-30 18:09:08 -07:00
committed by Dirk Dougherty
parent a76387f7a4
commit 11d2eef36f
30 changed files with 158 additions and 210 deletions

View File

@@ -5,14 +5,10 @@ page.tags="AdvancedImmersiveMode"
sample.group=UI
@jd:body
<p>
\"Immersive Mode\" is a new UI mode which improves \"hide full screen\" and
\"hide nav bar\" modes, by letting users swipe the bars in and out. This sample
lets the user experiment with immersive mode by enabling it and seeing how it interacts
with some of the other UI flags related to full-screen apps.
\n\nThis sample also lets the user choose between normal immersive mode and "sticky"
immersive mode, which removes the status bar and nav bar
a few seconds after the user has swiped them back in.
</p>
<p>Android 4.4 introduces a way for you to provide a more immersive screen
experience in your app, by letting users show or hide the status bar and
navigation bar with a swipe.</p>
<p>This sample demonstrates how this features interacts with some of the other
UI flags related to full-screen apps. The sample also shows how to implement a
"sticky" mode, which re-hides the bars a few seconds after the user swipes
them back in.</p>