diff options
| author | Scott Main <smain@google.com> | 2012-07-24 15:51:27 -0700 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2012-07-24 17:50:48 -0700 |
| commit | 4c359b76f9a030f92a302ba74a528faa170bad4e (patch) | |
| tree | f3d3b7f145a612fa8e988cccbfb8bb0b34a23956 /core/java/android/widget/GridView.java | |
| parent | 7b661fb3fc17f981bb122520791344891a3c1661 (diff) | |
docs: fix a bunch of links from javadocs to api guides
and add some attributes to Spinner and Switch
Change-Id: If015ad000c1a36e19904c132e98ebff1ceaf718b
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 |
