summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/camera.xml1
-rw-r--r--res/layout/video_camera.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/camera.xml b/res/layout/camera.xml
index 94613e7..772106b 100644
--- a/res/layout/camera.xml
+++ b/res/layout/camera.xml
@@ -24,6 +24,7 @@
<com.android.camera.PreviewFrameLayout android:id="@+id/frame_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:layout_marginLeft="2dp"
android:layout_weight="1">
<FrameLayout android:id="@+id/frame"
android:layout_width="match_parent"
diff --git a/res/layout/video_camera.xml b/res/layout/video_camera.xml
index ccfd0bf..ea4cf51 100644
--- a/res/layout/video_camera.xml
+++ b/res/layout/video_camera.xml
@@ -24,6 +24,7 @@
<com.android.camera.PreviewFrameLayout android:id="@+id/frame_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:layout_marginLeft="2dip"
android:layout_weight="1">
<FrameLayout android:id="@+id/frame"
android:layout_width="match_parent"