diff options
| author | Scott Main <smain@google.com> | 2010-08-19 17:40:10 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2010-08-19 17:40:10 -0700 |
| commit | bb8d314b6c5ff9b51af29daa687d66dfd996914f (patch) | |
| tree | 4d380b3cfc018f872d370407e44f2ba31e5deef4 /core/java/android/widget/AutoCompleteTextView.java | |
| parent | bbe5fb2b73172a6b42b3406354a3556bd53916e1 (diff) | |
| parent | 70c9ffbc838271f0ea27a4780eb146287de53ef6 (diff) | |
am 70c9ffbc: am 11a72482: Merge "docs: add links from widget classes to tutorials" into froyo
Merge commit '70c9ffbc838271f0ea27a4780eb146287de53ef6' into gingerbread-plus-aosp
* commit '70c9ffbc838271f0ea27a4780eb146287de53ef6':
docs: add links from widget classes to tutorials
Diffstat (limited to 'core/java/android/widget/AutoCompleteTextView.java')
| -rw-r--r-- | core/java/android/widget/AutoCompleteTextView.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/widget/AutoCompleteTextView.java b/core/java/android/widget/AutoCompleteTextView.java index e15a520ae064..39714872dc7a 100644 --- a/core/java/android/widget/AutoCompleteTextView.java +++ b/core/java/android/widget/AutoCompleteTextView.java @@ -76,6 +76,9 @@ import com.android.internal.R; * } * </pre> * + * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-autocomplete.html">Auto Complete + * tutorial</a>.</p> + * * @attr ref android.R.styleable#AutoCompleteTextView_completionHint * @attr ref android.R.styleable#AutoCompleteTextView_completionThreshold * @attr ref android.R.styleable#AutoCompleteTextView_completionHintView |
