summaryrefslogtreecommitdiffstats
path: root/res/layout
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/layout
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/layout')
-rw-r--r--res/layout/camera.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/camera.xml b/res/layout/camera.xml
index 121dc0fbc..860376ea0 100644
--- a/res/layout/camera.xml
+++ b/res/layout/camera.xml
@@ -26,8 +26,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
- <com.android.camera.ui.FocusOverlay
- android:id="@+id/focus_overlay"
+ <com.android.camera.ui.focus.FocusRingView
+ android:id="@+id/focus_ring"
android:layout_width="match_parent"
android:layout_height="match_parent" />