| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243 |
- <?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:orientation="vertical" >
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="#fff"
- android:orientation="vertical" >
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="@dimen/tv_layout_marginLeft_10"
- android:layout_marginTop="@dimen/tv_layout_marginTop_10"
- android:text="合计"
- android:textColor="#000"
- android:textSize="@dimen/textsize_14" />
- <View
- android:layout_width="match_parent"
- android:layout_height="@dimen/view_layout_height_1"
- android:layout_marginTop="@dimen/view_layout_marginTop_10"
- android:background="@color/EBEBEB" />
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
- <View
- android:id="@+id/view_sales_order_icon1"
- android:layout_width="@dimen/view_layout_width_20"
- android:layout_height="@dimen/view_layout_height_20"
- android:layout_marginLeft="@dimen/view_layout_marginLeft_15"
- android:layout_marginTop="@dimen/view_layout_marginTop_10"
- android:background="@drawable/iv_receivables" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="@dimen/tv_layout_marginLeft_10"
- android:layout_marginTop="@dimen/tv_layout_marginTop_10"
- android:layout_toRightOf="@id/view_sales_order_icon1"
- android:text="应收款"
- android:textColor="#000"
- android:textSize="@dimen/textsize_14" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
-
- android:layout_toLeftOf="@+id/tv_receivables"
- android:layout_marginTop="@dimen/tv_head_top"
- android:text="¥"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_13" />
- <TextView
- android:id="@+id/tv_receivables"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_marginRight="@dimen/tv_layout_marginRight_15"
- android:layout_marginTop="@dimen/tv_layout_marginTop_10"
- android:text=" "
- android:textColor="#000"
- android:textSize="@dimen/textsize_14" />
- <View
- android:layout_width="match_parent"
- android:layout_height="@dimen/view_layout_height_1"
- android:layout_below="@id/view_sales_order_icon1"
- android:layout_marginLeft="@dimen/view_layout_marginLeft_10"
- android:layout_marginTop="@dimen/view_layout_marginTop_10"
- android:layout_toRightOf="@id/view_sales_order_icon1"
- android:background="@color/EBEBEB" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
- <View
- android:id="@+id/view_sales_order_icon2"
- android:layout_width="@dimen/view_layout_width_20"
- android:layout_height="@dimen/view_layout_height_20"
- android:layout_marginLeft="@dimen/view_layout_marginLeft_15"
- android:layout_marginTop="@dimen/view_layout_marginTop_10"
- android:background="@drawable/iv_collection" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="@dimen/tv_layout_marginLeft_10"
- android:layout_marginTop="@dimen/tv_layout_marginTop_10"
- android:layout_toRightOf="@id/view_sales_order_icon2"
- android:text="预收款"
- android:textColor="#000"
- android:textSize="@dimen/textsize_14" />
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:orientation="horizontal"
- >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
-
-
- android:layout_marginTop="@dimen/tv_head_top"
- android:text="¥"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_13" />
- <TextView
- android:id="@+id/tv_collection "
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
-
- android:layout_marginRight="@dimen/tv_layout_marginRight_15"
- android:layout_marginTop="@dimen/tv_layout_marginTop_10"
-
- android:textColor="#000"
- android:textSize="@dimen/textsize_14" />
-
-
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="@dimen/view_layout_height_1"
- android:layout_below="@id/view_sales_order_icon2"
- android:layout_marginLeft="@dimen/view_layout_marginLeft_10"
- android:layout_marginTop="@dimen/view_layout_marginTop_10"
- android:layout_toRightOf="@id/view_sales_order_icon2"
- android:background="@color/EBEBEB" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
- <View
- android:id="@+id/view_sales_order_icon3"
- android:layout_width="@dimen/view_layout_width_20"
- android:layout_height="@dimen/view_layout_height_20"
- android:layout_marginLeft="@dimen/view_layout_marginLeft_15"
- android:layout_marginTop="@dimen/view_layout_marginTop_10"
- android:background="@drawable/iv_deposit" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="@dimen/tv_layout_marginLeft_10"
- android:layout_marginTop="@dimen/tv_layout_marginTop_10"
- android:layout_toRightOf="@id/view_sales_order_icon3"
- android:text="定金"
- android:textColor="#000"
- android:textSize="@dimen/textsize_14" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
-
- android:layout_toLeftOf="@+id/tv_deposit"
- android:layout_marginTop="@dimen/tv_head_top"
- android:text="¥"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_13" />
- <TextView
- android:id="@+id/tv_deposit"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_marginRight="@dimen/tv_layout_marginRight_15"
- android:layout_marginTop="@dimen/tv_layout_marginTop_10"
- android:text=" "
- android:textColor="#000"
- android:textSize="@dimen/textsize_14" />
- <View
- android:layout_width="match_parent"
- android:layout_height="@dimen/view_layout_height_1"
- android:layout_below="@id/tv_deposit"
- android:layout_marginLeft="@dimen/view_layout_marginLeft_10"
- android:layout_marginTop="@dimen/view_layout_marginTop_10"
- android:layout_toRightOf="@id/view_sales_order_icon3"
- android:background="@color/EBEBEB" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="@dimen/rl_layout_marginBottom_10" >
- <View
- android:id="@+id/view_sales_order_icon4"
- android:layout_width="@dimen/view_layout_width_20"
- android:layout_height="@dimen/view_layout_height_20"
- android:layout_marginLeft="@dimen/view_layout_marginLeft_15"
- android:layout_marginTop="@dimen/view_layout_marginTop_10"
- android:background="@drawable/sales_ordert_otal_money_icon" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="@dimen/tv_layout_marginLeft_10"
- android:layout_marginTop="@dimen/tv_layout_marginTop_10"
- android:layout_toRightOf="@id/view_sales_order_icon4"
- android:text="应收款-预收款-定金"
- android:textColor="#000"
- android:textSize="@dimen/textsize_14" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
-
- android:layout_toLeftOf="@+id/tv_total"
- android:layout_marginTop="@dimen/tv_head_top"
- 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_alignParentRight="true"
- android:layout_marginRight="@dimen/tv_layout_marginRight_15"
- android:layout_marginTop="@dimen/tv_layout_marginTop_10"
- android:text=" "
- android:textColor="#000"
- android:textSize="@dimen/textsize_14" />
- </RelativeLayout>
- </LinearLayout>
- </LinearLayout>
|