diff options
author | Scott Main <smain@google.com> | 2010-05-07 15:08:36 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2010-05-07 15:08:36 -0700 |
commit | bf1d0b900e7540c55fb3b88e70aa16e2c59ad218 (patch) | |
tree | 28ac1f070fb2c8f9c7dd84923d2be5162dc033ca /docs/html/resources | |
parent | d13efb20089e44e6958cb9704864c03821f19e1c (diff) | |
download | frameworks_base-bf1d0b900e7540c55fb3b88e70aa16e2c59ad218.zip frameworks_base-bf1d0b900e7540c55fb3b88e70aa16e2c59ad218.tar.gz frameworks_base-bf1d0b900e7540c55fb3b88e70aa16e2c59ad218.tar.bz2 |
docs: change SearchableDictionary to "v2" and remove old "new" superscripts from resources toc
Change-Id: Ic240502b8874fdc69d1d97cbf9df0ef925fbc071
Diffstat (limited to 'docs/html/resources')
-rw-r--r-- | docs/html/resources/resources_toc.cs | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/html/resources/resources_toc.cs b/docs/html/resources/resources_toc.cs index c9d92d4..7f05d30 100644 --- a/docs/html/resources/resources_toc.cs +++ b/docs/html/resources/resources_toc.cs @@ -25,7 +25,7 @@ <ul> <li><a href="<?cs var:toroot ?>resources/dashboard/platform-versions.html"> <span class="en">Platform Versions</span> - </a> <span class="new">new!</span></li> + </a></li> </ul> </li> @@ -36,7 +36,7 @@ <li class="toggle-list"> <div><a href="<?cs var:toroot ?>resources/articles/index.html"> <span class="en">List of Articles</span> - </a> <span class="new">new!</span></div> + </a></div> <ul> <li><a href="<?cs var:toroot ?>resources/articles/avoiding-memory-leaks.html"> <span class="en">Avoiding Memory Leaks</span> @@ -85,7 +85,7 @@ </a></li> <li><a href="<?cs var:toroot ?>resources/articles/live-wallpapers.html"> <span class="en">Live Wallpapers</span> - </a> <span class="new">new!</span></li> + </a></li> <li><a href="<?cs var:toroot ?>resources/articles/on-screen-inputs.html"> <span class="en">Onscreen Input Methods</span> </a></li> @@ -118,7 +118,7 @@ </a></li> <li><a href="<?cs var:toroot ?>resources/articles/contacts.html"> <span class="en">Using the Contacts API</span> - </a> <span class="new">new!</span></li> + </a></li> <li><a href="<?cs var:toroot ?>resources/articles/using-webviews.html"> <span class="en">Using WebViews</span> </a></li> @@ -191,7 +191,7 @@ <li class="toggle-list"> <div><a href="<?cs var:toroot ?>resources/samples/index.html"> <span class="en">List of Samples</span> - </a> <span class="new">new!</span></div> + </a></div> <ul> <li><a href="<?cs var:toroot ?>resources/samples/ApiDemos/index.html"> <span class="en">API Demos</span> @@ -216,7 +216,7 @@ </a></li> <li><a href="<?cs var:toroot ?>resources/samples/CubeLiveWallpaper/index.html"> <span class="en">Live Wallpaper</span> - </a> <span class="new">new!</span></li> + </a></li> <li><a href="<?cs var:toroot ?>resources/samples/LunarLander/index.html"> <span class="en">Lunar Lander</span> </a></li> @@ -228,10 +228,10 @@ </a></li> <li><a href="<?cs var:toroot ?>resources/samples/SampleSyncAdapter/index.html"> <span class="en">Sample Sync Adapter</span> - </a> <span class="new">new!</span></li> - <li><a href="<?cs var:toroot ?>resources/samples/SearchableDictionary/index.html"> - <span class="en">Searchable Dictionary</span> </a></li> + <li><a href="<?cs var:toroot ?>resources/samples/SearchableDictionary/index.html"> + <span class="en">Searchable Dictionary v2</span> + </a> <span class="new">new!</span></li> <li><a href="<?cs var:toroot ?>resources/samples/Snake/index.html"> <span class="en">Snake</span> </a></li> |