am 235371e2: docs: revise searchabledictionary sample to add note about latest changes from Change-Id: I72bd13bb8250d0b00a713fe2980a5ad692f2cb9e

* commit '235371e2aad9e626254b97d95fbb17b3c892e08b':
  docs: revise searchabledictionary sample to add note about latest changes from Change-Id: I72bd13bb8250d0b00a713fe2980a5ad692f2cb9e
This commit is contained in:
Scott Main
2011-02-07 10:20:34 -08:00
committed by Android Git Automerger

View File

@@ -19,6 +19,14 @@ href="../../../reference/android/widget/SimpleCursorAdapter.html">SimpleCursorAd
bind data from a Cursor to a ListView.</li>
</ul>
<p><b>Revisions:</b></p>
<ul>
<li>Updated for Android 3.0 to use the <a href="../../../guide/topics/ui/actionbar.html">Action
Bar</a> and the <code><a
href="../../../reference/android/widget/SearchView.html">SearchView</a></code> widget as an action item.
(Available in the <em>Samples for SDK API 11</em>.)</li>
</ul>
<p>See also:</p>
<ul>
<li><a href="../../../guide/topics/search/index.html">Search Developer Guide</a></li>