diff options
author | Adam Lesinski <adamlesinski@google.com> | 2016-04-26 15:44:57 -0700 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2016-04-28 13:21:23 -0700 |
commit | 1bfe7f6c658dc279e36049ca5cc566c673d84b34 (patch) | |
tree | 0b5ae0c481b34bae84370e4be4d296995b41ee24 /docs/html/guide/guide_toc.cs | |
parent | 28d6c1e49313bcb4823541d0114b2ff04f8cb446 (diff) |
Add Complex XML Resources guide to docs
Bug:27101564
Change-Id: I701230a242e0ec6c4cea2808556f9b1054866612
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 549a1b6b02e4..9257a76e93f2 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -121,7 +121,7 @@ <li><a href="<?cs var:toroot ?>guide/topics/resources/overview.html"> <span class="en">Overview</span> </a></li> - <li><a href="<?cs var:toroot ?>guide/topics/resources/providing-resources.html"> + <li><a href="<?cs var:toroot ?>guide/topics/resources/providing-resources.html"> <span class="en">Providing Resources</span> </a></li> <li><a href="<?cs var:toroot ?>guide/topics/resources/accessing-resources.html"> @@ -129,10 +129,13 @@ </a></li> <li><a href="<?cs var:toroot ?>guide/topics/resources/runtime-changes.html"> <span class="en">Handling Runtime Changes</span> - </a></li> + </a></li> <li><a href="<?cs var:toroot ?>guide/topics/resources/localization.html"> <span class="en">Localization</span> </a></li> + <li><a href="<?cs var:toroot ?>guide/topics/resources/complex-xml-resources.html"> + <span class="en">Complex XML Resources</span> + </a></li> <li class="nav-section"> <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/resources/available-resources.html"> <span class="en">Resource Types</span> |