summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/res/res/values/attrs.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml
index f6716ea..20d1eb3 100644
--- a/core/res/res/values/attrs.xml
+++ b/core/res/res/values/attrs.xml
@@ -1315,10 +1315,6 @@
(typically, your Activity). -->
<attr name="onClick" format="string" />
- <!-- Defines overscrolling behavior. This property is used only if the
- View is scrollable. Overscrolling is the ability for the user to
- scroll a View beyond its content boundaries into empty space.
- @hide -->
<attr name="overscrollMode">
<!-- Always allow the user to overscroll the content. -->
<enum name="always" value="0" />
@@ -1761,9 +1757,7 @@
<!-- When set to false, the ListView will not draw the divider before each footer view.
The default value is true. -->
<attr name="footerDividersEnabled" format="boolean" />
- <!-- Drawable to draw above list content. @hide -->
<attr name="overscrollHeader" format="reference|color" />
- <!-- Drawable to draw below list content. @hide -->
<attr name="overscrollFooter" format="reference|color" />
</declare-styleable>
<declare-styleable name="MenuView">