summaryrefslogtreecommitdiff
path: root/core/java/android/widget/Gallery.java
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2012-05-18 16:46:24 -0700
committerRomain Guy <romainguy@google.com>2012-05-18 17:09:53 -0700
commit5a418c771db08b1660095dfb712d2f159f700968 (patch)
tree1f8b5bfad063c439d2295be0151648ddee709b48 /core/java/android/widget/Gallery.java
parentdddcd22b7ea56b1d3e31f2bbc35c80cb047de879 (diff)
Gallery, we need to talk...
Change-Id: Ie4b62df03c27161565d303d11447e3d7ff3115c4
Diffstat (limited to 'core/java/android/widget/Gallery.java')
-rw-r--r--core/java/android/widget/Gallery.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/java/android/widget/Gallery.java b/core/java/android/widget/Gallery.java
index 6658fc20edf6..330548760d6f 100644
--- a/core/java/android/widget/Gallery.java
+++ b/core/java/android/widget/Gallery.java
@@ -56,7 +56,12 @@ import com.android.internal.R;
* @attr ref android.R.styleable#Gallery_animationDuration
* @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
@Widget
public class Gallery extends AbsSpinner implements GestureDetector.OnGestureListener {