summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorAndy Huibers <andyhuibers@google.com>2014-09-06 20:44:25 -0700
committerAndy Huibers <andyhuibers@google.com>2014-09-08 12:33:56 -0700
commitca3c564536f154b83e380e37382bc7b9f6049302 (patch)
tree3ff0b2538aa7a52e7e6ddce5f8d7910c2cbecd67 /res/values/colors.xml
parent13d07d0ecb3bc808fb6f5b65508b1948ab3149d8 (diff)
downloadandroid_packages_apps_Camera2-ca3c564536f154b83e380e37382bc7b9f6049302.tar.gz
android_packages_apps_Camera2-ca3c564536f154b83e380e37382bc7b9f6049302.tar.bz2
android_packages_apps_Camera2-ca3c564536f154b83e380e37382bc7b9f6049302.zip
In debug_ui mode, show CAF result state, length of AF scan, fps, for camera2 API.
Bug: 17397777 Bug: 17028594 Bug: 17391241 Change-Id: Id5a7fe748f988755cb2d786a2103e375eb97b08f
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 4c3069508..474809989 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -67,7 +67,7 @@
<color name="bright_foreground_holo_dark">#fff3f3f3</color>
<color name="face_detect_start">#ffffff00</color>
<color name="focus_debug">#90ffffff</color>
- <color name="focus_debug_light">#50ffffff</color>
+ <color name="focus_debug_text">#b0ffffff</color>
<color name="focus_debug_success">#9000ff00</color>
<color name="focus_debug_fail">#90ff0000</color>
<color name="gray">#FFAAAAAA</color>