diff options
| author | Katie McCormick <kmccormick@google.com> | 2013-10-30 23:30:44 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-10-30 23:30:44 +0000 |
| commit | ab6424959ca0dd765f37944dbeaa59a50b99d7a4 (patch) | |
| tree | 5c483992e93d4f736ed750c1e50a81add8a71d36 /docs/html/training/training_toc.cs | |
| parent | 3ebe71cb933d99461dfb3702fb4977f966df3713 (diff) | |
| parent | d20c87c550524754956774004d1e7625d5e86c48 (diff) | |
| download | frameworks_base-ab6424959ca0dd765f37944dbeaa59a50b99d7a4.zip frameworks_base-ab6424959ca0dd765f37944dbeaa59a50b99d7a4.tar.gz frameworks_base-ab6424959ca0dd765f37944dbeaa59a50b99d7a4.tar.bz2 | |
Merge "Doc update: Managing System UI class" into jb-mr2-docs
Diffstat (limited to 'docs/html/training/training_toc.cs')
| -rw-r--r-- | docs/html/training/training_toc.cs | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/html/training/training_toc.cs b/docs/html/training/training_toc.cs index 39386bc..347f2de 100644 --- a/docs/html/training/training_toc.cs +++ b/docs/html/training/training_toc.cs @@ -945,6 +945,34 @@ include the action bar on devices running Android 2.1 or higher." </ul> </li> + <li class="nav-section"> + <div class="nav-section-header"> + <a href="<?cs var:toroot ?>training/system-ui/index.html" + description= + "How to hide and show status and navigation bars across different versions of Android, + while managing the display of other screen components." + >Managing the System UI</a> + </div> + <ul> + <li><a href="<?cs var:toroot ?>training/system-ui/dim.html"> + Dimming the System Bars + </a> + </li> + <li><a href="<?cs var:toroot ?>training/system-ui/status.html"> + Hiding the Status Bar + </a> + </li> + <li><a href="<?cs var:toroot ?>training/system-ui/navigation.html"> + Hiding the Navigation Bar + </a> + </li> + <li><a href="<?cs var:toroot ?>training/system-ui/visibility.html"> + Responding to UI Visibility Changes + </a> + </li> + </ul> + </li> + </ul> </li> <!-- End best UX and UI --> |
