diff options
| author | Scott Main <smain@google.com> | 2010-08-19 16:57:07 -0700 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2010-08-19 17:07:13 -0700 |
| commit | 41ec65355bd6ded652769725b276d47c54a0d913 (patch) | |
| tree | 9dd0877127ed4c340fd69c256abc7dae050ba18b /core/java/android/widget/Gallery.java | |
| parent | 2abde6e0ddaed3d2d60bad984a2adc3acbb8164c (diff) | |
docs: add links from widget classes to tutorials
Change-Id: I817e885524951853182b0458df4a32dea1614243
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 f34823cb484a..aea804291c0c 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 |
