summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 4a3c246..29045ec 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -16,27 +16,6 @@
-->
<resources>
- <!-- Attributes for Sliding Panel -->
- <declare-styleable name="SlidingUpPanelLayout">
- <attr name="collapsedHeight" format="dimension" />
- <attr name="shadowHeight" format="dimension" />
- <attr name="fadeColor" format="color" />
- <attr name="flingVelocity" format="integer" />
- <attr name="dragView" format="reference" />
- <attr name="startExpanded" format="boolean" />
- <attr name="anchorPoint" format="float" />
- <attr name="parallaxDistance" format="dimension" />
- </declare-styleable>
-
- <!-- Attributes for Drawer List -->
- <declare-styleable name="DrawerItem">
- <attr name="id" format="reference" />
- <attr name="title" format="string" />
- <attr name="icon" format="reference" />
- <attr name="fragmentName" format="string" />
- <attr name="component" format="string" />
- </declare-styleable>
-
<declare-styleable name="ComponentSelector">
<attr name="itemsPerPage" format="integer"/>
</declare-styleable>