diff options
author | Scott Main <smain@google.com> | 2011-10-07 01:33:09 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2011-10-26 15:21:40 -0700 |
commit | 5e44f68a66041332fa28fc2359eaeab8fc452fac (patch) | |
tree | de1c2bed7e010dd6dcc1b8188fb928b8e0a5d138 /docs/html/guide/guide_toc.cs | |
parent | a6d2e6b952d535fec4483d67ea52947e6e3bc629 (diff) |
docs: add guide for optimizing tablet apps for handsets
deprecate "optimizing for 3.0" doc
Change-Id: I290ff5cd22c714e639fb820251c9e1d763f750df
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index b7710c3b20b5..543302fff33e 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -715,9 +715,9 @@ </a></li> </ul> </li> - <li><a href="<?cs var:toroot ?>guide/practices/optimizing-for-3.0.html"> - <span class="en">Optimizing Apps for Android 3.0</span> - </a></li> + <li><a href="<?cs var:toroot ?>guide/practices/tablets-and-handsets.html"> + <span class="en">Supporting Tablets and Handsets</span> + </a> <span class="new">new!</span></li> <li class="toggle-list"> <div><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/index.html"> <span class="en">UI Guidelines</span> |