diff options
author | Robert Ly <robertly@google.com> | 2012-03-14 16:24:25 -0700 |
---|---|---|
committer | Robert Ly <robertly@google.com> | 2012-03-14 16:24:25 -0700 |
commit | 957f716cf1686145ba4c06ca8669eaa2e22f54e8 (patch) | |
tree | 8c74b6ff446902837a61deac19dbbb1bca8906c9 /docs | |
parent | b285125d4bad1c76e95cd24956711deb9908c4a8 (diff) | |
download | frameworks_base-957f716cf1686145ba4c06ca8669eaa2e22f54e8.zip frameworks_base-957f716cf1686145ba4c06ca8669eaa2e22f54e8.tar.gz frameworks_base-957f716cf1686145ba4c06ca8669eaa2e22f54e8.tar.bz2 |
docs: fix toc in search au class
Change-Id: I7c678a9091a5d2c7bdfcf5e104597d9c1986d5f0
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/resources/resources_toc.cs | 3 | ||||
-rw-r--r-- | docs/html/training/search/backward-compat.jd | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/html/resources/resources_toc.cs b/docs/html/resources/resources_toc.cs index 890f92a..e1a5e0f 100644 --- a/docs/html/resources/resources_toc.cs +++ b/docs/html/resources/resources_toc.cs @@ -101,7 +101,8 @@ <li class="toggle-list"> <div><a href="<?cs var:toroot ?>training/search/index.html"> <span class="en">Adding Search Functionality</span> - </a></div> + </a> <span class="new">new!</span> + </div> <ul> <li><a href="<?cs var:toroot ?>training/search/setup.html"> <span class="en">Setting up the Search Interface</span> diff --git a/docs/html/training/search/backward-compat.jd b/docs/html/training/search/backward-compat.jd index de0e3d2..0894fa9 100644 --- a/docs/html/training/search/backward-compat.jd +++ b/docs/html/training/search/backward-compat.jd @@ -10,8 +10,8 @@ previous.link=search.html <h2>This lesson teaches you to</h2> <ul> - <li><a href="{@docRoot}training/search/backward-compat.html#set-sdk">Set Minimum and Target - SDK Values</a></li> + <li><a href="{@docRoot}training/search/backward-compat.html#set-sdk">Set Minimum + and Target API levels</a></li> <li><a href="{@docRoot}training/search/backward-compat.html#provide-sd">Provide the Search Dialog for Older Devices</a></li> |