summaryrefslogtreecommitdiffstats
path: root/res/layout-land/photo_module_content.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-land/photo_module_content.xml')
-rw-r--r--res/layout-land/photo_module_content.xml56
1 files changed, 56 insertions, 0 deletions
diff --git a/res/layout-land/photo_module_content.xml b/res/layout-land/photo_module_content.xml
new file mode 100644
index 000000000..2afcf4081
--- /dev/null
+++ b/res/layout-land/photo_module_content.xml
@@ -0,0 +1,56 @@
+<?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. -->
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/camera_app"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <include layout="@layout/preview_module_frame"/>
+
+ <FrameLayout
+ style="@style/CameraControls"
+ android:layout_gravity="center" >
+
+ <View
+ android:id="@+id/blocker"
+ android:layout_height="match_parent"
+ android:layout_width="@dimen/switcher_size"
+ android:background="@drawable/switcher_bg"
+ android:clickable="true"
+ android:layout_gravity="right" />
+
+ <include layout="@layout/menu_indicators"
+ android:layout_width="80dip"
+ android:layout_height="80dip"
+ android:layout_marginTop="-5dip"
+ android:layout_marginRight="-2dip"
+ android:layout_gravity="top|right"/>
+
+
+ <include layout="@layout/review_module_control"
+ android:layout_marginRight="2dip" />
+
+ <View
+ android:id="@+id/menu"
+ style="@style/SwitcherButton"
+ android:contentDescription="@string/accessibility_menu_button"
+ android:layout_gravity="right|top"
+ android:layout_marginRight="2dip" />
+
+ </FrameLayout>
+
+</FrameLayout>