diff options
Diffstat (limited to 'core/java/android/widget/GridView.java')
-rw-r--r-- | core/java/android/widget/GridView.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/widget/GridView.java b/core/java/android/widget/GridView.java index d2829db..2f86d75 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. + * + * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-gridview.html">Grid + * View tutorial</a>.</p> */ public class GridView extends AbsListView { public static final int NO_STRETCH = 0; |