am 9d5b754b: am 717e135c: am 62c28cae: Merge "docs: change SearchableDictionary to "v2" and remove old "new" superscripts from resources toc" into froyo

This commit is contained in:
Scott Main
2010-05-10 10:00:30 -07:00
committed by Android Git Automerger
2 changed files with 10 additions and 10 deletions

View File

@ -406,7 +406,7 @@ web_docs_sample_code_flags := \
-samplecode $(sample_dir)/SampleSyncAdapter \ -samplecode $(sample_dir)/SampleSyncAdapter \
resources/samples/SampleSyncAdapter "Sample Sync Adapter" \ resources/samples/SampleSyncAdapter "Sample Sync Adapter" \
-samplecode $(sample_dir)/SearchableDictionary \ -samplecode $(sample_dir)/SearchableDictionary \
resources/samples/SearchableDictionary "Searchable Dictionary" \ resources/samples/SearchableDictionary "Searchable Dictionary v2" \
-samplecode $(sample_dir)/Snake \ -samplecode $(sample_dir)/Snake \
resources/samples/Snake "Snake" \ resources/samples/Snake "Snake" \
-samplecode $(sample_dir)/SoftKeyboard \ -samplecode $(sample_dir)/SoftKeyboard \

View File

@ -25,7 +25,7 @@
<ul> <ul>
<li><a href="<?cs var:toroot ?>resources/dashboard/platform-versions.html"> <li><a href="<?cs var:toroot ?>resources/dashboard/platform-versions.html">
<span class="en">Platform Versions</span> <span class="en">Platform Versions</span>
</a> <span class="new">new!</span></li> </a></li>
</ul> </ul>
</li> </li>
@ -36,7 +36,7 @@
<li class="toggle-list"> <li class="toggle-list">
<div><a href="<?cs var:toroot ?>resources/articles/index.html"> <div><a href="<?cs var:toroot ?>resources/articles/index.html">
<span class="en">List of Articles</span> <span class="en">List of Articles</span>
</a> <span class="new">new!</span></div> </a></div>
<ul> <ul>
<li><a href="<?cs var:toroot ?>resources/articles/avoiding-memory-leaks.html"> <li><a href="<?cs var:toroot ?>resources/articles/avoiding-memory-leaks.html">
<span class="en">Avoiding Memory Leaks</span> <span class="en">Avoiding Memory Leaks</span>
@ -85,7 +85,7 @@
</a></li> </a></li>
<li><a href="<?cs var:toroot ?>resources/articles/live-wallpapers.html"> <li><a href="<?cs var:toroot ?>resources/articles/live-wallpapers.html">
<span class="en">Live Wallpapers</span> <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"> <li><a href="<?cs var:toroot ?>resources/articles/on-screen-inputs.html">
<span class="en">Onscreen Input Methods</span> <span class="en">Onscreen Input Methods</span>
</a></li> </a></li>
@ -118,7 +118,7 @@
</a></li> </a></li>
<li><a href="<?cs var:toroot ?>resources/articles/contacts.html"> <li><a href="<?cs var:toroot ?>resources/articles/contacts.html">
<span class="en">Using the Contacts API</span> <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"> <li><a href="<?cs var:toroot ?>resources/articles/using-webviews.html">
<span class="en">Using WebViews</span> <span class="en">Using WebViews</span>
</a></li> </a></li>
@ -191,7 +191,7 @@
<li class="toggle-list"> <li class="toggle-list">
<div><a href="<?cs var:toroot ?>resources/samples/index.html"> <div><a href="<?cs var:toroot ?>resources/samples/index.html">
<span class="en">List of Samples</span> <span class="en">List of Samples</span>
</a> <span class="new">new!</span></div> </a></div>
<ul> <ul>
<li><a href="<?cs var:toroot ?>resources/samples/ApiDemos/index.html"> <li><a href="<?cs var:toroot ?>resources/samples/ApiDemos/index.html">
<span class="en">API Demos</span> <span class="en">API Demos</span>
@ -216,7 +216,7 @@
</a></li> </a></li>
<li><a href="<?cs var:toroot ?>resources/samples/CubeLiveWallpaper/index.html"> <li><a href="<?cs var:toroot ?>resources/samples/CubeLiveWallpaper/index.html">
<span class="en">Live Wallpaper</span> <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"> <li><a href="<?cs var:toroot ?>resources/samples/LunarLander/index.html">
<span class="en">Lunar Lander</span> <span class="en">Lunar Lander</span>
</a></li> </a></li>
@ -228,10 +228,10 @@
</a></li> </a></li>
<li><a href="<?cs var:toroot ?>resources/samples/SampleSyncAdapter/index.html"> <li><a href="<?cs var:toroot ?>resources/samples/SampleSyncAdapter/index.html">
<span class="en">Sample Sync Adapter</span> <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> </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"> <li><a href="<?cs var:toroot ?>resources/samples/Snake/index.html">
<span class="en">Snake</span> <span class="en">Snake</span>
</a></li> </a></li>