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/Gallery.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/java/android/widget/Gallery.java') diff --git a/core/java/android/widget/Gallery.java b/core/java/android/widget/Gallery.java index f34823c..aea8042 100644 --- a/core/java/android/widget/Gallery.java +++ b/core/java/android/widget/Gallery.java @@ -46,6 +46,9 @@ import android.view.animation.Transformation; *

* Views given to the Gallery should use {@link Gallery.LayoutParams} as their * layout parameters type. + * + *

See the Gallery + * tutorial.

* * @attr ref android.R.styleable#Gallery_animationDuration * @attr ref android.R.styleable#Gallery_spacing -- cgit v1.1