| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284 |
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/background"
- android:orientation="vertical" >
-
- <include
- android:id="@+id/check_title"
- layout="@layout/fragment_title" />
- <RelativeLayout
- android:id="@+id/bottomLay"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true">
- <Button
- android:id="@+id/out_kiln_save"
- android:layout_width="fill_parent"
- android:layout_height="40dp"
-
- android:textSize="@dimen/textsize_24"
- android:textColor="@color/white"
- android:background="@drawable/login_btn_selector"
- android:enabled="true"
- android:text="保存"/>
- </RelativeLayout>
- <ScrollView
- android:id="@+id/bodyScroll"
- android:layout_below="@id/check_title"
- android:layout_above="@id/bottomLay"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- >
- <RelativeLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content">
- <RelativeLayout
- android:id="@+id/check_number_area"
- android:layout_marginTop="16dp"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content">
-
- <TextView
- android:id="@+id/produce_number_title"
- android:layout_width="80dp"
- android:layout_height="wrap_content"
- android:layout_marginLeft="8dp"
- android:text="生产工号:"
- android:textSize="@dimen/textsize_16"
- android:textColor="@color/white"
- android:layout_centerVertical="true"
- />
-
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="10dp"
- android:layout_toRightOf="@id/produce_number_title"
- android:orientation="vertical"
- >
- <EditText
- android:id="@+id/user_code"
- android:layout_width="160dp"
- android:layout_height="wrap_content"
- android:layout_marginRight="10dp"
- android:background="@null"
- android:text=""
- android:textSize="@dimen/textsize_24"
- android:textColor="@color/white"
- android:singleLine="true"
- />
-
- <ImageView
- android:layout_width="fill_parent"
- android:layout_height="1dp"
- android:layout_gravity="center"
- android:background="@color/text_gray"/>
- </LinearLayout>
-
-
- </RelativeLayout>
- <RelativeLayout
- android:layout_below="@id/check_number_area"
- android:layout_marginTop="16dp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
-
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="35dp"
- android:id="@+id/lin1"
- android:orientation="horizontal">
- <TextView
- android:id="@+id/kiln_title"
- android:layout_width="80dp"
- android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
- android:layout_marginLeft="8dp"
- android:text="窑炉编码:"
- android:textSize="@dimen/textsize_16"
- android:gravity="left"
- android:textColor="@color/white"/>
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:orientation="vertical"
- >
- <EditText
- android:id="@+id/kiln_code"
- android:layout_width="160dp"
- android:layout_height="wrap_content"
- android:layout_marginRight="10dp"
- android:background="@null"
- android:text=""
- android:textSize="@dimen/textsize_24"
- android:textColor="@color/white"
- android:singleLine="true"
- />
-
- <ImageView
- android:layout_width="fill_parent"
- android:layout_height="1dp"
- android:layout_gravity="center"
- android:background="@color/text_gray"/>
- </LinearLayout>
-
-
- </LinearLayout>
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="35dp"
- android:id="@+id/lin2"
- android:layout_marginTop="16dp"
- android:orientation="horizontal"
- android:layout_below="@id/lin1"
- >
- <TextView
- android:id="@+id/kiln_car_title"
- android:layout_width="80dp"
- android:layout_height="wrap_content"
- android:layout_marginLeft="8dp"
- android:text="窑炉车号:"
- android:textSize="@dimen/textsize_16"
- android:gravity="left"
- android:textColor="@color/white"/>
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- >
- <EditText
- android:id="@+id/kiln_car_code"
- android:layout_width="160dp"
- android:layout_height="wrap_content"
- android:layout_marginRight="10dp"
- android:background="@null"
- android:text=""
- android:textSize="@dimen/textsize_24"
- android:textColor="@color/white"
- android:singleLine="true"
- android:imeOptions="actionGo"/>
-
- <View
- android:layout_width="fill_parent"
- android:layout_height="1dp"
- android:layout_gravity="center"
- android:background="@color/text_gray"/>
- </LinearLayout>
-
- <Button
- android:id="@+id/kiln_car_ack"
- android:layout_width="45dp"
- android:layout_height="33dp"
- android:layout_marginRight="8dp"
- android:layout_marginLeft="5dp"
- android:text="确定"
- android:textSize="@dimen/textsize_16"
- android:textColor="@color/white"
- android:background="@drawable/login_btn_selector" />
-
-
- </LinearLayout>
-
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="100dp"
- android:layout_marginTop="10dp"
- android:id="@+id/lin3"
- android:layout_below="@id/lin2"
- android:orientation="horizontal">
- <TextView
- android:id="@+id/memo_title"
- android:layout_width="80dp"
- android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
- android:layout_marginLeft="8dp"
- android:text="备注:"
- android:textSize="@dimen/textsize_16"
- android:gravity="left"
- android:textColor="@color/white"/>
-
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="match_parent"
- android:orientation="vertical"
- >
- <EditText
- android:id="@+id/memotxt"
- android:layout_width="200dp"
- android:layout_height="100dp"
- android:inputType="textMultiLine"
- android:minLines="5"
- android:maxLines="5"
- android:layout_marginRight="10dp"
- android:background="@drawable/bg"
- android:scrollbars="vertical"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_16"
- />
-
-
- </LinearLayout>
-
-
- </LinearLayout>
- <LinearLayout
- android:id="@+id/lin4"
- android:layout_marginTop="10dp"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/lin3"
- android:orientation="vertical"
-
- >
- <View
- android:layout_width="fill_parent"
- android:layout_height="1dp"
- android:layout_gravity="center"
- android:background="@color/text_gray"
- />
-
- <TextView
- android:layout_height="wrap_content"
- android:layout_width="wrap_content"
- android:layout_marginLeft="8dp"
- android:text="窑车信息:"
- android:textSize="@dimen/textsize_16"
- android:textColor="@color/white"/>
- <View
- android:layout_height="1dp"
- android:layout_width="fill_parent"
- android:background="@color/text_gray"/>
- </LinearLayout>
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical"
- android:layout_below="@id/lin4"
- >
-
- <com.jiaju.widget.MyListView
- android:layout_width="fill_parent"
- android:layout_height="0dp"
- android:layout_marginLeft="8dp"
- android:id="@+id/listv2"
- android:divider="@color/text_gray"
- android:dividerHeight="1dp"
- android:layout_weight="1"
- >
- </com.jiaju.widget.MyListView>
-
- <View
- android:id="@+id/outkilnline"
- android:layout_height="1dp"
- android:layout_width="fill_parent"
- android:visibility="gone"
- android:background="@color/text_gray"/>
-
- </LinearLayout>
- </RelativeLayout>
- </RelativeLayout>
- </ScrollView>
- </RelativeLayout>
|