123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:background="@color/md_grey_100"
- android:orientation="vertical">
- <ScrollView
- android:id="@+id/ll_scroll_view"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:scrollbars="none">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <View
- android:layout_width="match_parent"
- android:layout_height="4dp"
- android:background="@color/md_grey_100" />
- <LinearLayout
- style="@style/FromLinearLayoutItem"
- android:orientation="horizontal">
- <EditText
- style="@style/EditTextStyle"
- android:id="@+id/et_order_no"
- android:hint="@string/hint_please_scan_no"
- android:text=""/>
- <ImageButton
- style="@style/ClearImg"
- android:id="@+id/ib_order_no_clear"
- />
- <include layout="@layout/item_image_code" />
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="4dp"
- android:background="@color/md_grey_100" />
- <LinearLayout
- style="@style/FromLinearLayoutItem"
- android:orientation="horizontal">
- <EditText
- style="@style/EditTextStyle"
- android:id="@+id/et_ctn"
- android:hint="请输入托数"
- android:enabled="false"
- android:text=""/>
- <ImageButton style="@style/ClearImg" android:id="@+id/ib_ctn_clear" />
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="@color/md_grey_100" />
- <include layout="@layout/fragment_show_img"/>
- <LinearLayout
- android:id="@+id/ll_volume_content"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical"
- >
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="@color/md_grey_100" />
- <LinearLayout
- android:id="@+id/ll_add_volume"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="@dimen/dp_10"
- android:layout_marginRight="@dimen/dp_10"
- android:background="@drawable/bg_white_et"
- android:gravity="center_vertical"
- android:orientation="vertical"
- android:paddingTop="5dp"
- android:paddingBottom="5dp">
- <TextView
- style="@style/fontSize"
- android:id="@+id/tv_clear_pictures"
- android:layout_width="wrap_content"
- android:layout_marginLeft="@dimen/dp_10"
- android:background="@drawable/bg_blue_item"
- android:gravity="center"
- android:layout_weight="1"
- android:text="清空重拍"
- android:padding="10dp"
- android:textColor="@color/white"
- android:visibility="visible"
- android:layout_height="wrap_content">
- </TextView>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="@dimen/dp_10"
- android:layout_marginRight="@dimen/dp_10"
- android:layout_marginTop="@dimen/dp_10"
- android:background="@drawable/bg_white_et"
- android:gravity="center_vertical"
- android:orientation="vertical"
- android:paddingLeft="10dp"
- android:paddingRight="10dp">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingBottom="5dp"
- android:paddingTop="5dp"
- android:orientation="horizontal">
- <TextView
- style="@style/tvLeftStyle"
- android:text="入库单号" />
- <TextView
- style="@style/tvLeftStyle"
- android:text=":" />
- <com.fxy.baselibrary.views.MarqueeTextView
- style="@style/mtRightStyle"
- android:id="@+id/mt_tracking_number"
- />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingBottom="5dp"
- android:paddingTop="5dp"
- android:orientation="horizontal">
- <TextView
- style="@style/tvLeftStyle"
- android:text="货物类型" />
- <TextView
- style="@style/tvLeftStyle"
- android:text=":" />
- <com.fxy.baselibrary.views.MarqueeTextView
- style="@style/mtRightStyle"
- android:id="@+id/mt_send_way"
- />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingBottom="5dp"
- android:paddingTop="5dp"
- android:orientation="horizontal">
- <TextView
- style="@style/tvLeftStyle"
- android:text="入库托数" />
- <TextView
- style="@style/tvLeftStyle"
- android:text=":" />
- <com.fxy.baselibrary.views.MarqueeTextView
- style="@style/mtRightStyle"
- android:id="@+id/mt_putin_qty"
- />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/ll_customer_code"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingBottom="5dp"
- android:paddingTop="5dp"
- android:visibility="gone"
- android:orientation="horizontal">
- <TextView
- style="@style/tvLeftStyle"
- android:text="客户编号" />
- <TextView
- style="@style/tvLeftStyle"
- android:text=":" />
- <com.fxy.baselibrary.views.MarqueeTextView
- style="@style/mtRightStyle"
- android:id="@+id/mt_customer_code"
- />
- <TextView
- android:id="@+id/tv_edit_customer"
- style="@style/tvLeftStyle"
- android:layout_height="42dp"
- android:text="修改"
- android:textColor="@color/actionsheet_blue" />
- </LinearLayout>
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="@color/md_grey_100" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingBottom="5dp"
- android:paddingTop="5dp"
- android:orientation="horizontal">
- <TextView
- android:layout_marginLeft="@dimen/dp_10"
- style="@style/tvLeftStyle"
- android:text="最近扫描:" />
- </LinearLayout>
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:background="@drawable/bg_white_et"
- android:layout_marginLeft="@dimen/dp_10"
- android:layout_marginRight="@dimen/dp_10"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:scrollbars="vertical"
- android:paddingTop="@dimen/dp_10"
- android:paddingBottom="@dimen/dp_10"
- >
- <android.support.v7.widget.RecyclerView
- android:id="@+id/recyclerview"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="#fff"
- android:overScrollMode="never"/>
- </LinearLayout>
- </LinearLayout>
- </ScrollView>
- <include layout="@layout/item_float_image" />
- </LinearLayout>
|