summaryrefslogtreecommitdiffstats
path: root/res/layout/capture_module.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/capture_module.xml')
-rw-r--r--res/layout/capture_module.xml32
1 files changed, 13 insertions, 19 deletions
diff --git a/res/layout/capture_module.xml b/res/layout/capture_module.xml
index d52a8fa5b..4ba1818fc 100644
--- a/res/layout/capture_module.xml
+++ b/res/layout/capture_module.xml
@@ -50,28 +50,22 @@
android:layout_height="match_parent"
android:background="@android:color/black" />
- <FrameLayout
+ <com.android.camera.ui.focus.FocusRingView
+ android:id="@+id/focus_ring"
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"
- android:layout_height="match_parent"
- android:visibility="gone"/>
-
- <com.android.camera.ui.focus.FocusRingView
- android:id="@+id/focus_ring"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
+ android:layout_height="match_parent" />
- <com.android.camera.ui.CaptureAnimationOverlay
- android:id="@+id/capture_overlay"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:visibility="gone" />
+ <com.android.camera.ui.CaptureAnimationOverlay
+ android:id="@+id/capture_overlay"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:visibility="gone" />
- </FrameLayout>
+ <com.android.camera.ui.Camera2FaceView
+ android:id="@+id/face_view"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:visibility="gone"/>
<com.android.camera.ui.RenderOverlay
android:id="@+id/render_overlay"