diff options
Diffstat (limited to 'res/layout-xlarge/video_camera.xml')
-rw-r--r-- | res/layout-xlarge/video_camera.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/res/layout-xlarge/video_camera.xml b/res/layout-xlarge/video_camera.xml index a0ae219..8c72cd9 100644 --- a/res/layout-xlarge/video_camera.xml +++ b/res/layout-xlarge/video_camera.xml @@ -14,14 +14,13 @@ limitations under the License. --> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" +<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:camera="http://schemas.android.com/apk/res/com.android.camera" - android:id="@+id/video_camera" + android:id="@+id/app_root" android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="match_parent"> - <include layout="@layout/review_thumbnail"/> - <include layout="@layout/preview_frame_video"/> <include layout="@layout/camera_control"/> -</LinearLayout> + <include layout="@layout/preview_frame_video"/> +</RelativeLayout> |