diff options
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index a375b115c397..8648990f5f53 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -237,9 +237,15 @@ <li><a href="<?cs var:toroot ?>guide/topics/graphics/opengl.html"> <span class="en">3D with OpenGL</span> </a></li> + <li><a href="<?cs var:toroot ?>guide/topics/graphics/renderscript.html"> + <span class="en">3D with Renderscript</span> + </a><span class="new">new!</span></li> <li><a href="<?cs var:toroot ?>guide/topics/graphics/animation.html"> - <span class="en">Animation</span> + <span class="en">Property Animation</span> </a><span class="new">new!</span></li> + <li><a href="<?cs var:toroot ?>guide/topics/graphics/view-animation.html"> + <span class="en">View Animation</span> + </a></li> </ul> </li> <li><a href="<?cs var:toroot ?>guide/topics/media/index.html"> |