summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-04-19 19:18:44 -0700
committerScott Main <smain@google.com>2012-04-19 19:18:44 -0700
commit421854e6e8fe3418d22ae444567a06b5f308c896 (patch)
tree751cb5ff6fb44cb88db6d5729f85aca13f7caf6a
parent67e988e0e96dcd0f9c8f07e5b685dc7c8224a884 (diff)
downloadframeworks_base-421854e6e8fe3418d22ae444567a06b5f308c896.zip
frameworks_base-421854e6e8fe3418d22ae444567a06b5f308c896.tar.gz
frameworks_base-421854e6e8fe3418d22ae444567a06b5f308c896.tar.bz2
docs: add fragments class to training TOC
Change-Id: Ib54257d74f43eb85855685b49f8b0fa70ca6e984
-rw-r--r--docs/html/resources/resources_toc.cs24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/html/resources/resources_toc.cs b/docs/html/resources/resources_toc.cs
index 44f4e4d..8d6ae1f 100644
--- a/docs/html/resources/resources_toc.cs
+++ b/docs/html/resources/resources_toc.cs
@@ -77,6 +77,30 @@
</li>
</ul>
</li>
+
+ <li class="toggle-list">
+ <div><a href="<?cs var:toroot ?>training/basics/fragments/index.html">
+ <span class="en">Building a Dynamic UI with Fragments<span class="new">&nbsp;new!</span></span>
+ </a></div>
+ <ul>
+ <li><a href="<?cs var:toroot ?>training/basics/fragments/support-lib.html">
+ <span class="en">Using the Support Library</span>
+ </a>
+ </li>
+ <li><a href="<?cs var:toroot ?>training/basics/fragments/creating.html">
+ <span class="en">Creating a Fragment</span>
+ </a>
+ </li>
+ <li><a href="<?cs var:toroot ?>training/basics/fragments/fragment-ui.html">
+ <span class="en">Building a Flexible UI</span>
+ </a>
+ </li>
+ <li><a href="<?cs var:toroot ?>training/basics/fragments/communicating.html">
+ <span class="en">Communicating with Other Fragments</span>
+ </a>
+ </li>
+ </ul>
+ </li>
<li class="toggle-list">
<div><a href="<?cs var:toroot ?>training/basics/intents/index.html">