summaryrefslogtreecommitdiffstats
path: root/res/layout-port/camera_controls.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-port/camera_controls.xml')
-rw-r--r--res/layout-port/camera_controls.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout-port/camera_controls.xml b/res/layout-port/camera_controls.xml
index 77a19e9e6..4ed9e63c3 100644
--- a/res/layout-port/camera_controls.xml
+++ b/res/layout-port/camera_controls.xml
@@ -58,4 +58,11 @@
android:scaleType="center"
android:src="@drawable/btn_new_shutter" />
+ <View
+ android:id="@+id/preview_thumb"
+ android:visibility="invisible"
+ android:layout_width="@dimen/capture_size"
+ android:layout_height="@dimen/capture_size"
+ android:layout_gravity="top|right" />
+
</com.android.camera.ui.CameraControls> \ No newline at end of file