From 41ec65355bd6ded652769725b276d47c54a0d913 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 19 Aug 2010 16:57:07 -0700 Subject: docs: add links from widget classes to tutorials Change-Id: I817e885524951853182b0458df4a32dea1614243 --- core/java/android/widget/GridView.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/java/android/widget/GridView.java') diff --git a/core/java/android/widget/GridView.java b/core/java/android/widget/GridView.java index d2829db0de18..2f86d756b07a 100644 --- a/core/java/android/widget/GridView.java +++ b/core/java/android/widget/GridView.java @@ -31,6 +31,9 @@ import android.view.animation.GridLayoutAnimationController; /** * A view that shows items in two-dimensional scrolling grid. The items in the * grid come from the {@link ListAdapter} associated with this view. + * + *

See the Grid + * View tutorial.

*/ public class GridView extends AbsListView { public static final int NO_STRETCH = 0; -- cgit v1.2.3