diff options
| author | Scott Main <smain@google.com> | 2010-08-19 16:57:07 -0700 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2010-08-19 17:07:13 -0700 |
| commit | 41ec65355bd6ded652769725b276d47c54a0d913 (patch) | |
| tree | 9dd0877127ed4c340fd69c256abc7dae050ba18b /core/java/android/widget/AutoCompleteTextView.java | |
| parent | 2abde6e0ddaed3d2d60bad984a2adc3acbb8164c (diff) | |
docs: add links from widget classes to tutorials
Change-Id: I817e885524951853182b0458df4a32dea1614243
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 |
