diff options
Diffstat (limited to 'res/layout/video_camera.xml')
-rw-r--r-- | res/layout/video_camera.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |