diff options
Diffstat (limited to 'core/java/android/widget/Gallery.java')
| -rw-r--r-- | core/java/android/widget/Gallery.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/widget/Gallery.java b/core/java/android/widget/Gallery.java index 1ed6b166ee04..ccd37d35263b 100644 --- a/core/java/android/widget/Gallery.java +++ b/core/java/android/widget/Gallery.java @@ -46,6 +46,9 @@ import android.view.animation.Transformation; * <p> * Views given to the Gallery should use {@link Gallery.LayoutParams} as their * layout parameters type. + * + * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-gallery.html">Gallery + * tutorial</a>.</p> * * @attr ref android.R.styleable#Gallery_animationDuration * @attr ref android.R.styleable#Gallery_spacing |
