summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorPaul Rohde <codelogic@google.com>2014-12-05 12:17:15 -0800
committerPaul Rohde <codelogic@google.com>2014-12-17 10:46:54 -0800
commit987ee64612e2510004fdf08536746c87234d01c1 (patch)
tree453d22c3c2548eecaa9e23c2a6e0bcbe1482b949 /res/values/colors.xml
parentb79279f49e365cc6da75c1bc44b4c786036d0aa7 (diff)
downloadandroid_packages_apps_Camera2-987ee64612e2510004fdf08536746c87234d01c1.tar.gz
android_packages_apps_Camera2-987ee64612e2510004fdf08536746c87234d01c1.tar.bz2
android_packages_apps_Camera2-987ee64612e2510004fdf08536746c87234d01c1.zip
Drop new focus indicator into Camera2.
* Create a new custom focus view that interacts with physical lens diopter changes. * Replace all occurances of the old focus indicator with the new one. Change-Id: Ia02646ce4d1eb059ecb8a1dfccc15dfc9c167e1b
Diffstat (limited to 'res/values/colors.xml')
-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 2eee2ac82..3fc3131c9 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -66,6 +66,7 @@
<color name="bright_foreground_disabled_holo_dark">#ff4c4c4c</color>
<color name="bright_foreground_holo_dark">#fff3f3f3</color>
<color name="face_detect_start">#ffffff00</color>
+ <color name="focus_color">#ffffffff</color>
<color name="focus_debug">#90ffffff</color>
<color name="focus_debug_text">#b0ffffff</color>
<color name="focus_debug_success">#9000ff00</color>