summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authornebkat <nebkat@teamhacksung.org>2011-12-31 13:53:23 +0300
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2011-12-31 13:53:23 +0300
commitae31c4334f9db944e9985af2a8ff025ba14fe9c6 (patch)
tree7fab830ceacf46c0be1e11ab8b71b5cc08ac3502 /res
parent9004399b6b96927e0cb1ee68a378be73f684af6c (diff)
parent291324116b7ac4d4348643d93e432c20768125ea (diff)
downloadandroid_packages_apps_Trebuchet-ae31c4334f9db944e9985af2a8ff025ba14fe9c6.tar.gz
android_packages_apps_Trebuchet-ae31c4334f9db944e9985af2a8ff025ba14fe9c6.tar.bz2
android_packages_apps_Trebuchet-ae31c4334f9db944e9985af2a8ff025ba14fe9c6.zip
Merge "Cleanup" into ics
Diffstat (limited to 'res')
-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" />