|
|
@@ -1,23 +1,26 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ android:id="@+id/parentRel"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:background="@color/background"
|
|
|
- tools:context="${relativePackage}.${activityClass}" >
|
|
|
+ android:background="@color/background">
|
|
|
|
|
|
- <include
|
|
|
- android:id="@+id/suspend_title"
|
|
|
+ <include
|
|
|
+ android:id="@+id/check_title"
|
|
|
layout="@layout/fragment_title" />
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/bottom"
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:gravity="center_horizontal"
|
|
|
- android:orientation="horizontal" >
|
|
|
-
|
|
|
- <Button
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/sendLay"
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:background="@color/qingcolor"
|
|
|
+ android:gravity="center_horizontal"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ >
|
|
|
+
|
|
|
+
|
|
|
+ <Button
|
|
|
android:id="@+id/btnSave"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="50dp"
|
|
|
@@ -27,23 +30,37 @@
|
|
|
android:text="保存"
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/textsize_24" />
|
|
|
- </LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="fill_parent"
|
|
|
+</LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <ScrollView
|
|
|
+ android:id="@+id/scrollLay"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="300dp"
|
|
|
+ android:layout_above="@id/sendLay"
|
|
|
+ android:layout_marginBottom="3dp"
|
|
|
+ android:scrollbars="vertical"
|
|
|
+ android:layout_below="@id/check_title" >
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_above="@id/bottom"
|
|
|
- android:layout_below="@id/suspend_title"
|
|
|
- android:orientation="vertical" >
|
|
|
+ android:focusableInTouchMode="true" >
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/procedurelay"
|
|
|
+ android:id="@+id/productlinelay"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="15dp"
|
|
|
- android:orientation="horizontal" >
|
|
|
+ android:orientation="vertical" >
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal" >
|
|
|
|
|
|
- <com.jiaju.widget.JustifyTextView
|
|
|
+ <com.jiaju.widget.JustifyTextView
|
|
|
android:id="@+id/procedureTitle"
|
|
|
android:layout_width="70dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -53,7 +70,7 @@
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/textsize_16" />
|
|
|
|
|
|
- <TextView
|
|
|
+ <TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
@@ -61,14 +78,8 @@
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/textsize_16" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/procedureLay"
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal" >
|
|
|
-
|
|
|
<LinearLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical" >
|
|
|
|
|
|
@@ -83,21 +94,22 @@
|
|
|
android:textSize="@dimen/textsize_20" />
|
|
|
|
|
|
<View
|
|
|
- android:layout_width="150dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="1dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:layout_marginTop="1dp"
|
|
|
android:background="@color/text_gray" />
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/LinearLayout06"
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="15dp"
|
|
|
- android:orientation="horizontal" >
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/LinearLayout06"
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="3dp"
|
|
|
+ android:orientation="horizontal" >
|
|
|
|
|
|
- <com.jiaju.widget.JustifyTextView
|
|
|
+ <com.jiaju.widget.JustifyTextView
|
|
|
android:id="@+id/JustifyTextView05"
|
|
|
android:layout_width="70dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -107,26 +119,21 @@
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/textsize_16" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:text=":"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="@dimen/textsize_16" />
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/LinearLayout05"
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal" >
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:text=":"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="@dimen/textsize_16" />
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:id="@+id/codelay"
|
|
|
+ android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical" >
|
|
|
|
|
|
- <TextView
|
|
|
+ <TextView
|
|
|
android:id="@+id/sendOutGoodsLogidTxt"
|
|
|
android:layout_width="150dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -137,21 +144,20 @@
|
|
|
android:textSize="@dimen/textsize_20" />
|
|
|
|
|
|
<View
|
|
|
- android:layout_width="150dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="1dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:layout_marginTop="1dp"
|
|
|
android:background="@color/text_gray" />
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/barcodelay"
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:orientation="horizontal" >
|
|
|
|
|
|
- <com.jiaju.widget.JustifyTextView
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="3dp"
|
|
|
+ android:orientation="horizontal" >
|
|
|
+<com.jiaju.widget.JustifyTextView
|
|
|
android:id="@+id/barcodeTitle"
|
|
|
android:layout_width="70dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -161,21 +167,21 @@
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/textsize_16" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/symbol2"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:text=":"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="@dimen/textsize_16" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:text=":"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="@dimen/textsize_16" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical" >
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/groutingLineLay"
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical" >
|
|
|
|
|
|
- <EditText
|
|
|
+ <EditText
|
|
|
android:id="@+id/barcodeEdt"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -187,22 +193,22 @@
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/textsize_24" />
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:background="@color/text_gray" />
|
|
|
+ <View
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:layout_marginTop="1dp"
|
|
|
+ android:background="@color/text_gray" />
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/desclay"
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:orientation="horizontal" >
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="3dp"
|
|
|
+ android:orientation="horizontal" >
|
|
|
|
|
|
- <com.jiaju.widget.JustifyTextView
|
|
|
+ <com.jiaju.widget.JustifyTextView
|
|
|
android:id="@+id/descTitle1"
|
|
|
android:layout_width="70dip"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -212,37 +218,43 @@
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/textsize_16" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/symbol1"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:text=":"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="@dimen/textsize_16" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:text=":"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="@dimen/textsize_16" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical" >
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/mouldCodeLay"
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical" >
|
|
|
|
|
|
- <Spinner
|
|
|
+ <Spinner
|
|
|
android:id="@+id/trademarksource"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="40dp"
|
|
|
android:layout_marginRight="10dp"
|
|
|
android:background="@drawable/spinner_drop_down" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:layout_marginTop="1dp"
|
|
|
+ android:background="@color/text_gray" />
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/LinearLayout04"
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:orientation="horizontal" >
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="3dp"
|
|
|
+ android:orientation="horizontal" >
|
|
|
|
|
|
- <com.jiaju.widget.JustifyTextView
|
|
|
+ <com.jiaju.widget.JustifyTextView
|
|
|
android:id="@+id/JustifyTextView04"
|
|
|
android:layout_width="70dip"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -252,37 +264,44 @@
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/textsize_16" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/TextView06"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:text=":"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="@dimen/textsize_16" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:text=":"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="@dimen/textsize_16" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical" >
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/groutingWorkNoLay"
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical" >
|
|
|
|
|
|
- <Spinner
|
|
|
+ <Spinner
|
|
|
android:id="@+id/Spinner02"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="40dp"
|
|
|
android:layout_marginRight="10dp"
|
|
|
android:background="@drawable/spinner_drop_down" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:layout_marginTop="1dp"
|
|
|
+ android:background="@color/text_gray" />
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/LinearLayout03"
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:orientation="horizontal" >
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/auditstatuslay"
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="3dp"
|
|
|
+ android:orientation="horizontal" >
|
|
|
|
|
|
- <com.jiaju.widget.JustifyTextView
|
|
|
+ <com.jiaju.widget.JustifyTextView
|
|
|
android:id="@+id/JustifyTextView03"
|
|
|
android:layout_width="70dip"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -292,37 +311,43 @@
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/textsize_16" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/TextView05"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:text=":"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="@dimen/textsize_16" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:text=":"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="@dimen/textsize_16" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical" >
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical" >
|
|
|
|
|
|
- <Spinner
|
|
|
+ <Spinner
|
|
|
android:id="@+id/Spinner01"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="40dp"
|
|
|
android:layout_marginRight="10dp"
|
|
|
android:background="@drawable/spinner_drop_down" />
|
|
|
+ <View
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:layout_marginTop="1dp"
|
|
|
+ android:background="@color/text_gray" />
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/LinearLayout02"
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:orientation="horizontal" >
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/scrapDatelay"
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="15dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:visibility="visible" >
|
|
|
|
|
|
- <com.jiaju.widget.JustifyTextView
|
|
|
+ <com.jiaju.widget.JustifyTextView
|
|
|
android:id="@+id/JustifyTextView02"
|
|
|
android:layout_width="70dip"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -332,26 +357,25 @@
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/textsize_16" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/TextView03"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:text=":"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="@dimen/textsize_16" />
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal" >
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:text=":"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="@dimen/textsize_16" />
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical" >
|
|
|
+ android:orientation="horizontal" >
|
|
|
|
|
|
- <TextView
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical" >
|
|
|
+
|
|
|
+ <TextView
|
|
|
android:id="@+id/TextView04"
|
|
|
android:layout_width="130dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -361,30 +385,31 @@
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/textsize_20" />
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="130dp"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:background="@color/text_gray" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <ImageView
|
|
|
+ <View
|
|
|
+ android:layout_width="150dp"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/text_gray" />
|
|
|
+ </LinearLayout>
|
|
|
+ <ImageView
|
|
|
android:id="@+id/ImageView02"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:layout_marginLeft="5dp"
|
|
|
android:background="@drawable/addzerenren" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/LinearLayout01"
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:orientation="horizontal" >
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/worknolay"
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="15dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:visibility="visible" >
|
|
|
|
|
|
- <com.jiaju.widget.JustifyTextView
|
|
|
+ <com.jiaju.widget.JustifyTextView
|
|
|
android:id="@+id/JustifyTextView01"
|
|
|
android:layout_width="70dip"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -394,19 +419,13 @@
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/textsize_16" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/TextView02"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:text=":"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="@dimen/textsize_16" />
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal" >
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:text=":"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="@dimen/textsize_16" />
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -424,11 +443,10 @@
|
|
|
android:textSize="@dimen/textsize_20" />
|
|
|
|
|
|
<View
|
|
|
- android:layout_width="130dp"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:background="@color/text_gray" />
|
|
|
+ android:layout_width="150dp"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/text_gray" />
|
|
|
</LinearLayout>
|
|
|
-
|
|
|
<ImageView
|
|
|
android:id="@+id/ImageView01"
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -437,47 +455,82 @@
|
|
|
android:layout_marginLeft="5dp"
|
|
|
android:background="@drawable/addzerenren" />
|
|
|
</LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/lin2"
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:orientation="vertical" >
|
|
|
-
|
|
|
- <View
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/workerlay"
|
|
|
android:layout_width="fill_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:background="@color/text_gray" />
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="15dp"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="visible" >
|
|
|
|
|
|
- <TextView
|
|
|
+ <View
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/text_gray" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:visibility="visible" >
|
|
|
+
|
|
|
+ <TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
- android:text="发货单信息:"
|
|
|
+ android:text="发货单信息"
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/textsize_16" />
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:background="@color/text_gray" />
|
|
|
- </LinearLayout>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:text=":"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="@dimen/textsize_16" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical" >
|
|
|
+ <View
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/text_gray" />
|
|
|
|
|
|
- <ListView
|
|
|
+ <com.jiaju.widget.MyListView
|
|
|
+ android:id="@+id/lstview"
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:cacheColorHint="#00000000"
|
|
|
+ android:divider="@color/white"
|
|
|
+ android:dividerHeight="1dp" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:id="@+id/listlin"
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:visibility="gone" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/memoLay"
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:visibility="visible" >
|
|
|
+
|
|
|
+ <ListView
|
|
|
android:id="@+id/message_listview"
|
|
|
android:layout_width="fill_parent"
|
|
|
- android:layout_height="fill_parent"
|
|
|
- android:cacheColorHint="#00000000"
|
|
|
- android:divider="@null" />
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:scrollbars="none"
|
|
|
+ android:cacheColorHint="#00000000"/>
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
+ </RelativeLayout>
|
|
|
+ </ScrollView>
|
|
|
|
|
|
-</RelativeLayout>
|
|
|
+</RelativeLayout>
|