diff options
| author | Scott Main <smain@google.com> | 2012-07-25 10:43:51 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-07-25 10:43:52 -0700 |
| commit | 2f5b61a750e36169e37788a645f422cc8a8f7091 (patch) | |
| tree | b67b7f4beff46f293a595195865518c7e249b51a /core/java/android/widget/GridView.java | |
| parent | 3e6a9f01a5e69a3e452e04f92edfc21dcbdca3c3 (diff) | |
| parent | 4c359b76f9a030f92a302ba74a528faa170bad4e (diff) | |
Merge "docs: fix a bunch of links from javadocs to api guides and add some attributes to Spinner and Switch" into jb-dev
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 897510940721..ff8c0a155874 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 |
