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

* commit 'b72c1db24a5616c1e78d9c3edeba634d1f9c1e07':
  docs: revise searchabledictionary sample to add note about latest changes from Change-Id: I72bd13bb8250d0b00a713fe2980a5ad692f2cb9e
This commit is contained in:
Scott Main
2011-02-07 13:51:46 -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>