diff options
| author | Scott Main <smain@google.com> | 2012-07-25 15:05:18 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2012-07-25 15:05:18 -0700 |
| commit | 75bea2e8d35044233ba892bedf102ed08406d653 (patch) | |
| tree | 8f18eb115430e0ac71f935cdd10562310c8a395d /core/java/android/widget/GridView.java | |
| parent | 23ecb2cc0bf4c36c72f4b890e9effce5094a2984 (diff) | |
| parent | 7c00f81606de1880c3f28e54cea064c3b90da3e7 (diff) | |
am 7c00f816: am 2f5b61a7: Merge "docs: fix a bunch of links from javadocs to api guides and add some attributes to Spinner and Switch" into jb-dev
* commit '7c00f81606de1880c3f28e54cea064c3b90da3e7':
docs: fix a bunch of links from javadocs to api guides and add some attributes to Spinner and Switch
Diffstat (limited to 'core/java/android/widget/GridView.java')
| -rw-r--r-- | core/java/android/widget/GridView.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/widget/GridView.java b/core/java/android/widget/GridView.java index f23e1aaaf47a..b6fcb03036c1 100644 --- a/core/java/android/widget/GridView.java +++ b/core/java/android/widget/GridView.java @@ -37,8 +37,8 @@ import android.widget.RemoteViews.RemoteView; * A view that shows items in two-dimensional scrolling grid. The items in the * grid come from the {@link ListAdapter} associated with this view. * - * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-gridview.html">Grid - * View tutorial</a>.</p> + * <p>See the <a href="{@docRoot}guide/topics/ui/layout/gridview.html">Grid + * View</a> guide.</p> * * @attr ref android.R.styleable#GridView_horizontalSpacing * @attr ref android.R.styleable#GridView_verticalSpacing |
