summaryrefslogtreecommitdiffstats
path: root/res/layout/capture_module.xml
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-08-04 12:50:34 -0700
committerSteve Kondik <steve@cyngn.com>2016-08-21 18:46:32 -0700
commite3d36c451e9e66c7786c169248c3a8aa06b67de7 (patch)
tree1d1fdc563297db51c912203c40ec29a731ae14bc /res/layout/capture_module.xml
parent9fc9fd41865ae855b5d8bb925b8100a16aa63c3b (diff)
downloadandroid_packages_apps_Snap-e3d36c451e9e66c7786c169248c3a8aa06b67de7.tar.gz
android_packages_apps_Snap-e3d36c451e9e66c7786c169248c3a8aa06b67de7.tar.bz2
android_packages_apps_Snap-e3d36c451e9e66c7786c169248c3a8aa06b67de7.zip
camera2: Fix merge issues
Change-Id: I9b55bcaaa03e598e57325f45e80ee8493029edf1
Diffstat (limited to 'res/layout/capture_module.xml')
-rw-r--r--res/layout/capture_module.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/layout/capture_module.xml b/res/layout/capture_module.xml
index 07594cef3..26ac8617d 100644
--- a/res/layout/capture_module.xml
+++ b/res/layout/capture_module.xml
@@ -55,6 +55,16 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
+ <com.android.camera.ui.focus.FocusRingView
+ android:id="@+id/focus_ring"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
+ </FrameLayout>
+
+ <FrameLayout
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
<com.android.camera.ui.Camera2FaceView
android:id="@+id/face_view"
android:layout_width="match_parent"