diff options
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" |