summaryrefslogtreecommitdiffstats
path: root/res/layout/camera.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/camera.xml')
-rw-r--r--res/layout/camera.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/camera.xml b/res/layout/camera.xml
index 781ff9ce2..a71460066 100644
--- a/res/layout/camera.xml
+++ b/res/layout/camera.xml
@@ -32,4 +32,9 @@
android:layout_width="match_parent"
android:layout_height="match_parent" >
</com.android.camera.ui.CameraRootView>
+ <com.android.camera.ui.CameraRootView
+ android:id="@+id/camera_capture_root"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" >
+ </com.android.camera.ui.CameraRootView>
</FrameLayout>