diff options
author | Scott Main <smain@google.com> | 2009-08-29 13:17:53 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2009-08-29 13:25:19 -0700 |
commit | 689d16be5e091545371ef5f5ff4ed25649520bc3 (patch) | |
tree | a29c765c692320cf414d0bf607b8dd8b2429fbb3 /docs | |
parent | e1df82248a68282a4d556ce61db09949fc186827 (diff) | |
download | frameworks_base-689d16be5e091545371ef5f5ff4ed25649520bc3.zip frameworks_base-689d16be5e091545371ef5f5ff4ed25649520bc3.tar.gz frameworks_base-689d16be5e091545371ef5f5ff4ed25649520bc3.tar.bz2 |
add searchable dictionary to html docs and dev guide nav
and add screenshots.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 3 | ||||
-rw-r--r-- | docs/html/guide/samples/images/SearchableDictionary1.png | bin | 0 -> 15800 bytes | |||
-rw-r--r-- | docs/html/guide/samples/images/SearchableDictionary2.png | bin | 0 -> 18114 bytes | |||
-rw-r--r-- | docs/html/guide/samples/index.jd | 4 |
4 files changed, 7 insertions, 0 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 459ad37..ef1a1ea 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -399,6 +399,9 @@ <li><a href="<?cs var:toroot ?>guide/samples/NotePad/index.html"> <span class="en">Note Pad</span> </a></li> + <li><a href="<?cs var:toroot ?>guide/samples/SearchableDictionary/index.html"> + <span class="en">Searchable Dictionary</span> + </a></li> <li><a href="<?cs var:toroot ?>guide/samples/Snake/index.html"> <span class="en">Snake</span> </a></li> diff --git a/docs/html/guide/samples/images/SearchableDictionary1.png b/docs/html/guide/samples/images/SearchableDictionary1.png Binary files differnew file mode 100644 index 0000000..ebb4604 --- /dev/null +++ b/docs/html/guide/samples/images/SearchableDictionary1.png diff --git a/docs/html/guide/samples/images/SearchableDictionary2.png b/docs/html/guide/samples/images/SearchableDictionary2.png Binary files differnew file mode 100644 index 0000000..34746cd --- /dev/null +++ b/docs/html/guide/samples/images/SearchableDictionary2.png diff --git a/docs/html/guide/samples/index.jd b/docs/html/guide/samples/index.jd index d8bbc41..6e79d50 100644 --- a/docs/html/guide/samples/index.jd +++ b/docs/html/guide/samples/index.jd @@ -33,6 +33,10 @@ can modify them and watch them execute. </p> <dd>An application for saving notes. Similar (but not identical) to the <a href="{@docRoot}guide/tutorials/notepad/index.html">Notepad tutorial</a>.</dd> + <dt><a href="SearchableDictionary/index.html">Searchable Dictionary</a></dt> + <dd>A sample application that demonstrates Android's search framework, + including how to provide search suggestions for Quick Search Box.</dd> + <dt><a href="Snake/index.html">Snake</a></dt> <dd>An implementation of the classic game "Snake."</dd> |