summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@google.com>2009-10-29 19:29:21 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-10-29 19:29:21 -0700
commit4ff2af0c07476f17d255481d0d23b81041e7f575 (patch)
treee4e9de546e2ea0a592ed6e16f7b0c7f76c209b45 /res/values/colors.xml
parent7f9c12c59a47f39e3aa00273920414f73edcb952 (diff)
parentd7967c599e0d5b9ddb992b5f9836582d402a8671 (diff)
downloadandroid_packages_wallpapers_LivePicker-4ff2af0c07476f17d255481d0d23b81041e7f575.tar.gz
android_packages_wallpapers_LivePicker-4ff2af0c07476f17d255481d0d23b81041e7f575.tar.bz2
android_packages_wallpapers_LivePicker-4ff2af0c07476f17d255481d0d23b81041e7f575.zip
am d7967c59: Improving Live Wallpaper picker UI.
Merge commit 'd7967c599e0d5b9ddb992b5f9836582d402a8671' into eclair-mr2 * commit 'd7967c599e0d5b9ddb992b5f9836582d402a8671': Improving Live Wallpaper picker UI.
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
new file mode 100644
index 0000000..90d633a
--- /dev/null
+++ b/res/values/colors.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+* copyright (c) 2008 the android open source project
+*
+* licensed under the apache license, version 2.0 (the "license");
+* you may not use this file except in compliance with the license.
+* you may obtain a copy of the license at
+*
+* http://www.apache.org/licenses/license-2.0
+*
+* unless required by applicable law or agreed to in writing, software
+* distributed under the license is distributed on an "as is" basis,
+* without warranties or conditions of any kind, either express or implied.
+* see the license for the specific language governing permissions and
+* limitations under the license.
+*/
+-->
+
+<resources>
+ <color name="bubble_dark_background">#B2191919</color>
+</resources>
+