diff options
Diffstat (limited to 'docs/html/resources/resources_toc.cs')
-rw-r--r-- | docs/html/resources/resources_toc.cs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/html/resources/resources_toc.cs b/docs/html/resources/resources_toc.cs index 43ab562..c9d92d4 100644 --- a/docs/html/resources/resources_toc.cs +++ b/docs/html/resources/resources_toc.cs @@ -159,9 +159,17 @@ <li><a href="<?cs var:toroot ?>resources/tutorials/localization/index.html"> <span class="en">Hello Localization</span> </a></li> + <li><a href="<?cs var:toroot ?>resources/tutorials/testing/helloandroid_test.html"> + <span class="en">Hello Testing</span></a> + <span class="new">new!</span> + </li> <li><a href="<?cs var:toroot ?>resources/tutorials/notepad/index.html"> <span class="en">Notepad Tutorial</span> </a></li> + <li><a href="<?cs var:toroot ?>resources/tutorials/testing/activity_test.html"> + <span class="en">Activity Testing</span></a> + <span class="new">new!</span> + </li> </ul> </li> @@ -230,6 +238,12 @@ <li><a href="<?cs var:toroot ?>resources/samples/SoftKeyboard/index.html"> <span class="en">Soft Keyboard</span> </a></li> + <li><a href="<?cs var:toroot ?>resources/samples/Spinner/index.html"> + <span class="en">Spinner</span> + </a> <span class="new">new!</span></li> + <li><a href="<?cs var:toroot ?>resources/samples/SpinnerTest/index.html"> + <span class="en">SpinnerTest</span> + </a> <span class="new">new!</span></li> <li><a href="<?cs var:toroot ?>resources/samples/Wiktionary/index.html"> <span class="en">Wiktionary</span> </a></li> |