summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authornebkat <nebkat@teamhacksung.org>2012-12-25 15:33:18 +0000
committernebkat <nebkat@teamhacksung.org>2012-12-26 13:37:21 +0000
commit10a574501d4f4426ab5cec0a613b60d1d0baed44 (patch)
tree9f8718ecf66b46193d5eee04a947faf562318a73 /res/values
parentb79406c0a85568dbc9150bbdb5339405b924f1fb (diff)
downloadandroid_packages_apps_Trebuchet-10a574501d4f4426ab5cec0a613b60d1d0baed44.tar.gz
android_packages_apps_Trebuchet-10a574501d4f4426ab5cec0a613b60d1d0baed44.tar.bz2
android_packages_apps_Trebuchet-10a574501d4f4426ab5cec0a613b60d1d0baed44.zip
Cleanup
Change-Id: Ied69f285305dbc3e1bf62676f23c47d6c6969e0a
Diffstat (limited to 'res/values')
-rw-r--r--res/values/attrs.xml20
-rw-r--r--res/values/config.xml4
-rw-r--r--res/values/strings.xml4
3 files changed, 15 insertions, 13 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 981897dad..a8f0d21d0 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -130,13 +130,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" />
@@ -183,4 +176,17 @@
<attr name="pickerTitle1" format="string" />
<attr name="pickerTitle2" format="string" />
</declare-styleable>
+
+ <declare-styleable name="EcoGallery">
+ <attr name="gravity" format="integer" />
+ <attr name="animationDuration" format="integer" />
+ <attr name="unselectedAlpha" format="float" />
+ <attr name="spacing" format="dimension" />
+ </declare-styleable>
+ <attr name="ecoGalleryStyle" format="reference" />
+
+ <declare-styleable name="CustomAbsSpinner">
+ <attr name="entries" format="reference" />
+ </declare-styleable>
+ <attr name="customAbsSpinnerStyle" format="reference" />
</resources>
diff --git a/res/values/config.xml b/res/values/config.xml
index 91fec675e..86d29242d 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -35,10 +35,6 @@
AppsCustomize (y / x * 100%) -->
<integer name="config_appsCustomizeDragSlopeThreshold">150</integer>
- <!-- Batch loading for loading in LauncherModel -->
- <integer name="config_allAppsBatchLoadDelay">0</integer>
- <integer name="config_allAppsBatchSize">0</integer>
-
<!-- Workspace -->
<!-- Whether or not the drop targets drop down as opposed to fade in -->
<bool name="config_useDropTargetDownTransition">true</bool>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 849b96413..37a97a079 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -23,9 +23,9 @@
<!-- Application name -->
<string name="application_name" translatable="false">Trebuchet</string>
<!-- Application copyright -->
- <string name="application_copyright">Copyright \u00A9 CyanogenMod 2012</string>
+ <string name="application_copyright">Copyright \u00A9 CyanogenMod 2013</string>
<!-- Application version -->
- <string name="application_version">0.2</string>
+ <string name="application_version">1.0</string>
<!-- Accessibility-facing application name -->
<string name="home">Home</string>
<!-- Name for all applications running as this uid. -->