| <?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_centerHorizontal="true" > |
| |
| <View |
| android:id="@+id/blocker" |
| android:layout_width="match_parent" |
| android:layout_height="@dimen/switcher_size" |
| android:background="@drawable/switcher_bg" |
| android:clickable="true" |
| android:layout_alignParentBottom="true" /> |
| |
| <include layout="@layout/menu_indicators" |
| android:layout_width="80dip" |
| android:layout_height="80dip" |
| android:layout_marginRight="-5dip" |
| android:layout_marginBottom="-2dip" |
| android:layout_alignParentBottom="true" |
| android:layout_alignParentRight="true" /> |
| |
| <include layout="@layout/bg_replacement_training_message"/> |
| |
| <include layout="@layout/review_module_control" |
| android:layout_marginBottom="2dip" /> |
| |
| <View |
| android:id="@+id/menu" |
| style="@style/SwitcherButton" |
| android:contentDescription="@string/accessibility_menu_button" |
| android:layout_alignParentBottom="true" |
| android:layout_alignParentRight="true" |
| android:layout_marginBottom="2dip" /> |
| |
| </RelativeLayout> |
| |
| </RelativeLayout> |