|
|
|
@ -27,17 +27,17 @@ |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="@string/date" |
|
|
|
android:text="@string/outtime" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/order1_date" |
|
|
|
android:id="@+id/order1_outtime" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
@ -45,7 +45,31 @@ |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_30" |
|
|
|
android:layout_marginTop="@dimen/dp_20" |
|
|
|
android:background="@color/white"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="@string/intime" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/order1_intime" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_20" |
|
|
|
android:background="@color/white"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
@ -53,7 +77,7 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="@string/supplier" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/order1_supplier" |
|
|
|
@ -61,7 +85,7 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
@ -69,7 +93,7 @@ |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_30" |
|
|
|
android:layout_marginTop="@dimen/dp_20" |
|
|
|
android:background="@color/white"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
@ -77,7 +101,7 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="@string/variety" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/order1_variety" |
|
|
|
@ -85,7 +109,7 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
@ -93,7 +117,7 @@ |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_30" |
|
|
|
android:layout_marginTop="@dimen/dp_20" |
|
|
|
android:background="@color/white"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
@ -101,7 +125,7 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="@string/driver" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/driver1" |
|
|
|
@ -109,7 +133,7 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
@ -117,7 +141,7 @@ |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_30" |
|
|
|
android:layout_marginTop="@dimen/dp_20" |
|
|
|
android:background="@color/white"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
@ -125,7 +149,7 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="@string/number" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/order1_number" |
|
|
|
@ -133,7 +157,7 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
|