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