diff options
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 37 |
1 files changed, 25 insertions, 12 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index f7dbe30..a647cd3 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -148,7 +148,7 @@ </a></li> </ul> </li><!-- end of User Interface --> - + <li class="toggle-list"> <div><a href="<?cs var:toroot ?>guide/topics/resources/index.html"> <span class="en">Application Resources</span> @@ -221,7 +221,7 @@ <li><a href="<?cs var:toroot ?>guide/topics/manifest/provider-element.html"><provider></a></li> <li><a href="<?cs var:toroot ?>guide/topics/manifest/receiver-element.html"><receiver></a></li> <li><a href="<?cs var:toroot ?>guide/topics/manifest/service-element.html"><service></a></li> - <li><a href="<?cs var:toroot ?>guide/topics/manifest/supports-gl-texture-element.html"><supports-gl-texture></a></li> + <li><a href="<?cs var:toroot ?>guide/topics/manifest/supports-gl-texture-element.html"><supports-gl-texture></a></li> <li><a href="<?cs var:toroot ?>guide/topics/manifest/supports-screens-element.html"><supports-screens></a> <span class="new">updated</span></li> <!-- ##api level 4## --> <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-configuration-element.html"><uses-configuration></a></li> @@ -231,8 +231,8 @@ <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-sdk-element.html"><uses-sdk></a></li> </ul> </li><!-- end of the manifest file --> - </ul> - + </ul> + <ul> <li class="toggle-list"> <div><a href="<?cs var:toroot ?>guide/topics/graphics/index.html"> @@ -265,7 +265,7 @@ <li><a href="<?cs var:toroot ?>guide/topics/renderscript/compute.html"> <span class="en">Compute</span> </a> - </li> + </li> </ul> </li> @@ -383,9 +383,6 @@ <span class="en">In-app Billing</span></a> </div> <ul> - <li><a href="<?cs var:toroot?>guide/market/billing/billing_about.html"> - <span class="en">About this Release</span></a> - </li> <li><a href="<?cs var:toroot?>guide/market/billing/billing_overview.html"> <span class="en">In-app Billing Overview</span></a> </li> @@ -409,6 +406,10 @@ <li><a href="<?cs var:toroot ?>guide/appendix/market-filters.html"> <span class="en">Market Filters</span></a> </li> + <li><a href="<?cs var:toroot ?>guide/market/publishing/multiple-apks.html"> + <span class="en">Multiple APK Support</span></a> + <span class="new">new!</span> + </li> </ul> </li> @@ -571,8 +572,10 @@ <li><a href="<?cs var:toroot ?>guide/developing/tools/android.html">android</a></li> <li><a href="<?cs var:toroot ?>guide/developing/tools/bmgr.html">bmgr</a> <li><a href="<?cs var:toroot ?>guide/developing/tools/dmtracedump.html">dmtracedump</a></li> - <li><a href="<?cs var:toroot ?>guide/developing/tools/draw9patch.html" >Draw 9-Patch</a></li> + <li><a href="<?cs var:toroot?>guide/developing/tools/draw9patch.html">Draw + 9-Patch</a></li> <li><a href="<?cs var:toroot ?>guide/developing/tools/emulator.html">Emulator</a></li> + <li><a href="<?cs var:toroot ?>guide/developing/tools/etc1tool.html">etc1tool</a></li> <li><a href="<?cs var:toroot ?>guide/developing/tools/hierarchy-viewer.html">Hierarchy Viewer</a></li> <li><a href="<?cs var:toroot ?>guide/developing/tools/hprof-conv.html">hprof-conv</a></li> <li><a href="<?cs var:toroot ?>guide/developing/tools/layoutopt.html">layoutopt</a></li> @@ -668,11 +671,14 @@ <li class="toggle-list"> <div><a href="<?cs var:toroot ?>guide/practices/screens_support.html"> <span class="en">Supporting Multiple Screens</span> - </a></div> + </a> <span class="new">updated</span></div> <ul> <li><a href="<?cs var:toroot ?>guide/practices/screens-distribution.html"> <span class="en">Distributing to Specific Screens</span> </a></li> + <li><a href="<?cs var:toroot ?>guide/practices/screen-compat-mode.html"> + <span class="en">Screen Compatibility Mode</span> + </a> <span class="new">new!</span></li> <li><a href="<?cs var:toroot ?>guide/practices/screens-support-1.5.html"> <span class="en">Strategies for Android 1.5</span> </a></li> @@ -727,9 +733,16 @@ <li><a href="<?cs var:toroot ?>guide/practices/design/accessibility.html"> <span class="en">Designing for Accessibility</span> </a></li> - <li><a href="<?cs var:toroot ?>guide/practices/design/performance.html"> + <li class="toggle-list"> + <div><a href="<?cs var:toroot ?>guide/practices/design/performance.html"> <span class="en">Designing for Performance</span> - </a></li> + </a> <span class="new-child">new!</span></div> + <ul> + <li><a href="<?cs var:toroot ?>guide/practices/design/jni.html"> + <span class="en">JNI Tips</span> + </a> <span class="new">new!</span></li> + </ul> + </li> <li><a href="<?cs var:toroot ?>guide/practices/design/responsiveness.html"> <span class="en">Designing for Responsiveness</span> </a></li> |