<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:orientation="vertical" android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
<ScrollView
|
android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:gravity="center_horizontal"
|
android:orientation="vertical">
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h76dp"
|
android:gravity="right|center_vertical"
|
android:orientation="horizontal">
|
</LinearLayout>
|
<LinearLayout
|
android:orientation="vertical"
|
android:layout_width="@dimen/w596dp"
|
android:layout_height="wrap_content"
|
>
|
<LinearLayout
|
android:layout_width="@dimen/w611dp"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="@dimen/h20dp"
|
android:orientation="vertical">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:textColor="@color/colorPrimary"
|
android:textStyle="bold"
|
android:textSize="@dimen/w16dp"
|
android:text="摄像机2设置"
|
android:id="@+id/fragment_check_in_right_visitor_reason_text_view"
|
/>
|
<EditText
|
android:id="@+id/fragment_check_in_right_visitor_reason"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="@null"
|
android:layout_marginTop="@dimen/h15dp"
|
android:layout_marginBottom="@dimen/h12dp"
|
android:text="摄像头2"
|
android:textSize="@dimen/w14dp"
|
android:textColor="@color/colorText_b"
|
/>
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/view_size_1"
|
android:background="@color/colorText_b"/>
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:textColor="@color/colorPrimary"
|
android:textStyle="bold"
|
android:layout_marginTop="@dimen/h20dp"
|
android:textSize="@dimen/w16dp"
|
android:text="IP地址"/>
|
<EditText
|
android:id="@+id/fragment_check_in_right_remark"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="@null"
|
android:layout_marginTop="@dimen/h15dp"
|
android:layout_marginBottom="@dimen/h12dp"
|
android:hint=""
|
android:textColorHint="@color/colorText_b"
|
android:textSize="@dimen/w14dp"
|
android:textColor="@color/colorText_b"/>
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/view_size_1"
|
android:background="@color/colorText_b"/>
|
</LinearLayout>
|
</LinearLayout>
|
</LinearLayout>
|
</ScrollView>
|
</LinearLayout>
|