| <?xml version="1.0" encoding="utf-8"?> | 
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | 
|     xmlns:tools="http://schemas.android.com/tools" | 
|     android:layout_width="match_parent" | 
|     android:layout_height="match_parent" | 
|     android:background="#000000" | 
|     android:orientation="vertical"> | 
|   | 
|     <LinearLayout | 
|         android:id="@+id/linerbarlivedetectmodel" | 
|         android:layout_width="match_parent" | 
|         android:layout_height="56dp" | 
|         android:gravity="center_horizontal" | 
|         android:orientation="horizontal" | 
|         android:visibility="visible"> | 
|   | 
|         <RelativeLayout | 
|             android:layout_width="match_parent" | 
|             android:layout_height="56dp"> | 
|   | 
|             <LinearLayout | 
|                 android:layout_width="wrap_content" | 
|                 android:layout_height="match_parent" | 
|                 android:gravity="center_vertical" | 
|                 android:orientation="vertical"> | 
|   | 
|                 <ImageView | 
|                     android:id="@+id/fls_save" | 
|                     android:layout_width="30dp" | 
|                     android:layout_height="30dp" | 
|                     android:layout_marginLeft="30dp" | 
|                     android:scaleType="centerInside" | 
|                     android:src="@mipmap/ic_return" /> | 
|             </LinearLayout> | 
|   | 
|             <TextView | 
|                 android:layout_width="match_parent" | 
|                 android:layout_height="match_parent" | 
|                 android:gravity="center" | 
|                 android:text="镜头选择" | 
|                 android:textColor="@color/white" | 
|                 android:textSize="25sp" /> | 
|         </RelativeLayout> | 
|   | 
|     </LinearLayout> | 
|   | 
|     <View | 
|         android:layout_width="match_parent" | 
|         android:layout_height="0.3dp" | 
|         android:background="#333333"></View> | 
|   | 
|     <ScrollView | 
|         android:layout_width="match_parent" | 
|         android:layout_height="wrap_content"> | 
|   | 
|         <LinearLayout | 
|             android:layout_width="match_parent" | 
|             android:layout_height="match_parent" | 
|             android:orientation="vertical"> | 
|   | 
|             <LinearLayout | 
|                 android:id="@+id/linercameratype" | 
|                 android:layout_width="match_parent" | 
|                 android:layout_height="50dp" | 
|                 android:gravity="center" | 
|                 android:orientation="horizontal"> | 
|   | 
|                 <LinearLayout | 
|                     android:layout_width="match_parent" | 
|                     android:layout_height="wrap_content" | 
|                     android:gravity="center_vertical" | 
|                     android:orientation="horizontal" | 
|                     android:paddingLeft="30dp"> | 
|   | 
|                     <TextView | 
|                         android:id="@+id/textcameratype" | 
|                         android:layout_width="wrap_content" | 
|                         android:layout_height="wrap_content" | 
|                         android:text="镜头型号选择" | 
|                         android:textColor="#999999" | 
|                         android:textSize="15sp" /> | 
|                 </LinearLayout> | 
|             </LinearLayout> | 
|   | 
|             <LinearLayout | 
|                 android:layout_width="match_parent" | 
|                 android:layout_height="wrap_content" | 
|                 android:gravity="center_horizontal" | 
|                 android:orientation="horizontal" | 
|                 android:paddingLeft="30dp" | 
|                 android:paddingRight="30dp"> | 
|   | 
|                 <LinearLayout | 
|                     android:layout_width="match_parent" | 
|                     android:layout_height="wrap_content" | 
|                     android:background="@drawable/sr_liner_rectangle" | 
|                     android:orientation="horizontal"> | 
|   | 
|                     <RadioGroup | 
|                         android:id="@+id/fls_camera_type" | 
|                         android:layout_width="wrap_content" | 
|                         android:layout_height="wrap_content" | 
|                         android:orientation="vertical"> | 
|   | 
|                         <RadioButton | 
|                             android:id="@+id/flt_zero" | 
|                             android:paddingLeft="10dp" | 
|                             android:layout_width="wrap_content" | 
|                             android:layout_height="68dp" | 
|                             android:layout_marginLeft="15dp" | 
|                             android:button="@drawable/sr_radio_button__selector" | 
|                             android:text="奥比中光海燕、大白(640*400)" | 
|                             android:textColor="@color/white" | 
|                             android:textSize="20sp" /> | 
|   | 
|                         <View | 
|                             android:layout_width="match_parent" | 
|                             android:layout_height="0.3dp" | 
|                             android:background="#333333" /> | 
|   | 
|                         <RadioButton | 
|                             android:id="@+id/flt_one" | 
|                             android:layout_width="wrap_content" | 
|                             android:layout_height="68dp" | 
|                             android:layout_marginLeft="15dp" | 
|                             android:button="@drawable/sr_radio_button__selector" | 
|                             android:paddingLeft="10dp" | 
|                             android:text="奥比中光海燕Pro、Atlas(400*640)" | 
|                             android:textColor="@color/white" | 
|                             android:textSize="20sp" /> | 
|   | 
|                         <View | 
|                             android:layout_width="match_parent" | 
|                             android:layout_height="0.3dp" | 
|                             android:background="#333333" /> | 
|   | 
|                         <RadioButton | 
|                             android:id="@+id/flt_two" | 
|                             android:layout_width="wrap_content" | 
|                             android:layout_height="68dp" | 
|                             android:layout_marginLeft="15dp" | 
|                             android:button="@drawable/sr_radio_button__selector" | 
|                             android:paddingLeft="10dp" | 
|                             android:text="奥比中光蝴蝶、Astra Pro\Pro S(640*480)" | 
|                             android:textColor="@color/white" | 
|                             android:textSize="20sp" /> | 
|   | 
|                         <View | 
|                             android:visibility="gone" | 
|                             android:layout_width="match_parent" | 
|                             android:layout_height="0.3dp" | 
|                             android:background="#333333" /> | 
|   | 
|                         <RadioButton | 
|                             android:visibility="gone" | 
|                             android:id="@+id/flt_three" | 
|                             android:layout_width="wrap_content" | 
|                             android:layout_height="60dp" | 
|                             android:layout_marginLeft="15dp" | 
|                             android:layout_marginTop="8dp" | 
|                             android:button="@drawable/sr_radio_button__selector" | 
|                             android:paddingLeft="10dp" | 
|                             android:text="舜宇Seeker06" | 
|                             android:textColor="@color/white" | 
|                             android:textSize="20sp" /> | 
|   | 
|                         <View | 
|                             android:visibility="gone" | 
|                             android:layout_width="match_parent" | 
|                             android:layout_height="0.3dp" | 
|                             android:background="#333333" /> | 
|   | 
|                         <RadioButton | 
|                             android:visibility="gone" | 
|                             android:textSize="20sp" | 
|                             android:paddingLeft="10dp" | 
|                             android:id="@+id/flt_four" | 
|                             android:layout_width="wrap_content" | 
|                             android:layout_height="60dp" | 
|                             android:layout_marginLeft="15dp" | 
|                             android:layout_marginTop="8dp" | 
|                             android:button="@drawable/sr_radio_button__selector" | 
|                             android:text="螳螂慧视天蝎P1" | 
|                             android:textColor="@color/white" /> | 
|   | 
|                         <View | 
|                             android:visibility="gone" | 
|                             android:layout_width="match_parent" | 
|                             android:layout_height="0.3dp" | 
|                             android:background="#333333" /> | 
|   | 
|                         <RadioButton | 
|                             android:visibility="gone" | 
|                             android:textSize="20sp" | 
|                             android:paddingLeft="10dp" | 
|                             android:id="@+id/flt_five" | 
|                             android:layout_width="wrap_content" | 
|                             android:layout_height="60dp" | 
|                             android:layout_marginLeft="15dp" | 
|                             android:layout_marginTop="8dp" | 
|                             android:button="@drawable/sr_radio_button__selector" | 
|                             android:text="瑞识M720N" | 
|                             android:textColor="@color/white" /> | 
|   | 
|                         <View | 
|                             android:visibility="gone" | 
|                             android:layout_width="match_parent" | 
|                             android:layout_height="0.3dp" | 
|                             android:background="#333333" /> | 
|   | 
|                         <RadioButton | 
|                             android:textSize="20sp" | 
|                             android:id="@+id/flt_six" | 
|                             android:layout_width="wrap_content" | 
|                             android:layout_height="60dp" | 
|                             android:layout_marginLeft="15dp" | 
|                             android:layout_marginTop="8dp" | 
|                             android:button="@drawable/sr_radio_button__selector" | 
|                             android:text="奥比中光Deeyea(结构光 640*400)" | 
|                             android:textColor="@color/white" | 
|                             android:visibility="gone" /> | 
|   | 
|                         <View | 
|                             android:layout_width="match_parent" | 
|                             android:layout_height="0.3dp" | 
|                             android:background="#333333" /> | 
|   | 
|                         <RadioButton | 
|                             android:textSize="20sp" | 
|                             android:id="@+id/flt_seven" | 
|                             android:layout_width="wrap_content" | 
|                             android:layout_height="68dp" | 
|                             android:layout_marginLeft="15dp" | 
|                             android:layout_marginTop="8dp" | 
|                             android:paddingLeft="10dp" | 
|                             android:button="@drawable/sr_radio_button__selector" | 
|                             android:text="华捷艾米A100S、A200(结构光 640*480)" | 
|                             android:textColor="@color/white"/> | 
|   | 
|                         <View | 
|                             android:visibility="gone" | 
|                             android:layout_width="match_parent" | 
|                             android:layout_height="0.3dp" | 
|                             android:background="#333333" /> | 
|   | 
|                         <RadioButton | 
|                             android:textSize="20sp" | 
|                             android:id="@+id/flt_eight" | 
|                             android:layout_width="wrap_content" | 
|                             android:layout_height="60dp" | 
|                             android:layout_marginLeft="15dp" | 
|                             android:layout_marginTop="8dp" | 
|                             android:paddingLeft="10dp" | 
|                             android:button="@drawable/sr_radio_button__selector" | 
|                             android:text="光缆(结构光 480*768)" | 
|                             android:textColor="@color/white" /> | 
|                     </RadioGroup> | 
|                 </LinearLayout> | 
|             </LinearLayout> | 
|         </LinearLayout> | 
|     </ScrollView> | 
|   | 
|     <RelativeLayout | 
|         android:layout_width="match_parent" | 
|         android:layout_height="match_parent"> | 
|   | 
|         <TextView | 
|             android:id="@+id/logo_text" | 
|             android:layout_width="match_parent" | 
|             android:layout_height="wrap_content" | 
|             android:layout_alignParentBottom="true" | 
|             android:layout_marginBottom="23dp" | 
|             android:alpha="0.4" | 
|             android:gravity="center_horizontal" | 
|             android:text="— 百度大脑技术支持 —" | 
|             android:textColor="#666666" | 
|             android:textSize="@dimen/bottom_font" /> | 
|     </RelativeLayout> | 
| </LinearLayout> |