diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-08-15 19:10:44 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-08-15 19:24:48 +0800 |
commit | 41ecefdc167ca88d785e6a1d58b706cc7f03c2bd (patch) | |
tree | 5c45bee76141d844c5445f36efd40c56aa99b696 /res/layout | |
parent | 827192aefc4c75151dd389e1a1a5ebc8313d0164 (diff) | |
download | LegacyCamera-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.xml | 4 |
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" |