diff options
author | Angus Kong <shkong@google.com> | 2011-09-15 08:16:16 +0800 |
---|---|---|
committer | Angus Kong <shkong@google.com> | 2011-09-15 08:47:53 +0800 |
commit | fa959aede9b1fe9d510108e883a2f16cf28c9033 (patch) | |
tree | 29c00a6311e47d40c631a578853a2f43bbeef154 /res/values | |
parent | 48ccad73c132753904a08651ce04cdb27377ef28 (diff) | |
download | LegacyCamera-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.xml | 1 |
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> |