From 4c359b76f9a030f92a302ba74a528faa170bad4e Mon Sep 17 00:00:00 2001 From: Scott Main Date: Tue, 24 Jul 2012 15:51:27 -0700 Subject: docs: fix a bunch of links from javadocs to api guides and add some attributes to Spinner and Switch Change-Id: If015ad000c1a36e19904c132e98ebff1ceaf718b --- core/java/android/widget/GridView.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 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. * - *

See the Grid - * View tutorial.

+ *

See the Grid + * View guide.

* * @attr ref android.R.styleable#GridView_horizontalSpacing * @attr ref android.R.styleable#GridView_verticalSpacing -- cgit v1.2.3