summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-06-23 13:04:10 -0700
committerWinson Chung <winsonc@google.com>2011-06-23 16:08:54 -0700
commit4e076545e4ccdbd3c045a3fa33869a2b7519a0cc (patch)
treed3b4cead2ddfb3cf594bda719e2ed5115ddfb41f /res/values/attrs.xml
parent845149a05acbe2ca629d9e4f8ef7e84128de1162 (diff)
downloadandroid_packages_apps_Trebuchet-4e076545e4ccdbd3c045a3fa33869a2b7519a0cc.tar.gz
android_packages_apps_Trebuchet-4e076545e4ccdbd3c045a3fa33869a2b7519a0cc.tar.bz2
android_packages_apps_Trebuchet-4e076545e4ccdbd3c045a3fa33869a2b7519a0cc.zip
Cleaning up dead code.
Change-Id: I922e20b41d19ca9936c75277ba7c58a291d297fa
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index ec35ca56d..55518dfae 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -114,24 +114,6 @@
<attr name="widgetCountY" format="integer" />
</declare-styleable>
- <!-- CustomizePagedView specific attributes. These attributes are used to customize
- a CustomizePagedView view in XML files. -->
- <declare-styleable name="CustomizePagedView">
- <!-- The cell span of an item in the wallpapers tab -->
- <attr name="wallpaperCellSpanX" format="integer" />
- <!-- The max cell span of all items in a particular wallpaper tab page -->
- <attr name="wallpaperCellCountX" format="integer" />
- <!-- The number of horizontal cells for the widget tab -->
- <attr name="widgetCellCountX" format="integer" />
- </declare-styleable>
-
- <!-- DeleteZone specific attributes. These attributes are used to customize
- a DeleteZone view in XML files. -->
- <declare-styleable name="DeleteZone">
- <!-- Orientation of the delete zone. -->
- <attr name="direction" />
- </declare-styleable>
-
<!-- HandleView specific attributes. These attributes are used to customize
a HandleView view in XML files. -->
<declare-styleable name="HandleView">