diff options
| author | Romain Guy <romainguy@google.com> | 2012-05-18 17:34:42 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-05-18 17:34:42 -0700 |
| commit | 52fcdd013943954e4baa4542f78557da33bc646b (patch) | |
| tree | d1547dbf42f0f36877e57a0404f89c064b9b0607 /core/java/android/widget/Gallery.java | |
| parent | 52bfe0ff519a646b033306f90d0c4d2f605fb5bd (diff) | |
| parent | d2aed40a37f202cc2b88d77c44fa359bfbd10520 (diff) | |
Merge "Fix documentation" into jb-dev
Diffstat (limited to 'core/java/android/widget/Gallery.java')
| -rw-r--r-- | core/java/android/widget/Gallery.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/widget/Gallery.java b/core/java/android/widget/Gallery.java index 330548760d6f..e4e7239a5bfb 100644 --- a/core/java/android/widget/Gallery.java +++ b/core/java/android/widget/Gallery.java @@ -57,9 +57,9 @@ import com.android.internal.R; * @attr ref android.R.styleable#Gallery_spacing * @attr ref android.R.styleable#Gallery_gravity * - * @deprecated This widget is not longer supported. Other horizontally scrolling - * widgets include {@link HorizontalScrollView} and ViewPager from the support - * library. + * @deprecated This widget is no longer supported. Other horizontally scrolling + * widgets include {@link HorizontalScrollView} and {@link android.support.v4.view.ViewPager} + * from the support library. */ @Deprecated @Widget |
