<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:tools="http://schemas.android.com/tools"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:orientation="vertical"
|
tools:context="cn.flightfeather.thirdappmodule.activity.SiteDetailActivity">
|
|
<ScrollView
|
android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="@color/transparentGray"
|
android:orientation="vertical">
|
|
<View
|
android:layout_width="wrap_content"
|
android:layout_height="10dp"
|
android:background="@color/transparentGray"/>
|
|
<LinearLayout
|
android:id="@+id/ll_site_stage"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="@color/white"
|
android:clickable="true"
|
android:foreground="?android:attr/selectableItemBackground"
|
android:orientation="horizontal"
|
android:padding="10dp">
|
|
<TextView
|
android:id="@+id/TV_site_stage"
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="1"
|
android:layout_gravity="center"
|
android:text="工期:"
|
android:textSize="16sp" />
|
|
<Spinner
|
android:id="@+id/SP_site_stage"
|
style="@style/Platform.Widget.AppCompat.Spinner"
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="4"
|
android:layout_gravity="center|end"
|
android:spinnerMode="dialog"/>
|
</LinearLayout>
|
|
<LinearLayout
|
android:id="@+id/ll_site_duration"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="@color/white"
|
android:clickable="true"
|
android:foreground="?android:attr/selectableItemBackground"
|
android:orientation="horizontal"
|
android:padding="10dp"
|
android:layout_marginTop="1dp">
|
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="1"
|
android:layout_gravity="center"
|
android:text="时间:"
|
android:textSize="16sp" />
|
|
<LinearLayout
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="4"
|
android:layout_gravity="center">
|
<TextView
|
android:id="@+id/TV_site_start_date"
|
android:layout_width="0dp"
|
android:layout_height="match_parent"
|
android:layout_gravity="center"
|
android:layout_marginLeft="6dp"
|
android:layout_weight="2"
|
android:gravity="center"
|
android:hint="设置开始时间"
|
android:background="@color/addTaskBG"
|
android:singleLine="true"
|
/>
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_gravity="center"
|
android:layout_weight="0.5"
|
android:gravity="center"
|
android:text="—"
|
/>
|
|
<TextView
|
android:id="@+id/TV_site_end_date"
|
android:layout_width="0dp"
|
android:layout_height="match_parent"
|
android:layout_gravity="center"
|
android:layout_marginLeft="6dp"
|
android:layout_weight="2"
|
android:gravity="center"
|
android:hint="设置结束时间"
|
android:background="@color/addTaskBG"
|
android:singleLine="true"
|
/>
|
</LinearLayout>
|
</LinearLayout>
|
|
<LinearLayout
|
android:id="@+id/ll_site_BuildLicenseNumber"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="@color/white"
|
android:clickable="true"
|
android:foreground="?android:attr/selectableItemBackground"
|
android:orientation="horizontal"
|
android:padding="10dp"
|
android:layout_marginTop="1dp">
|
|
<TextView
|
android:id="@+id/TV_site_BuildLicenseNumber"
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="1"
|
android:layout_gravity="center"
|
android:text="许可证:"
|
android:textSize="16dp" />
|
|
<EditText
|
android:id="@+id/ET_site_BuildLicenseNumber"
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="4"
|
android:layout_gravity="center"
|
android:digits="1234567890qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM"
|
android:background="@drawable/shape_edittext_blue"
|
android:singleLine="true" />
|
</LinearLayout>
|
|
<LinearLayout
|
android:id="@+id/ll_site_OwnerCompanyName"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:background="@color/white"
|
android:clickable="true"
|
android:foreground="?android:attr/selectableItemBackground"
|
android:orientation="vertical"
|
android:padding="10dp"
|
android:layout_marginTop="1dp">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
<TextView
|
android:id="@+id/TV_site_OwnerCompanyName"
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="1"
|
android:layout_gravity="center"
|
android:text="业主单位:"
|
android:textSize="16dp" />
|
|
<EditText
|
android:id="@+id/ET_site_OwnerCompanyName"
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="4"
|
android:layout_gravity="center"
|
android:singleLine="true"
|
android:background="@drawable/shape_edittext_blue" />
|
</LinearLayout>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginTop="@dimen/dimen8">
|
<TextView
|
android:id="@+id/TV_site_OwnerCompanyAddress"
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="1"
|
android:layout_gravity="center"
|
android:text="单位地址:"
|
android:textSize="16dp" />
|
|
<EditText
|
android:id="@+id/ET_site_OwnerCompanyAddress"
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="4"
|
android:layout_gravity="center"
|
android:background="@drawable/shape_edittext_blue"
|
android:singleLine="true" />
|
</LinearLayout>
|
</LinearLayout>
|
|
<LinearLayout
|
android:id="@+id/ll_site_BuildCompanyName"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="@color/white"
|
android:clickable="true"
|
android:foreground="?android:attr/selectableItemBackground"
|
android:orientation="vertical"
|
android:padding="10dp"
|
android:layout_marginTop="1dp">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
<TextView
|
android:id="@+id/TV_site_BuildCompanyName"
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="1"
|
android:layout_gravity="center"
|
android:text="施工单位:"
|
android:textSize="16dp" />
|
|
<EditText
|
android:id="@+id/ET_site_BuildCompanyName"
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="4"
|
android:layout_gravity="center"
|
android:background="@drawable/shape_edittext_blue"
|
android:singleLine="true" />
|
</LinearLayout>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginTop="@dimen/dimen8">
|
<TextView
|
android:id="@+id/TV_site_BuildTelephone"
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="1"
|
android:layout_gravity="center"
|
android:text="单位电话:"
|
android:textSize="16dp" />
|
|
<EditText
|
android:id="@+id/ET_site_BuildTelephone"
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="4"
|
android:layout_gravity="center"
|
android:inputType="phone"
|
android:maxLength="11"
|
android:background="@drawable/shape_edittext_blue"
|
android:singleLine="true" />
|
</LinearLayout>
|
</LinearLayout>
|
|
<LinearLayout
|
android:id="@+id/ll_build_contact1"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="@color/white"
|
android:clickable="true"
|
android:foreground="?android:attr/selectableItemBackground"
|
android:orientation="vertical"
|
android:padding="10dp"
|
android:layout_marginTop="1dp">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
<TextView
|
android:id="@+id/TV_build_contact1"
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="1"
|
android:layout_gravity="center"
|
android:text="联系人:"
|
android:textSize="16dp" />
|
|
<EditText
|
android:id="@+id/ET_build_contact2"
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_gravity="center"
|
android:layout_weight="4"
|
android:background="@drawable/shape_edittext_blue"
|
android:singleLine="true" />
|
</LinearLayout>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginTop="@dimen/dimen8">
|
<TextView
|
android:id="@+id/TV_build_contact1_telephone"
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="1"
|
android:layout_gravity="center"
|
android:text="电话:"
|
android:textSize="16dp" />
|
|
<EditText
|
android:id="@+id/ET_build_contact2_telephone"
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="4"
|
android:layout_gravity="center"
|
android:inputType="phone"
|
android:maxLength="11"
|
android:background="@drawable/shape_edittext_blue"
|
android:singleLine="true" />
|
</LinearLayout>
|
</LinearLayout>
|
|
<!--<LinearLayout-->
|
<!--android:id="@+id/ll_floor_space"-->
|
<!--android:layout_width="match_parent"-->
|
<!--android:layout_height="0dp"-->
|
<!--android:layout_weight="1"-->
|
<!--android:background="@color/white"-->
|
<!--android:clickable="true"-->
|
<!--android:foreground="?android:attr/selectableItemBackground"-->
|
<!--android:orientation="horizontal"-->
|
<!--android:padding="10dp">-->
|
|
<!--<TextView-->
|
<!--android:id="@+id/TV_floor_space"-->
|
<!--android:layout_width="wrap_content"-->
|
<!--android:layout_height="wrap_content"-->
|
<!--android:layout_gravity="center"-->
|
<!--android:title="占地面积"-->
|
<!--->
|
<!-android:textSize="16dp" />-->
|
|
<!--<EditText-->
|
<!--android:id="@+id/ET_floor_space"-->
|
<!--android:layout_width="wrap_content"-->
|
<!--android:layout_height="wrap_content"-->
|
<!--android:layout_gravity="center"-->
|
<!--android:layout_weight="4"-->
|
<!--android:singleLine="true" />-->
|
|
<!--<LinearLayout-->
|
<!--android:layout_width="wrap_content"-->
|
<!--android:layout_height="wrap_content"-->
|
<!--android:layout_gravity="center"-->
|
<!--android:orientation="horizontal">-->
|
|
<!--<TextView-->
|
<!--android:layout_width="wrap_content"-->
|
<!--android:layout_height="wrap_content"-->
|
<!--android:layout_gravity="center"-->
|
<!--android:layout_marginLeft="6dp"-->
|
<!--android:gravity="right"-->
|
<!--android:singleLine="true"-->
|
<!--android:title="平方米"-->
|
<!--->
|
<!-android:textSize="16dp" />-->
|
<!--</LinearLayout>-->
|
|
<!--</LinearLayout>-->
|
|
<!--<LinearLayout-->
|
<!--android:id="@+id/ll_construction_area"-->
|
<!--android:layout_width="match_parent"-->
|
<!--android:layout_height="0dp"-->
|
<!--android:layout_weight="1"-->
|
<!--android:background="@color/white"-->
|
<!--android:clickable="true"-->
|
<!--android:foreground="?android:attr/selectableItemBackground"-->
|
<!--android:orientation="horizontal"-->
|
<!--android:padding="10dp">-->
|
|
<!--<TextView-->
|
<!--android:id="@+id/TV_construction_area"-->
|
<!--android:layout_width="wrap_content"-->
|
<!--android:layout_height="wrap_content"-->
|
<!--android:layout_gravity="center"-->
|
<!--android:title="施工面积"-->
|
<!--->
|
<!-android:textSize="16dp" />-->
|
|
<!--<EditText-->
|
<!--android:id="@+id/ET_construction_area"-->
|
<!--android:layout_width="wrap_content"-->
|
<!--android:layout_height="wrap_content"-->
|
<!--android:layout_gravity="center"-->
|
<!--android:layout_weight="4"-->
|
<!--android:singleLine="true" />-->
|
|
<!--<LinearLayout-->
|
<!--android:layout_width="wrap_content"-->
|
<!--android:layout_height="wrap_content"-->
|
<!--android:layout_gravity="center"-->
|
<!--android:orientation="horizontal">-->
|
|
<!--<TextView-->
|
<!--android:layout_width="wrap_content"-->
|
<!--android:layout_height="wrap_content"-->
|
<!--android:layout_gravity="center"-->
|
<!--android:layout_marginLeft="6dp"-->
|
<!--android:gravity="right"-->
|
<!--android:singleLine="true"-->
|
<!--android:title="平方米"-->
|
<!--->
|
<!-android:textSize="16dp" />-->
|
<!--</LinearLayout>-->
|
|
<!--</LinearLayout>-->
|
|
<!--<LinearLayout-->
|
<!--android:id="@+id/ll_construction_area_per_month"-->
|
<!--android:layout_width="match_parent"-->
|
<!--android:layout_height="0dp"-->
|
<!--android:layout_weight="1"-->
|
<!--android:background="@color/white"-->
|
<!--android:clickable="true"-->
|
<!--android:foreground="?android:attr/selectableItemBackground"-->
|
<!--android:orientation="horizontal"-->
|
<!--android:padding="10dp">-->
|
|
<!--<TextView-->
|
<!--android:id="@+id/TV_construction_area_per_month"-->
|
<!--android:layout_width="wrap_content"-->
|
<!--android:layout_height="wrap_content"-->
|
<!--android:layout_gravity="center"-->
|
<!--android:title="每月施工面积"-->
|
<!--->
|
<!-android:textSize="16dp" />-->
|
|
<!--<EditText-->
|
<!--android:id="@+id/ET_construction_area_per_month"-->
|
<!--android:layout_width="wrap_content"-->
|
<!--android:layout_height="wrap_content"-->
|
<!--android:layout_gravity="center"-->
|
<!--android:layout_weight="3"-->
|
<!--android:singleLine="true" />-->
|
|
<!--<LinearLayout-->
|
<!--android:layout_width="wrap_content"-->
|
<!--android:layout_height="wrap_content"-->
|
<!--android:layout_gravity="center"-->
|
<!--android:orientation="horizontal">-->
|
|
<!--<TextView-->
|
<!--android:layout_width="wrap_content"-->
|
<!--android:layout_height="wrap_content"-->
|
<!--android:layout_gravity="center"-->
|
<!--android:layout_marginLeft="6dp"-->
|
<!--android:gravity="right"-->
|
<!--android:singleLine="true"-->
|
<!--android:title="平方米"-->
|
<!--->
|
<!-android:textSize="16dp" />-->
|
<!--</LinearLayout>-->
|
<!--</LinearLayout>-->
|
|
</LinearLayout>
|
</ScrollView>
|
</LinearLayout>
|