diff options
| author | Romain Guy <romainguy@google.com> | 2012-05-18 17:40:37 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2012-05-18 17:40:37 -0700 |
| commit | 86ed8bfa5e9f5ed92570db7bc2011074464f86eb (patch) | |
| tree | 0f79f4789be6c9ebade648560991e4c976809455 /core/java/android/widget/Gallery.java | |
| parent | ed4b91f2e7c6cbbb1704c64eb17849af5c81f37f (diff) | |
| parent | 52fcdd013943954e4baa4542f78557da33bc646b (diff) | |
am 52fcdd01: Merge "Fix documentation" into jb-dev
* commit '52fcdd013943954e4baa4542f78557da33bc646b':
Fix documentation
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 a958d15c858c..72e429c8f336 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 |
