summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorBjorn Bringert <bringert@google.com>2013-06-06 12:59:00 +0100
committerBjorn Bringert <bringert@google.com>2013-06-06 12:59:00 +0100
commitf3e92c94488bb35d49f9ffb0bfffc9ba26292c46 (patch)
tree6e1246fd9f58ab2bb5f645610f7f99ba72bf8daa /res/values/attrs.xml
parent325dc23624160689e59fbac708cf6f222b20d025 (diff)
downloadandroid_packages_apps_Trebuchet-f3e92c94488bb35d49f9ffb0bfffc9ba26292c46.tar.gz
android_packages_apps_Trebuchet-f3e92c94488bb35d49f9ffb0bfffc9ba26292c46.tar.bz2
android_packages_apps_Trebuchet-f3e92c94488bb35d49f9ffb0bfffc9ba26292c46.zip
Delete unused class HandleView
Change-Id: I775d34a2c0a755994a6e1bfe6127fed4ddcda0b7
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index c76a6a5c4..0c37e3ce9 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -17,15 +17,6 @@
-->
<resources>
- <!-- Orientation of a widget. -->
- <attr name="direction">
- <!-- Vertical widget. -->
- <enum name="vertical" value="0" />
- <!-- Horizontal widget. -->
- <enum name="horizontal" value="1" />
- </attr>
-
- <skip />
<!-- DrawableStateProxyView specific attributes. These attributes are used to customize
a DrawableStateProxyView view in XML files. -->
@@ -132,13 +123,6 @@
<attr name="clingFocusedY" format="integer" />
</declare-styleable>
- <!-- HandleView specific attributes. These attributes are used to customize
- a HandleView view in XML files. -->
- <declare-styleable name="HandleView">
- <!-- Orientation of the handle. -->
- <attr name="direction" />
- </declare-styleable>
-
<!-- XML attributes used by default_workspace.xml -->
<declare-styleable name="Favorite">
<attr name="className" format="string" />