| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282 |
- <?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:background="#fff"
- android:orientation="vertical" >
- <View
- android:layout_width="match_parent"
- android:layout_height="@dimen/view_layout_height_10"
- android:background="#1000" />
- <RelativeLayout
- android:id="@+id/rl_customer"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
- <TextView
- android:id="@+id/tv_customer_name"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginBottom="10dp"
- android:layout_marginLeft="@dimen/tv_layout_marginLeft_15"
- android:layout_marginTop="10dp"
- android:text="客户名称:"
- android:textColor="#000"
- android:textSize="@dimen/textsize_13" />
- </RelativeLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="@dimen/view_layout_height_1"
- android:background="@color/EBEBEB" />
- <LinearLayout
- android:id="@+id/ll_branch"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="vertical" >
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal" >
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginBottom="10dp"
- android:layout_marginTop="10dp"
- android:layout_weight="2"
- android:orientation="horizontal" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="@dimen/tv_layout_marginLeft_15"
- android:text="部门:"
- android:textColor="@color/darkgray"
- android:textSize="@dimen/textsize_13" />
- <TextView
- android:id="@+id/tv_branch"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="8dp"
- android:textColor="#000"
- android:textSize="@dimen/textsize_13" />
- </LinearLayout>
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginBottom="10dp"
- android:layout_marginTop="10dp"
- android:layout_weight="1"
- android:orientation="horizontal" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:text="业务员:"
- android:textColor="@color/darkgray"
- android:textSize="@dimen/textsize_13" />
- <TextView
- android:id="@+id/tv_salesman"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="8dp"
- android:singleLine="true"
- android:text=" "
- android:textColor="#000"
- android:textSize="@dimen/textsize_13" />
- </LinearLayout>
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="@dimen/view_layout_height_1"
- android:layout_marginLeft="@dimen/view_layout_marginLeft_15"
- android:background="@color/EBEBEB" />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="@dimen/rl_layout_marginBottom_10"
- android:layout_marginTop="@dimen/rl_layout_marginBottom_10"
- android:orientation="horizontal" >
- <LinearLayout
- android:id="@+id/ll_handsel"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:orientation="horizontal" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="@dimen/tv_layout_marginLeft_15"
- android:layout_marginRight="@dimen/tv_layout_marginRight_2"
- android:text="定金:"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_13" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="8dp"
- android:layout_marginTop="@dimen/tv_top"
- android:gravity="center_vertical"
- android:text="¥"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_13" />
- <TextView
- android:id="@+id/tv_handsel"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:gravity="center_vertical"
- android:singleLine="true"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_13" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/ll_account_receivable"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:orientation="horizontal" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginRight="@dimen/tv_layout_marginRight_2"
- android:text="应收款:"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_13" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="8dp"
- android:layout_marginTop="@dimen/tv_top"
- android:gravity="center_vertical"
- android:text="¥"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_13" />
- <TextView
- android:id="@+id/tv_account_receivable"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:gravity="center_vertical"
- android:singleLine="true"
- android:text=" 111"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_13" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/ll_advances_received"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_weight="1"
- android:orientation="horizontal" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginRight="@dimen/tv_layout_marginRight_2"
- android:text="预收款:"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_13" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="8dp"
- android:layout_marginTop="@dimen/tv_top"
- android:gravity="center_vertical"
- android:text="¥"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_13" />
- <TextView
- android:id="@+id/tv_advances_received"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginRight="@dimen/tv_layout_marginRight_2"
- android:gravity="center_vertical"
- android:singleLine="true"
- android:text=" 111"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_13" />
- </LinearLayout>
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="@dimen/view_layout_height_1"
- android:layout_marginLeft="@dimen/view_layout_marginLeft_15"
- android:background="@color/EBEBEB" />
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginBottom="10dp"
- android:layout_marginTop="10dp"
- android:orientation="horizontal" >
- <TextView
- android:id="@+id/tv_total_name"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="@dimen/tv_layout_marginLeft_15"
- android:layout_marginRight="@dimen/tv_layout_marginRight_2"
- android:text="应收款-预收款-定金:"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_13" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="8dp"
- android:layout_marginTop="@dimen/tv_top"
- android:gravity="center_vertical"
- android:text="¥"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_13" />
- <TextView
- android:id="@+id/tv_total"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginRight="@dimen/tv_layout_marginRight_2"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_13" />
- </LinearLayout>
- </LinearLayout>
|