summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2013-11-14 20:30:33 -0800
committerDoris Liu <tianliu@google.com>2013-11-15 10:26:19 -0800
commit70576b611fddc929abbfb466fa44c396a3a793db (patch)
tree2ff528ee1aad3cd60ffc49f0159b82fa0a0c2567 /res/values
parentd7b8cb57ecbd8776c858b98ca9d1aeed3f22da88 (diff)
downloadandroid_packages_apps_Camera2-70576b611fddc929abbfb466fa44c396a3a793db.tar.gz
android_packages_apps_Camera2-70576b611fddc929abbfb466fa44c396a3a793db.tar.bz2
android_packages_apps_Camera2-70576b611fddc929abbfb466fa44c396a3a793db.zip
Dim the background of mode switcher as swiping in
Also updated comments, and hooked up shimmy. Bug: 11514368 Change-Id: I4055195dc8309ed78be9a04bdfcffd714257cb10
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 5ff6c2925..faaae3fd0 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -74,6 +74,7 @@
<color name="mode_selector_text_color">#6d6d6d</color>
<color name="mode_selector_background_light">#f5f5f5</color>
<color name="mode_selector_background_dark">#e7e7e7</color>
+ <color name="mode_list_background">#00000000</color>
<color name="camera_mode_color">#547dbe</color>
<color name="video_mode_color">#e57368</color>