diff options
-rw-r--r-- | res/layout-xlarge/preview_frame.xml | 3 | ||||
-rw-r--r-- | res/layout-xlarge/preview_frame_video.xml | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/res/layout-xlarge/preview_frame.xml b/res/layout-xlarge/preview_frame.xml index d282ced..416fa15 100644 --- a/res/layout-xlarge/preview_frame.xml +++ b/res/layout-xlarge/preview_frame.xml @@ -22,8 +22,7 @@ android:layout_weight="1"> <RelativeLayout android:id="@+id/frame" android:layout_width="match_parent" - android:layout_height="match_parent" - android:background="@drawable/border_view_finder"> + android:layout_height="match_parent"> <SurfaceView android:id="@+id/camera_preview" android:layout_width="match_parent" android:layout_height="match_parent"/> diff --git a/res/layout-xlarge/preview_frame_video.xml b/res/layout-xlarge/preview_frame_video.xml index effc116..db44788 100644 --- a/res/layout-xlarge/preview_frame_video.xml +++ b/res/layout-xlarge/preview_frame_video.xml @@ -22,8 +22,7 @@ android:layout_weight="1"> <RelativeLayout android:id="@+id/frame" android:layout_width="match_parent" - android:layout_height="match_parent" - android:background="@drawable/border_view_finder"> + android:layout_height="match_parent"> <SurfaceView android:id="@+id/camera_preview" android:layout_width="match_parent" android:layout_height="match_parent"/> |