Files
android_development/samples/browseable/AdvancedImmersiveMode/_index.jd
Ricardo Cervera 9b23d66215 docs: Modified sample descriptions for March sample push.
Edited the _index.jd files from the new samples.
Stage: http://localhost:8001/samples/MediaRouter/index.html

Patch: Addressed Dirk's comments.

Change-Id: I029a9a1cb3fbfbe93e09ce2cdd8a7b5e49c6c074
2014-03-10 15:10:47 -07:00

19 lines
501 B
Plaintext

page.tags="AdvancedImmersiveMode"
sample.group=UI
@jd:body
<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
the navigation bar with a swipe.
</p>
<p>
This sample demonstrates how this feature 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>