summaryrefslogtreecommitdiffstats
path: root/src/com/cyngn/eleven/widgets/AlphaTouchInterceptorOverlay.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/cyngn/eleven/widgets/AlphaTouchInterceptorOverlay.java')
-rw-r--r--src/com/cyngn/eleven/widgets/AlphaTouchInterceptorOverlay.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/cyngn/eleven/widgets/AlphaTouchInterceptorOverlay.java b/src/com/cyngn/eleven/widgets/AlphaTouchInterceptorOverlay.java
index b8c564f..d3c0a9e 100644
--- a/src/com/cyngn/eleven/widgets/AlphaTouchInterceptorOverlay.java
+++ b/src/com/cyngn/eleven/widgets/AlphaTouchInterceptorOverlay.java
@@ -21,8 +21,7 @@ import android.widget.FrameLayout;
* clicks are intercepted and passed to a listener. Also supports an alpha layer
* to dim the content underneath. By default, the alpha layer is the same View
* as the touch-interceptor layer. However, for some use-cases, you want a few
- * Views to not be dimmed, but still have touches intercepted (for example,
- * {@link CarouselTab}'s label appears above the alpha layer). In this case, you
+ * Views to not be dimmed, but still have touches intercepted. In this case, you
* can specify the View to use as the alpha layer via setAlphaLayer(); in this
* case you are responsible for managing the z-order of the alpha-layer with
* respect to your other sub-views. Typically, you would not use this class