summaryrefslogtreecommitdiff
path: root/core/java/android/widget/Gallery.java
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2012-05-18 17:40:37 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-05-18 17:40:37 -0700
commit86ed8bfa5e9f5ed92570db7bc2011074464f86eb (patch)
tree0f79f4789be6c9ebade648560991e4c976809455 /core/java/android/widget/Gallery.java
parented4b91f2e7c6cbbb1704c64eb17849af5c81f37f (diff)
parent52fcdd013943954e4baa4542f78557da33bc646b (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.java6
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