summaryrefslogtreecommitdiffstats
path: root/res/layout-land/video_module.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-land/video_module.xml')
-rw-r--r--res/layout-land/video_module.xml58
1 files changed, 58 insertions, 0 deletions
diff --git a/res/layout-land/video_module.xml b/res/layout-land/video_module.xml
new file mode 100644
index 000000000..8dcdc848c
--- /dev/null
+++ b/res/layout-land/video_module.xml
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- This layout is shared by phone and tablet in landscape orientation. -->
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/camera_app_root"
+ android:layout_height="match_parent"
+ android:layout_width="match_parent">
+ <include layout="@layout/preview_module_frame_video"/>
+
+ <RelativeLayout
+ style="@style/CameraControls"
+ android:layout_centerVertical="true" >
+
+ <View
+ android:id="@+id/blocker"
+ android:layout_width="@dimen/switcher_size"
+ android:layout_height="match_parent"
+ android:background="@drawable/switcher_bg"
+ android:layout_alignParentRight="true"
+ android:clickable="true" />
+
+ <include layout="@layout/menu_indicators"
+ android:layout_width="80dip"
+ android:layout_height="80dip"
+ android:layout_alignParentRight="true"
+ android:layout_alignParentTop="true"
+ android:layout_marginRight="-2dip"
+ android:layout_marginTop="-5dip" />
+
+ <include layout="@layout/bg_replacement_training_message" />
+
+ <include layout="@layout/review_module_control"
+ android:layout_marginRight="2dip" />
+
+ <View
+ android:id="@+id/menu"
+ style="@style/SwitcherButton"
+ android:layout_alignParentRight="true"
+ android:layout_alignParentTop="true"
+ android:layout_marginRight="2dip"
+ android:contentDescription="@string/accessibility_menu_button" />
+
+ </RelativeLayout>
+
+</RelativeLayout>