diff options
author | Scott Main <smain@google.com> | 2011-06-22 14:28:44 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2011-07-27 11:35:17 -0700 |
commit | db909162b2c26d12f56a7c0615977b83578c4acf (patch) | |
tree | cf2452256fad63206ec4859ef37fc45f6a1fa1b8 /docs/html/guide/guide_toc.cs | |
parent | 636250028d2e88718220fb180eb2afecb27f5911 (diff) |
cherrypick Change-Id: Ib5e8ae7f420e9084e408089d9f5a6574ad95f299
docs: update Support Mult Screens for MR2 features
Change-Id: Ibab5e60c05c71d58f11daa6f48894011b3e31509
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 25a317d7bedf..ebf87027e285 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -667,11 +667,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> |