diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-08-15 04:34:23 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-08-15 04:34:23 -0700 |
commit | fbfd6d187b46cab35be980c586962d027e4a2409 (patch) | |
tree | 49bfb0bbd1be9652b5e99408437a22d19181349b /res/layout | |
parent | a24cd1882d1fc4cd10c681ffb88360c1f2f41842 (diff) | |
parent | 41ecefdc167ca88d785e6a1d58b706cc7f03c2bd (diff) | |
download | LegacyCamera-fbfd6d187b46cab35be980c586962d027e4a2409.zip LegacyCamera-fbfd6d187b46cab35be980c586962d027e4a2409.tar.gz LegacyCamera-fbfd6d187b46cab35be980c586962d027e4a2409.tar.bz2 |
Merge "Draw all the faces on one face view."
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" |