| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/white"
- android:orientation="vertical" >
- <ScrollView
- android:layout_width="fill_parent"
- android:layout_height="0dp"
- android:layout_weight="1" >
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" >
- <View
- android:layout_width="match_parent"
- android:layout_height="10dp"
- android:layout_margin="3dp"
- android:background="@color/linegray"
- />
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="@dimen/ll_layout_height_50" >
- <TextView
- android:id="@+id/roomAreaTitle"
- android:layout_width="80dp"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="15dp"
- android:text="室内面积"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_13" />
- <LinearLayout
- android:id="@+id/roomAreaLin"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="@dimen/ll_layout_marginBottom_30"
- android:layout_toRightOf="@id/roomAreaTitle"
- android:orientation="horizontal" >
- <EditText
- android:id="@+id/et_roomarea"
- android:layout_width="wrap_content"
- android:layout_height="fill_parent"
- android:background="@null"
- android:layout_gravity="center_vertical"
- android:gravity="center_vertical"
- android:textSize="@dimen/textsize_13"
- android:textColor="@color/black"
- android:hint="请输入室内面积"
- android:inputType="numberDecimal"
- android:maxLength="13"
- android:imeOptions="actionDone"
- android:singleLine="true"/>
-
- </LinearLayout>
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:layout_marginLeft="@dimen/ll_layout_marginBottom_30"
- android:layout_toRightOf="@id/roomAreaTitle"
- android:background="@color/white"
- android:orientation="vertical" >
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="@color/lightgray" />
- </LinearLayout>
- </RelativeLayout>
-
-
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="@dimen/ll_layout_height_50" >
- <TextView
- android:id="@+id/decorationProgressTitle"
- android:layout_width="80dp"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="15dp"
- android:text="装修进度"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_13" />
- <LinearLayout
- android:id="@+id/ll_decoration_progress"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="@dimen/ll_layout_marginBottom_30"
- android:layout_toRightOf="@id/decorationProgressTitle"
- android:gravity="center"
- android:orientation="horizontal" >
- <TextView
- android:id="@+id/tv_decoration_progress"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:background="@null"
- android:hint="请选择装修进度 "
- android:singleLine="true"
- android:text=""
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_13" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="right"
- android:orientation="horizontal" >
- <ImageView
- android:id="@+id/decorationProgressIv"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginRight="15dp"
- android:src="@drawable/right" />
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:layout_marginLeft="@dimen/ll_layout_marginBottom_30"
- android:layout_toRightOf="@id/decorationProgressTitle"
- android:background="@color/white"
- android:orientation="vertical" >
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="@color/lightgray" />
- </LinearLayout>
- </RelativeLayout>
-
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="@dimen/ll_layout_height_50" >
- <TextView
- android:id="@+id/furnitureColorTitle"
- android:layout_width="80dp"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="15dp"
- android:text="家具颜色"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_13" />
- <LinearLayout
- android:id="@+id/furnitureColorLin"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="@dimen/ll_layout_marginBottom_30"
- android:layout_toRightOf="@id/furnitureColorTitle"
- android:orientation="horizontal" >
- <EditText
- android:id="@+id/et_furniturecolor"
- android:layout_width="wrap_content"
- android:layout_height="fill_parent"
- android:layout_gravity="center_vertical"
- android:gravity="center_vertical"
- android:background="@null"
- android:textSize="@dimen/textsize_13"
- android:textColor="@color/black"
- android:hint="请输入家具颜色"
- android:maxLength="100"
- android:imeOptions="actionDone"
- android:ellipsize="end"
- android:singleLine="true"/>
-
- </LinearLayout>
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:layout_marginLeft="@dimen/ll_layout_marginBottom_30"
- android:layout_toRightOf="@id/furnitureColorTitle"
- android:background="@color/white"
- android:orientation="vertical" >
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="@color/lightgray" />
- </LinearLayout>
- </RelativeLayout>
-
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="@dimen/ll_layout_height_50" >
- <TextView
- android:id="@+id/houseTypeTitle"
- android:layout_width="80dp"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="15dp"
- android:text="户 型"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_13" />
- <LinearLayout
- android:id="@+id/houseTypeLin"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="@dimen/ll_layout_marginBottom_30"
- android:layout_toRightOf="@id/houseTypeTitle"
- android:orientation="horizontal" >
- <EditText
- android:id="@+id/et_housetype"
- android:layout_width="wrap_content"
- android:layout_height="fill_parent"
- android:layout_gravity="center_vertical"
- android:background="@null"
- android:gravity="center_vertical"
- android:singleLine="true"
- android:maxLength="50"
- android:textSize="@dimen/textsize_13"
- android:textColor="@color/black"
- android:hint="请输入户型"
- android:imeOptions="actionDone"
- android:ellipsize="end"/>
-
- </LinearLayout>
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:layout_marginLeft="@dimen/ll_layout_marginBottom_30"
- android:layout_toRightOf="@id/houseTypeTitle"
- android:background="@color/white"
- android:orientation="vertical" >
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="@color/lightgray" />
- </LinearLayout>
- </RelativeLayout>
-
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="@dimen/ll_layout_height_50" >
- <TextView
- android:id="@+id/decorationCompanyTitle"
- android:layout_width="80dp"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="15dp"
- android:text="装饰公司"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_13" />
- <LinearLayout
- android:id="@+id/decorationCompanyLin"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="@dimen/ll_layout_marginBottom_30"
- android:layout_toRightOf="@id/decorationCompanyTitle"
- android:orientation="horizontal" >
- <EditText
- android:id="@+id/et_decorationcompany"
- android:layout_width="wrap_content"
- android:layout_height="fill_parent"
- android:layout_gravity="center_vertical"
- android:gravity="center_vertical"
- android:background="@null"
- android:singleLine="true"
- android:maxLength="100"
- android:textSize="@dimen/textsize_13"
- android:textColor="@color/black"
- android:hint="请输入装饰公司"
- android:imeOptions="actionDone"
- android:ellipsize="end"/>
-
- </LinearLayout>
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:layout_marginLeft="@dimen/ll_layout_marginBottom_30"
- android:layout_toRightOf="@id/decorationCompanyTitle"
- android:background="@color/white"
- android:orientation="vertical" >
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="@color/lightgray" />
- </LinearLayout>
- </RelativeLayout>
-
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="@dimen/ll_layout_height_50" >
- <TextView
- android:id="@+id/showWayTitle"
- android:layout_width="80dp"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="15dp"
- android:text="展示方式"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_13" />
- <LinearLayout
- android:id="@+id/showWayLin"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="@dimen/ll_layout_marginBottom_30"
- android:layout_toRightOf="@id/showWayTitle"
- android:orientation="horizontal" >
- <EditText
- android:id="@+id/et_show_way"
- android:layout_width="wrap_content"
- android:layout_height="fill_parent"
- android:layout_gravity="center_vertical"
- android:gravity="center_vertical"
- android:background="@null"
- android:textSize="@dimen/textsize_13"
- android:textColor="@color/black"
- android:hint="请输入展示方式"
- android:maxLength="255"
- android:singleLine="true"
- android:imeOptions="actionDone"
- android:ellipsize="end"/>
-
- </LinearLayout>
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:layout_marginLeft="@dimen/ll_layout_marginBottom_30"
- android:layout_toRightOf="@id/showWayTitle"
- android:background="@color/white"
- android:orientation="vertical" >
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="@color/lightgray" />
- </LinearLayout>
- </RelativeLayout>
-
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="@dimen/ll_layout_height_50" >
- <TextView
- android:id="@+id/startDateTitle"
- android:layout_width="80dp"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="15dp"
- android:text="开工日期"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_13" />
- <LinearLayout
- android:id="@+id/ll_start_date"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="@dimen/ll_layout_marginBottom_30"
- android:layout_toRightOf="@id/startDateTitle"
- android:orientation="horizontal" >
- <TextView
- android:id="@+id/tv_start_date"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:background="@null"
- android:hint="请选择开工日期 "
- android:singleLine="true"
- android:text=""
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_13" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="right"
- android:orientation="horizontal" >
- <ImageView
- android:id="@+id/startDateIv"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginRight="15dp"
- android:src="@drawable/right" />
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:layout_marginLeft="@dimen/ll_layout_marginBottom_30"
- android:layout_toRightOf="@id/startDateTitle"
- android:background="@color/white"
- android:orientation="vertical" >
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="@color/lightgray" />
- </LinearLayout>
- </RelativeLayout>
-
-
-
- </LinearLayout>
- </ScrollView>
-
- </LinearLayout>
|