summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authornebkat <nebkat@teamhacksung.org>2011-12-30 14:05:22 +0000
committernebkat <nebkat@teamhacksung.org>2011-12-30 14:05:22 +0000
commit291324116b7ac4d4348643d93e432c20768125ea (patch)
tree8c2580d8f9cfce4f37adbb654997e52ec22489af /res/values
parent51480b8f3978c2c464c493ba39caec840228786c (diff)
downloadandroid_packages_apps_Trebuchet-291324116b7ac4d4348643d93e432c20768125ea.tar.gz
android_packages_apps_Trebuchet-291324116b7ac4d4348643d93e432c20768125ea.tar.bz2
android_packages_apps_Trebuchet-291324116b7ac4d4348643d93e432c20768125ea.zip
Cleanup
Change-Id: I24b6971f1ab1f26f5295d4a5647e8fb08fe558f7
Diffstat (limited to 'res/values')
-rw-r--r--res/values/attrs.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 6ee34b184..252d04be2 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -17,16 +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 />
-
<!-- Cling specific attributes. These attributes are used to customize
the cling in XML files. -->
<declare-styleable name="Cling">
@@ -68,16 +58,6 @@
<attr name="maxGap" format="dimension" />
</declare-styleable>
- <!-- StrokedTextView specific attributes. -->
- <declare-styleable name="StrokedTextView">
- <!-- The color of the stroke outline -->
- <attr name="strokeColor" format="color" />
- <!-- The color of the text -->
- <attr name="strokeTextColor" format="color" />
- <!-- The width of the stroke -->
- <attr name="strokeWidth" format="float" />
- </declare-styleable>
-
<!-- HolographicLinearLayout specific attributes. -->
<declare-styleable name="HolographicLinearLayout">
<!-- The source view to generate and apply the drawable states to/from -->
@@ -141,13 +121,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" />