summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAngus Kong <shkong@google.com>2011-09-15 08:16:16 +0800
committerAngus Kong <shkong@google.com>2011-09-15 08:47:53 +0800
commitfa959aede9b1fe9d510108e883a2f16cf28c9033 (patch)
tree29c00a6311e47d40c631a578853a2f43bbeef154 /res/values
parent48ccad73c132753904a08651ce04cdb27377ef28 (diff)
downloadLegacyCamera-fa959aede9b1fe9d510108e883a2f16cf28c9033.zip
LegacyCamera-fa959aede9b1fe9d510108e883a2f16cf28c9033.tar.gz
LegacyCamera-fa959aede9b1fe9d510108e883a2f16cf28c9033.tar.bz2
The panning indicator turns red when too fast.
bug:5244268 Change-Id: I095c5aec9583885e86960d0e446328ca86e3dcb9
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 fb18610..29ce09e 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -32,6 +32,7 @@
<color name="pano_progress_empty">#FF2E2E2E</color>
<color name="pano_progress_done">#FF33525E</color>
<color name="pano_progress_indication">#FF0099CC</color>
+ <color name="pano_progress_indication_fast">#FFFF2222</color>
<color name="mode_selection_border">#33B5E5</color>
<color name="mode_picker_background">#33000000</color>
</resources>