summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2011-08-15 19:10:44 +0800
committerWu-cheng Li <wuchengli@google.com>2011-08-15 19:24:48 +0800
commit41ecefdc167ca88d785e6a1d58b706cc7f03c2bd (patch)
tree5c45bee76141d844c5445f36efd40c56aa99b696 /res/layout
parent827192aefc4c75151dd389e1a1a5ebc8313d0164 (diff)
downloadLegacyCamera-41ecefdc167ca88d785e6a1d58b706cc7f03c2bd.zip
LegacyCamera-41ecefdc167ca88d785e6a1d58b706cc7f03c2bd.tar.gz
LegacyCamera-41ecefdc167ca88d785e6a1d58b706cc7f03c2bd.tar.bz2
Draw all the faces on one face view.
bug:4460717 Change-Id: I29b676a95d8fc7b22b359508e1886fba513ba493
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/preview_frame.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/layout/preview_frame.xml b/res/layout/preview_frame.xml
index 6f1dafd..f65f197 100644
--- a/res/layout/preview_frame.xml
+++ b/res/layout/preview_frame.xml
@@ -31,6 +31,10 @@
<SurfaceView android:id="@+id/camera_preview"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
+ <com.android.camera.ui.FaceView android:id="@+id/face_view"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:visibility="gone"/>
<com.android.camera.ui.FocusRectangle android:id="@+id/focus_rectangle"
android:layout_width="120dp"
android:layout_height="120dp"