summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-08-23 13:05:53 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-08-24 17:12:44 -0700
commit26067cb4727abc0b04c6283302ca0b83131d7cf1 (patch)
tree2461a54a76e61dc5c7f061c3f9dc1cbac81482d2 /res/values/colors.xml
parente6086fb7794e1b757e856f4f94f0f9a09bff5c68 (diff)
downloadandroid_packages_apps_Snap-26067cb4727abc0b04c6283302ca0b83131d7cf1.tar.gz
android_packages_apps_Snap-26067cb4727abc0b04c6283302ca0b83131d7cf1.tar.bz2
android_packages_apps_Snap-26067cb4727abc0b04c6283302ca0b83131d7cf1.zip
Ongoing reskin of Gallery app
Bug: 7050303 Moved the majority of color settings from hardcoded to colors.xml in order to allow rapid iteration with UX input. Started changing some colors and layouts to reflect latest UX mocks. Change-Id: I300338e9f75c71f3ed3f36140d16e893387f3184
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
new file mode 100644
index 000000000..96db24368
--- /dev/null
+++ b/res/values/colors.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 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="default_background">#FF000000</color>
+
+ <!-- configuration for album set page -->
+ <color name="albumset_background">#FF000000</color>
+ <color name="albumset_placeholder">#FFDDDDDD</color>
+ <color name="albumset_label_background">#FFCCCCCC</color>
+ <color name="albumset_label_title">#FF000000</color>
+ <color name="albumset_label_count">#80000000</color>
+
+ <!-- configuration for album page -->
+ <color name="album_background">#FF000000</color>
+ <color name="album_placeholder">#FFDDDDDD</color>
+
+ <!-- configuration for photo page -->
+ <color name="photo_background">#FF000000</color>
+ <color name="photo_placeholder">#FF222222</color>
+
+ <!-- configuration for manage cache page -->
+ <color name="cache_background">#FF000000</color>
+ <color name="cache_placeholder">#FFDDDDDD</color>
+
+ <color name="bitmap_screennail_placeholder">#FF222222</color>
+
+ <color name="slideshow_background">#FF000000</color>
+</resources>