@@ -233,23 +233,32 @@ localized titles are added in the language order specified below.
233233 < / ul >
234234
235235 < ul >
236- < li class= "toggle- list">
236+ < li class= "toggle- list">
237237 < div> < a href= "<?cs var:toroot ?>guide/topics/graphics/index.html" >
238238 < span class= "en" > Graphics < / span >
239- < / a > < / div >
239+ < / a > < span class = "new-child" > new ! < / span > < / div >
240240 < ul >
241241 < li > < a href= "<?cs var:toroot ?>guide/topics/graphics/2d-graphics.html" >
242- < span class= "en" > 2D Graphics< / span >
243- < / a > < / li >
242+ < span class= "en" > Canvas and Drawables< / span > < / a > < / li >
243+ < li > < a href= "<?cs var:toroot ?>guide/topics/graphics/hardware-accel.html" >
244+ < span class= "en" > Hardware Acceleration< / span> < / a>
245+ < span class = "new" > new ! < / span > < / li >
244246 < li > < a href= "<?cs var:toroot ?>guide/topics/graphics/opengl.html" >
245- < span class= "en" > 3D with OpenGL< / span >
246- < / a > < / li >
247- < li > < a href= "<?cs var:toroot ?>guide/topics/graphics/animation.html" >
248- < span class= "en" > Property Animation< / span>
249- < / a> < / li>
247+ < span class= "en" > OpenGL < / span >
248+ < / a > < span class= "new" > updated < / span > < / li >
249+ < / ul >
250+ < / li >
251+ < li class= "toggle-list" >
252+ < div > < a href= "<?cs var:toroot ?>guide/topics/graphics/animation.html" >
253+ < span class= "en" > Animation < / span >
254+ < / a > < / div >
255+ < ul >
256+ < li > < a href= "<?cs var:toroot ?>guide/topics/graphics/prop-animation.html" >
257+ < span class= "en" > Property Animation< / span> < / a> < / li>
250258 < li> < a href= "<?cs var:toroot ?>guide/topics/graphics/view-animation.html" >
251- < span class= "en" > View Animation< / span>
252- < / a> < / li>
259+ < span class= "en" > View Animation< / span> < / a> < / li>
260+ < li> < a href= "<?cs var:toroot ?>guide/topics/graphics/drawable-animation.html" >
261+ < span class= "en" > Drawable Animation< / span> < / a> < / li>
253262 < / ul>
254263 < / li>
255264 < li class = "toggle-list" >
@@ -258,7 +267,7 @@ localized titles are added in the language order specified below.
258267 < / a > < / div >
259268 < ul >
260269 < li > < a href= "<?cs var:toroot ?>guide/topics/renderscript/graphics.html" >
261- < span class= "en" > 3D Graphics< / span >
270+ < span class= "en" > Graphics < / span >
262271 < / a >
263272 < / li >
264273 < li > < a href= "<?cs var:toroot ?>guide/topics/renderscript/compute.html" >
0 commit comments