diff options
Diffstat (limited to 'res/layout/video_camera.xml')
-rw-r--r-- | res/layout/video_camera.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/video_camera.xml b/res/layout/video_camera.xml index 8130971..00a990d 100644 --- a/res/layout/video_camera.xml +++ b/res/layout/video_camera.xml @@ -25,7 +25,7 @@ android:layout_height="match_parent" android:layout_marginLeft="2dip" android:layout_weight="1"> - <FrameLayout android:id="@+id/frame" + <RelativeLayout android:id="@+id/frame" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/border_view_finder"> @@ -50,6 +50,6 @@ android:layout_marginLeft="17dp" android:paddingRight="2dp" android:visibility="gone" /> - </FrameLayout> + </RelativeLayout> </com.android.camera.PreviewFrameLayout> </LinearLayout> |