summaryrefslogtreecommitdiffstats
path: root/samples/browseable/AdvancedImmersiveMode/_index.jd
diff options
context:
space:
mode:
authorquddusc <quddusc@google.com>2013-10-30 18:09:08 -0700
committerDirk Dougherty <ddougherty@google.com>2013-10-31 11:55:15 +0000
commit11d2eef36fc495bc842e3601cb90ba66f3243527 (patch)
tree5fb463a0f58ec6ddb99e9d686025598061ed0315 /samples/browseable/AdvancedImmersiveMode/_index.jd
parenta76387f7a4f5e65f8225e1b657ecdcfbee20682b (diff)
downloadandroid_development-11d2eef36fc495bc842e3601cb90ba66f3243527.tar.gz
android_development-11d2eef36fc495bc842e3601cb90ba66f3243527.tar.bz2
android_development-11d2eef36fc495bc842e3601cb90ba66f3243527.zip
Updated browsable sample descriptions.
Change-Id: I21e3dfacb4bc1acfbe3b17c5f8001ee758f9eec2 (cherry picked from commit 3943cdc9626911fe2732fedd5c85e920c6078a9f)
Diffstat (limited to 'samples/browseable/AdvancedImmersiveMode/_index.jd')
-rw-r--r--samples/browseable/AdvancedImmersiveMode/_index.jd18
1 files changed, 7 insertions, 11 deletions
diff --git a/samples/browseable/AdvancedImmersiveMode/_index.jd b/samples/browseable/AdvancedImmersiveMode/_index.jd
index 901b56940..2b19c9c74 100644
--- a/samples/browseable/AdvancedImmersiveMode/_index.jd
+++ b/samples/browseable/AdvancedImmersiveMode/_index.jd
@@ -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>