151 lines
5.6 KiB
XML
151 lines
5.6 KiB
XML
<?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="wrap_content"
|
|
android:id="@+id/item_huoyuan_start_zx"
|
|
android:orientation="vertical"
|
|
android:paddingLeft="@dimen/dp_28"
|
|
android:paddingRight="@dimen/dp_28"
|
|
android:layout_marginTop="@dimen/dp_5">
|
|
<RelativeLayout
|
|
android:layout_marginTop="@dimen/dp_12"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<TextView
|
|
android:id="@+id/index"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="第1装货地"
|
|
android:textColor="#ffc4c4ce"
|
|
android:textSize="@dimen/sp_13"
|
|
/>
|
|
<TextView
|
|
android:id="@+id/huoyuan_state"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="确认装货"
|
|
android:textColor="@color/white"
|
|
android:paddingLeft="@dimen/dp_10"
|
|
android:paddingRight="@dimen/dp_10"
|
|
android:paddingTop="@dimen/dp_2"
|
|
android:paddingBottom="@dimen/dp_2"
|
|
android:background="@drawable/shape_red_bg4"
|
|
android:textSize="@dimen/sp_13"
|
|
/>
|
|
</RelativeLayout>
|
|
<TextView
|
|
android:id="@+id/address"
|
|
android:layout_marginTop="7dp"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="郑州市市委党校"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_17"
|
|
/>
|
|
<RelativeLayout
|
|
android:layout_marginTop="@dimen/dp_7"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="货物:"
|
|
android:textColor="#C4C4CE"
|
|
android:textSize="@dimen/sp_11"
|
|
/>
|
|
<TextView
|
|
android:id="@+id/goodName"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_11"
|
|
/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal"
|
|
android:layout_alignParentRight="true">
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="数量:"
|
|
android:textColor="#C4C4CE"
|
|
android:textSize="@dimen/sp_11"
|
|
/>
|
|
<TextView
|
|
android:id="@+id/goodNum"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_11"
|
|
/>
|
|
<TextView
|
|
android:id="@+id/goodUnit"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_11"
|
|
/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
|
android:layout_marginTop="@dimen/dp_7"
|
|
android:layout_marginBottom="@dimen/dp_7"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/j_zx"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="计划装货时间:"
|
|
android:textColor="#C4C4CE"
|
|
android:textSize="@dimen/sp_11" />
|
|
<TextView
|
|
android:id="@+id/deadline"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="07/21 12:20"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_11"
|
|
/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal"
|
|
android:layout_alignParentRight="true">
|
|
|
|
<TextView
|
|
android:id="@+id/s_zx"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="实际装货时间:"
|
|
android:textColor="#C4C4CE"
|
|
android:textSize="@dimen/sp_11" />
|
|
<TextView
|
|
android:id="@+id/updateTime"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="07/21 12:20"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_11"
|
|
/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_1"
|
|
android:background="@drawable/bottom_xu"/>
|
|
</LinearLayout> |