Bläddra i källkod

删除多余文件

guilin 1 år sedan
förälder
incheckning
a38d6c056e

+ 0 - 210
app/src/main/res/layout/activity_put_away.xml

@@ -1,210 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    xmlns:tools="http://schemas.android.com/tools"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:background="@color/md_grey_100"
-    android:orientation="vertical">
-        <LinearLayout
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:layout_marginLeft="@dimen/dp_10"
-            android:layout_marginTop="@dimen/dp_10"
-            android:layout_marginRight="@dimen/dp_10"
-            android:background="@drawable/bg_white_et"
-            android:gravity="center_vertical"
-            android:orientation="horizontal"
-            android:padding="5dp">
-            <EditText
-                android:id="@+id/et_container_code"
-                android:layout_width="0dp"
-                android:layout_height="wrap_content"
-                android:layout_weight="1"
-                android:background="@null"
-                android:hint="@string/hint_please_scan_container_code"
-                android:imeOptions="actionDone"
-                android:paddingRight="5dp"
-                android:singleLine="true"
-                android:textSize="@dimen/t14" />
-            <ImageButton
-                android:id="@+id/ima_container_clear"
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:layout_alignParentRight="true"
-                android:layout_centerVertical="true"
-                android:layout_marginRight="3dp"
-                android:background="@android:color/transparent"
-                android:padding="6dp"
-                android:src="@drawable/ic_clear"
-                android:visibility="invisible"
-                android:textSize="@dimen/sp_14" />
-            <include layout="@layout/item_image_code" />
-        </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:layout_marginLeft="@dimen/dp_10"
-            android:layout_marginTop="@dimen/dp_10"
-            android:layout_marginRight="@dimen/dp_10"
-            android:background="@drawable/bg_white_et"
-            android:gravity="center_vertical"
-            android:orientation="horizontal"
-            android:padding="5dp">
-            <EditText
-                android:id="@+id/et_location_code"
-                android:layout_width="0dp"
-                android:layout_height="wrap_content"
-                android:layout_weight="1"
-                android:background="@null"
-                android:hint="@string/hint_please_edit_location"
-                android:imeOptions="actionDone"
-                android:paddingRight="5dp"
-                android:singleLine="true"
-                android:textSize="@dimen/t14" />
-            <ImageButton
-                android:id="@+id/ima_location_clear"
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:layout_alignParentRight="true"
-                android:layout_centerVertical="true"
-                android:layout_marginRight="3dp"
-                android:background="@android:color/transparent"
-                android:padding="6dp"
-                android:src="@drawable/ic_clear"
-                android:visibility="invisible"
-                android:textSize="@dimen/sp_14" />
-            <ImageView
-                android:id="@+id/ima_or_code_two"
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:layout_marginLeft="7dp"
-                android:src="@drawable/ic_scanning_gray">
-            </ImageView>
-        </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: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
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:text="@string/str_tray_code"
-                    android:textColor="@color/black"
-                    android:textSize="@dimen/t14" />
-                <TextView
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:text=":"
-                    android:textColor="@color/black"
-                    android:textSize="@dimen/t14" />
-                <com.fxy.baselibrary.views.MarqueeTextView
-                    android:id="@+id/mt_container_code"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:layout_weight="1"
-                    android:enabled="false"
-                    android:ellipsize="marquee"
-                    android:focusable="true"
-                    android:singleLine="true"
-                    android:gravity="center_vertical"
-                    android:textColor="@color/black_3d3d3d"
-                    android:textSize="@dimen/t14"
-                    />
-
-            </LinearLayout>
-            <LinearLayout
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:paddingBottom="5dp"
-                android:paddingTop="5dp"
-                android:orientation="horizontal">
-                <TextView
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:text="@string/str_type_goods"
-                    android:textColor="@color/black"
-                    android:textSize="@dimen/t14" />
-                <TextView
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:text=":"
-                    android:textColor="@color/black"
-                    android:textSize="@dimen/t14" />
-
-                <com.fxy.baselibrary.views.MarqueeTextView
-                    android:id="@+id/mt_usable_type"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:layout_weight="1"
-                    android:enabled="false"
-                    android:ellipsize="marquee"
-                    android:focusable="true"
-                    android:singleLine="true"
-                    android:gravity="center_vertical"
-                    android:textColor="@color/black_3d3d3d"
-                    android:textSize="@dimen/t14"
-                    />
-            </LinearLayout>
-            <LinearLayout
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:paddingBottom="5dp"
-                android:paddingTop="5dp"
-                android:orientation="horizontal">
-                <TextView
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:text="@string/str_quantity"
-                    android:textColor="@color/black"
-                    android:textSize="@dimen/t14" />
-                <TextView
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:text=":"
-                    android:textColor="@color/black"
-                    android:textSize="@dimen/t14" />
-
-                <com.fxy.baselibrary.views.MarqueeTextView
-                    android:id="@+id/mt_total_qty"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:layout_weight="1"
-                    android:enabled="false"
-                    android:ellipsize="marquee"
-                    android:focusable="true"
-                    android:singleLine="true"
-                    android:gravity="center_vertical"
-                    android:textColor="@color/black_3d3d3d"
-                    android:textSize="@dimen/t14"
-                    />
-            </LinearLayout>
-        </LinearLayout>
-        <include layout="@layout/item_float_image" />
-
-
-</LinearLayout>

+ 0 - 80
app/src/main/res/layout/activity_putout_close.xml

@@ -1,80 +0,0 @@
-<?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">
-    <LinearLayout
-        style="@style/FromLinearLayoutItem"
-        android:orientation="horizontal"
-        >
-        <EditText
-            android:id="@+id/et_order_no"
-            android:layout_width="0dp"
-            android:layout_height="wrap_content"
-            android:layout_weight="1"
-            android:background="@null"
-            android:hint="@string/hint_please_scan_container_code"
-            android:imeOptions="actionDone"
-            android:paddingRight="5dp"
-            android:singleLine="true"
-            android:textSize="@dimen/t14" />
-        <ImageButton
-            android:id="@+id/search_clear"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:layout_alignParentRight="true"
-            android:layout_centerVertical="true"
-            android:layout_marginRight="3dp"
-            android:background="@android:color/transparent"
-            android:padding="6dp"
-            android:src="@drawable/ic_clear"
-            android:visibility="invisible"
-            android:textSize="@dimen/sp_14" />
-        <include layout="@layout/item_image_code" />
-    </LinearLayout>
-
-
-    <View
-        android:layout_width="match_parent"
-        android:layout_height="4dp"
-        android:background="@color/md_grey_100" />
-
-    <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_marginBottom="@dimen/dp_4"
-        android:gravity="center_vertical"
-        android:orientation="horizontal"
-        android:padding="10dp">
-        <TextView
-            android:id="@+id/btn_confirm"
-            android:layout_width="wrap_content"
-            android:layout_height="40dp"
-            android:layout_marginRight="@dimen/dp_10"
-            android:gravity="center"
-            android:layout_weight="1"
-            android:text="@string/str_submit"
-            android:background="@drawable/bg_orange_item"
-            android:textColor="@color/white"
-            android:textSize="@dimen/t16"
-            android:visibility="visible" />
-        <TextView
-            android:id="@+id/btn_cancel"
-            android:layout_width="wrap_content"
-            android:layout_height="40dp"
-            android:layout_marginLeft="@dimen/dp_10"
-            android:background="@drawable/bg_white_et"
-            android:gravity="center"
-            android:layout_weight="1"
-            android:text="@string/str_cancel"
-            android:textColor="@color/black"
-            android:textSize="@dimen/t16"
-            android:visibility="visible" />
-    </LinearLayout>
-    <include layout="@layout/item_float_image" />
-</LinearLayout>

+ 0 - 54
app/src/main/res/layout/activity_putout_first.xml

@@ -1,54 +0,0 @@
-<?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">
-    <LinearLayout
-        style="@style/FromLinearLayoutItem"
-        android:orientation="horizontal"
-        >
-        <EditText
-            android:id="@+id/et_order_no"
-            android:layout_width="0dp"
-            android:layout_height="wrap_content"
-            android:layout_weight="1"
-            android:background="@null"
-            android:hint="@string/hint_scan_or_edit_pick_no"
-            android:imeOptions="actionDone"
-            android:paddingRight="5dp"
-            android:singleLine="true"
-            android:textSize="@dimen/t14" />
-        <ImageButton
-            android:id="@+id/search_clear"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:layout_alignParentRight="true"
-            android:layout_centerVertical="true"
-            android:layout_marginRight="3dp"
-            android:background="@android:color/transparent"
-            android:padding="6dp"
-            android:src="@drawable/ic_clear"
-            android:visibility="invisible"
-            android:textSize="@dimen/sp_14" />
-        <include layout="@layout/item_image_code" />
-    </LinearLayout>
-    <LinearLayout
-        style="@style/FromLinearLayoutItem"
-        android:background="@null"
-        android:orientation="horizontal">
-        <TextView
-            android:id="@+id/tv_hint"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:text="1、【出库拣货】仅支持非自提业务拣货操作
-2、已进行【出库拣货】操作不可再使用【批量拣货】功能拣货  这个是放在单个拣货那里的 "
-            android:gravity="center_vertical"
-            android:textColor="@color/md_red_500"
-            android:textSize="@dimen/t14" />
-
-    </LinearLayout>
-    <include layout="@layout/item_float_image" />
-</LinearLayout>

+ 0 - 196
app/src/main/res/layout/activity_putout_intercept.xml

@@ -1,196 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    xmlns:tools="http://schemas.android.com/tools"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:background="@color/md_grey_100"
-    android:orientation="vertical">
-
-    <LinearLayout
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:layout_marginLeft="@dimen/dp_10"
-        android:layout_marginTop="@dimen/dp_10"
-        android:layout_marginRight="@dimen/dp_10"
-        android:background="@drawable/bg_white_et"
-        android:gravity="center_vertical"
-        android:orientation="horizontal"
-        android:padding="5dp">
-        <EditText
-            android:id="@+id/et_tracking_number"
-            android:layout_width="0dp"
-            android:layout_height="wrap_content"
-            android:layout_weight="1"
-            android:background="@null"
-            android:hint="@string/hint_please_scan_edit_track_no"
-            android:imeOptions="actionDone"
-            android:paddingRight="5dp"
-            android:singleLine="true"
-            android:textSize="@dimen/t14" />
-        <ImageButton
-            android:id="@+id/ima_tracking_clear"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:layout_alignParentRight="true"
-            android:layout_centerVertical="true"
-            android:layout_marginRight="3dp"
-            android:background="@android:color/transparent"
-            android:padding="6dp"
-            android:src="@drawable/ic_clear"
-            android:visibility="invisible"
-            android:textSize="@dimen/sp_14" />
-        <include layout="@layout/item_image_code" />
-
-    </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:layout_marginLeft="15dp"
-        android:layout_marginRight="@dimen/dp_10"
-        android:background="@null"
-        android:gravity="center_vertical"
-        android:orientation="vertical"
-        android:paddingTop="5dp">
-        <LinearLayout
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:background="@null"
-            android:gravity="center_vertical"
-            android:orientation="horizontal"
-            android:padding="5dp">
-            <TextView
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:text="@string/str_wait_scan_order"
-                android:gravity="left"
-                android:textColor="@color/black_3d3d3d"
-                android:textSize="@dimen/t14" />
-            <TextView
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:gravity="right"
-                android:text=":"
-                android:textColor="@color/black_3d3d3d"
-                android:textSize="@dimen/t14" />
-            <TextView
-                android:id="@+id/tv_wait_scan_qty"
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:text="0"
-                android:gravity="left"
-                android:textColor="@color/black_3d3d3d"
-                android:textStyle="bold"
-                android:textSize="@dimen/t14" />
-            <TextView
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:layout_weight="1"
-                android:gravity="right"
-                android:text="@string/str_been_scan_order"
-                android:textColor="@color/black_3d3d3d"
-                android:textSize="@dimen/t14" />
-            <TextView
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:gravity="right"
-                android:text=":"
-                android:textColor="@color/black_3d3d3d"
-                android:textSize="@dimen/t14" />
-
-            <TextView
-                android:id="@+id/tv_scan_qty"
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:text="0"
-                android:gravity="left"
-                android:textColor="@color/md_green_600"
-                android:textStyle="bold"
-                android:textSize="@dimen/t14" />
-        </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:layout_marginLeft="15dp"
-    android:layout_marginRight="@dimen/dp_10"
-    android:background="@null"
-    android:gravity="center_vertical"
-    android:orientation="vertical"
-    android:paddingTop="5dp">
-    <LinearLayout
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:background="@null"
-        android:gravity="center_vertical"
-        android:orientation="horizontal"
-        android:padding="5dp">
-        <TextView
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:text="@string/str_track_number"
-            android:gravity="left"
-            android:textColor="@color/black_3d3d3d"
-            android:textSize="@dimen/t14" />
-
-        <TextView
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:text="0"
-            android:gravity="left"
-            android:textColor="@color/black_3d3d3d"
-            android:textStyle="bold"
-            android:textSize="@dimen/t14" />
-        <TextView
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:layout_weight="1"
-            android:gravity="right"
-            android:text="@string/str_sold_out_location"
-            android:textColor="@color/black_3d3d3d"
-            android:textSize="@dimen/t14" />
-        <TextView
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:layout_weight="1"
-            android:text="@string/str_scan_whether"
-            android:gravity="right"
-            android:textColor="@color/black_3d3d3d"
-            android:textStyle="bold"
-            android:textSize="@dimen/t14" />
-    </LinearLayout>
-</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>
-
-    <include layout="@layout/item_float_image" />
-
-</LinearLayout>

+ 0 - 506
app/src/main/res/layout/activity_putout_pickup.xml

@@ -1,506 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    xmlns:tools="http://schemas.android.com/tools"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    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">
-            <LinearLayout
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:layout_marginLeft="@dimen/dp_10"
-                android:layout_marginTop="@dimen/dp_10"
-                android:layout_marginRight="@dimen/dp_10"
-                android:background="@drawable/bg_white_et"
-                android:gravity="center_vertical"
-                android:orientation="horizontal"
-                android:padding="5dp">
-                <EditText
-                    android:id="@+id/et_order_no"
-                    android:layout_width="0dp"
-                    android:layout_height="wrap_content"
-                    android:layout_weight="1"
-                    android:background="@null"
-                    android:hint="@string/hint_please_scan_edit_track_no"
-                    android:imeOptions="actionDone"
-                    android:paddingRight="5dp"
-                    android:singleLine="true"
-                    android:textSize="@dimen/t14" />
-                <ImageButton
-                    android:id="@+id/search_clear"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:layout_alignParentRight="true"
-                    android:layout_centerVertical="true"
-                    android:layout_marginRight="3dp"
-                    android:background="@android:color/transparent"
-                    android:padding="6dp"
-                    android:src="@drawable/ic_clear"
-                    android:visibility="invisible"
-                    android:textSize="@dimen/sp_14" />
-                <include layout="@layout/item_image_code" />
-
-            </LinearLayout>
-            <View
-                android:layout_width="match_parent"
-                android:layout_height="1dp"
-                android:background="@color/md_grey_100" />
-            <LinearLayout
-                android:id="@+id/ll_location"
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:layout_marginLeft="@dimen/dp_10"
-                android:layout_marginTop="@dimen/dp_10"
-                android:layout_marginRight="@dimen/dp_10"
-                android:background="@drawable/bg_white_et"
-                android:gravity="center_vertical"
-                android:orientation="horizontal"
-                android:padding="5dp">
-                <EditText
-                    android:id="@+id/et_location_code"
-                    android:layout_width="0dp"
-                    android:layout_height="wrap_content"
-                    android:layout_weight="1"
-                    android:background="@null"
-                    android:hint="@string/hint_please_edit_location"
-                    android:imeOptions="actionDone"
-                    android:paddingRight="5dp"
-                    android:singleLine="true"
-                    android:textSize="@dimen/t14" />
-
-                <ImageButton
-                    android:id="@+id/ima_location_clear"
-                    android:layout_width="14dp"
-                    android:layout_height="wrap_content"
-                    android:layout_alignParentRight="true"
-                    android:layout_centerVertical="true"
-                    android:layout_marginRight="3dp"
-                    android:background="@android:color/transparent"
-                    android:padding="6dp"
-                    android:src="@drawable/ic_clear"
-                    android:textSize="@dimen/sp_14"
-                    android:visibility="invisible" />
-
-                <ImageView
-                    android:id="@+id/ima_or_code_two"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:layout_marginLeft="7dp"
-                    android:src="@drawable/ic_scanning_gray">
-                </ImageView>
-            </LinearLayout>
-            <LinearLayout
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:layout_margin="@dimen/dp_10"
-
-                android:background="@drawable/bg_white_et"
-                android:gravity="center_vertical"
-                android:orientation="horizontal"
-                android:padding="5dp">
-                <EditText
-                    android:id="@+id/et_sku"
-                    android:layout_width="0dp"
-                    android:layout_height="wrap_content"
-                    android:layout_weight="1"
-                    android:background="@null"
-                    android:hint="@string/hint_please_edit_sku"
-                    android:imeOptions="actionDone"
-                    android:paddingRight="5dp"
-                    android:singleLine="true"
-                    android:textSize="@dimen/t14" />
-                <ImageButton
-                    android:id="@+id/ima_sku_clear"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:layout_alignParentRight="true"
-                    android:layout_centerVertical="true"
-                    android:layout_marginRight="3dp"
-                    android:background="@android:color/transparent"
-                    android:padding="6dp"
-                    android:src="@drawable/ic_clear"
-                    android:visibility="invisible"
-                    android:textSize="@dimen/sp_14" />
-                <ImageView
-                    android:id="@+id/ima_or_code_three"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:layout_marginLeft="7dp"
-                    android:src="@drawable/ic_scanning_gray">
-                </ImageView>
-            </LinearLayout>
-
-            <View
-                android:layout_width="match_parent"
-                android:layout_height="1dp"
-                android:background="@color/md_grey_100" />
-            <LinearLayout
-                android:id="@+id/ll_is_scan_location"
-                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:layout_marginTop="5dp"
-                android:layout_marginBottom="5dp"
-                android:gravity="center_vertical"
-                android:orientation="horizontal"
-                >
-                <CheckBox
-                    android:id="@+id/cb_is_scan_location"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:background="@null"
-                    android:checked="true"/>
-                <TextView
-                    android:layout_marginLeft="5dp"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:text="@string/str_is_scan_location"
-                    android:textColor="@color/black"
-                    android:textSize="@dimen/t14" />
-            </LinearLayout>
-
-
-            <View
-                android:layout_width="match_parent"
-                android:layout_height="1dp"
-                android:background="@color/md_grey_100" />
-            <LinearLayout
-                android:id="@+id/ll_track_view"
-                android:orientation="vertical"
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content">
-
-                <LinearLayout
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:layout_marginLeft="15dp"
-                    android:layout_marginRight="@dimen/dp_10"
-                    android:background="@null"
-                    android:gravity="center_vertical"
-                    android:orientation="vertical"
-                    android:paddingTop="5dp">
-                    <LinearLayout
-                        android:layout_width="match_parent"
-                        android:layout_height="wrap_content"
-                        android:background="@null"
-                        android:gravity="center_vertical"
-                        android:orientation="horizontal"
-                        android:padding="5dp">
-                        <TextView
-                            android:layout_width="wrap_content"
-                            android:layout_height="wrap_content"
-                            android:text="下个扫描运单号"
-                            android:gravity="center_vertical"
-                            android:textColor="@color/black_3d3d3d"
-                            android:textSize="@dimen/t14" />
-                        <TextView
-                            android:layout_width="wrap_content"
-                            android:layout_height="wrap_content"
-                            android:gravity="right"
-                            android:text=":"
-                            android:textColor="@color/black_3d3d3d"
-                            android:textSize="@dimen/t14" />
-                        <TextView
-                            android:id="@+id/tv_next_tracking_number"
-                            android:layout_width="wrap_content"
-                            android:layout_height="wrap_content"
-                            android:text=""
-                            android:gravity="center_vertical"
-                            android:textColor="@color/black_3d3d3d"
-                            android:textSize="@dimen/t14" />
-                    </LinearLayout>
-
-                </LinearLayout>
-
-                <LinearLayout
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:layout_marginLeft="15dp"
-                    android:layout_marginRight="@dimen/dp_10"
-                    android:background="@null"
-                    android:gravity="center_vertical"
-                    android:orientation="vertical"
-                    android:paddingTop="5dp">
-                    <LinearLayout
-                        android:layout_width="match_parent"
-                        android:layout_height="wrap_content"
-                        android:background="@null"
-                        android:gravity="center_vertical"
-                        android:orientation="horizontal"
-                        android:padding="5dp">
-                        <TextView
-                            android:layout_width="wrap_content"
-                            android:layout_height="wrap_content"
-                            android:text="@string/str_wait_pickup"
-                            android:gravity="left"
-                            android:textColor="@color/black_3d3d3d"
-                            android:textSize="@dimen/t14" />
-                        <TextView
-                            android:layout_width="wrap_content"
-                            android:layout_height="wrap_content"
-                            android:gravity="right"
-                            android:text=":"
-                            android:textColor="@color/black_3d3d3d"
-                            android:textSize="@dimen/t14" />
-                        <TextView
-                            android:id="@+id/tv_wait_pickup_qty"
-                            android:layout_width="wrap_content"
-                            android:layout_height="wrap_content"
-                            android:text="0"
-                            android:gravity="left"
-                            android:textColor="@color/md_red_700"
-                            android:textStyle="bold"
-                            android:textSize="@dimen/t14" />
-                        <TextView
-                            android:layout_width="wrap_content"
-                            android:layout_height="wrap_content"
-                            android:layout_weight="1"
-                            android:gravity="right"
-                            android:text="@string/str_been_pickup"
-                            android:textColor="@color/black_3d3d3d"
-                            android:textSize="@dimen/t14" />
-                        <TextView
-                            android:layout_width="wrap_content"
-                            android:layout_height="wrap_content"
-                            android:gravity="right"
-                            android:text=":"
-                            android:textColor="@color/black_3d3d3d"
-                            android:textSize="@dimen/t14" />
-
-                        <TextView
-                            android:id="@+id/tv_pickup_qty"
-                            android:layout_width="wrap_content"
-                            android:layout_height="wrap_content"
-                            android:text="0"
-                            android:gravity="left"
-                            android:textColor="@color/md_green_600"
-                            android:textStyle="bold"
-                            android:textSize="@dimen/t14" />
-                    </LinearLayout>
-
-                </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: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: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
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text="运单号"
-                        android:textColor="@color/black"
-                        android:textSize="@dimen/t14" />
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text=":"
-                        android:textColor="@color/black"
-                        android:textSize="@dimen/t14" />
-                    <com.fxy.baselibrary.views.MarqueeTextView
-                        android:id="@+id/mt_tracking_number"
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:layout_weight="1"
-                        android:enabled="false"
-                        android:ellipsize="marquee"
-                        android:focusable="true"
-                        android:singleLine="true"
-                        android:gravity="center_vertical"
-                        android:textColor="@color/black_3d3d3d"
-                        android:textSize="@dimen/t14"
-                        />
-
-                </LinearLayout>
-                <LinearLayout
-                    android:id="@+id/ll_location_record"
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:paddingBottom="5dp"
-                    android:paddingTop="5dp"
-                    android:orientation="horizontal">
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text="库位码"
-                        android:textColor="@color/black"
-                        android:textSize="@dimen/t14" />
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text=":"
-                        android:textColor="@color/black"
-                        android:textSize="@dimen/t14" />
-
-                    <com.fxy.baselibrary.views.MarqueeTextView
-                        android:id="@+id/mt_location_number"
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:layout_weight="1"
-                        android:enabled="false"
-                        android:ellipsize="marquee"
-                        android:focusable="true"
-                        android:singleLine="true"
-                        android:gravity="center_vertical"
-                        android:textColor="@color/black_3d3d3d"
-                        android:textSize="@dimen/t14"
-                        />
-                </LinearLayout>
-                <LinearLayout
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:paddingBottom="5dp"
-                    android:paddingTop="5dp"
-                    android:orientation="horizontal">
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text="SKU"
-                        android:textColor="@color/black"
-                        android:textSize="@dimen/t14" />
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text=":"
-                        android:textColor="@color/black"
-                        android:textSize="@dimen/t14" />
-
-                    <com.fxy.baselibrary.views.MarqueeTextView
-                        android:id="@+id/mt_sku"
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:layout_weight="1"
-                        android:enabled="false"
-                        android:ellipsize="marquee"
-                        android:focusable="true"
-                        android:singleLine="true"
-                        android:gravity="center_vertical"
-                        android:textColor="@color/black_3d3d3d"
-                        android:textSize="@dimen/t14"
-                        />
-                </LinearLayout>
-
-            </LinearLayout>
-            <LinearLayout
-                android:id="@+id/ll_pick_view"
-                android:orientation="vertical"
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content">
-                <LinearLayout
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:layout_marginLeft="@dimen/dp_10"
-                    android:layout_marginTop="@dimen/dp_10"
-                    android:layout_marginRight="@dimen/dp_10"
-                    android:layout_marginBottom="@dimen/dp_4"
-                    android:background="@drawable/bg_white_et"
-                    android:gravity="center_vertical"
-                    android:orientation="horizontal"
-                    android:padding="10dp">
-                    <TextView
-                        android:id="@+id/btn_close"
-                        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_orange_item"
-                        android:gravity="center"
-                        android:text="@string/str_close_tray"
-                        android:padding="10dp"
-                        android:textColor="@color/white"
-                        android:textSize="@dimen/t16"
-                        android:visibility="visible" />
-
-                </LinearLayout>
-                <LinearLayout
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:layout_marginLeft="@dimen/dp_10"
-                    android:layout_marginTop="@dimen/dp_10"
-                    android:layout_marginRight="@dimen/dp_10"
-                    android:layout_marginBottom="@dimen/dp_4"
-                    android:background="@drawable/bg_white_et"
-                    android:gravity="center_vertical"
-                    android:orientation="horizontal"
-                    android:padding="10dp">
-                    <TextView
-                        android:id="@+id/btn_accomplish"
-                        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_orange_item"
-                        android:gravity="center"
-                        android:text="@string/str_complete_pickup"
-                        android:padding="10dp"
-                        android:textColor="@color/white"
-                        android:textSize="@dimen/t16"
-                        android:visibility="visible" />
-                </LinearLayout>
-            </LinearLayout>
-            <LinearLayout
-                android:id="@+id/ll_batch_pick_view"
-                android:orientation="horizontal"
-                android:layout_width="match_parent"
-                android:visibility="gone"
-                android:layout_height="wrap_content">
-                <LinearLayout
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:layout_marginLeft="@dimen/dp_10"
-                    android:layout_marginTop="@dimen/dp_10"
-                    android:layout_marginRight="@dimen/dp_10"
-                    android:layout_marginBottom="@dimen/dp_4"
-                    android:background="@drawable/bg_white_et"
-                    android:gravity="center_vertical"
-                    android:orientation="horizontal"
-                    android:padding="10dp">
-                    <TextView
-                        android:id="@+id/btn_batch_confirm"
-                        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_orange_item"
-                        android:gravity="center"
-                        android:text="@string/str_batch_confirm"
-                        android:padding="10dp"
-                        android:textColor="@color/white"
-                        android:textSize="@dimen/t16"
-                        android:visibility="visible" />
-                </LinearLayout>
-            </LinearLayout>
-        </LinearLayout>
-    </ScrollView>
-    <include layout="@layout/item_float_image" />
-</LinearLayout>

+ 0 - 279
app/src/main/res/layout/activity_putout_turn_over.xml

@@ -1,279 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    xmlns:tools="http://schemas.android.com/tools"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    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">
-            <LinearLayout
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:layout_marginLeft="@dimen/dp_10"
-                android:layout_marginRight="@dimen/dp_10"
-                android:background="@null"
-                android:gravity="center_vertical"
-                android:orientation="vertical">
-                <LinearLayout
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:background="@null"
-                    android:gravity="center_vertical"
-                    android:orientation="horizontal"
-                    android:padding="5dp">
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text="@string/str_transition_type"
-                        android:textColor="@color/black"
-                        android:textSize="@dimen/t14" />
-                    <RadioGroup
-                        android:id="@+id/radioGroup1"
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:orientation="horizontal" >
-                        <RadioButton
-                            android:id="@+id/rb_turn_over_container"
-                            android:layout_width="match_parent"
-                            android:layout_height="wrap_content"
-                            android:checked="true"
-                            android:onClick="onRadioButtonClicked"
-                            android:text="@string/str_container_turn_over" />
-
-                        <RadioButton
-                            android:id="@+id/rb_turn_over_track"
-                            android:layout_width="match_parent"
-                            android:layout_height="wrap_content"
-                            android:onClick="onRadioButtonClicked"
-                            android:text="@string/str_track_turn_over" />
-
-                    </RadioGroup>
-                </LinearLayout>
-
-            </LinearLayout>
-
-
-
-            <View
-                android:layout_width="match_parent"
-                android:layout_height="1dp"
-                android:background="@color/md_grey_100" />
-
-            <LinearLayout
-                android:id="@+id/ll_container_no"
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:layout_marginLeft="@dimen/dp_10"
-                android:layout_marginTop="@dimen/dp_10"
-                android:layout_marginRight="@dimen/dp_10"
-                android:background="@drawable/bg_white_et"
-                android:gravity="center_vertical"
-                android:orientation="horizontal"
-                android:padding="5dp">
-                <EditText
-                    android:id="@+id/et_container_number"
-                    android:layout_width="0dp"
-                    android:layout_height="wrap_content"
-                    android:layout_weight="1"
-                    android:background="@null"
-                    android:hint="@string/hint_please_scan_container_code"
-                    android:imeOptions="actionDone"
-                    android:paddingRight="5dp"
-                    android:singleLine="true"
-                    android:textSize="@dimen/t14" />
-                <ImageButton
-                    android:id="@+id/ima_container_clear"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:layout_alignParentRight="true"
-                    android:layout_centerVertical="true"
-                    android:layout_marginRight="3dp"
-                    android:background="@android:color/transparent"
-                    android:padding="6dp"
-                    android:src="@drawable/ic_clear"
-                    android:visibility="invisible"
-                    android:textSize="@dimen/sp_14" />
-                <include layout="@layout/item_image_code" />
-            </LinearLayout>
-
-            <LinearLayout
-                android:id="@+id/ll_track_no"
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:layout_marginLeft="@dimen/dp_10"
-                android:layout_marginTop="@dimen/dp_10"
-                android:layout_marginRight="@dimen/dp_10"
-                android:background="@drawable/bg_white_et"
-                android:gravity="center_vertical"
-                android:orientation="horizontal"
-                android:padding="5dp">
-                <EditText
-                    android:id="@+id/et_tracking_number"
-                    android:layout_width="0dp"
-                    android:layout_height="wrap_content"
-                    android:layout_weight="1"
-                    android:background="@null"
-                    android:hint="@string/hint_please_scan_edit_track_no"
-                    android:imeOptions="actionDone"
-                    android:paddingRight="5dp"
-                    android:singleLine="true"
-                    android:textSize="@dimen/t14" />
-
-                <ImageButton
-                    android:id="@+id/ima_tracking_clear"
-                    android:layout_width="14dp"
-                    android:layout_height="wrap_content"
-                    android:layout_alignParentRight="true"
-                    android:layout_centerVertical="true"
-                    android:layout_marginRight="3dp"
-                    android:background="@android:color/transparent"
-                    android:padding="6dp"
-                    android:src="@drawable/ic_clear"
-                    android:textSize="@dimen/sp_14"
-                    android:visibility="invisible" />
-
-                <ImageView
-                    android:id="@+id/ima_or_code_two"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:layout_marginLeft="7dp"
-                    android:src="@drawable/ic_scanning_gray">
-                </ImageView>
-            </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: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:id="@+id/ll_container"
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:paddingBottom="5dp"
-                    android:paddingTop="5dp"
-                    android:orientation="horizontal">
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text="@string/str_tray_code"
-                        android:textColor="@color/black"
-                        android:textSize="@dimen/t14" />
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text=":"
-                        android:textColor="@color/black"
-                        android:textSize="@dimen/t14" />
-                    <com.fxy.baselibrary.views.MarqueeTextView
-                        android:id="@+id/mt_container_number"
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:layout_weight="1"
-                        android:enabled="false"
-                        android:ellipsize="marquee"
-                        android:focusable="true"
-                        android:singleLine="true"
-                        android:gravity="center_vertical"
-                        android:textColor="@color/black_3d3d3d"
-                        android:textSize="@dimen/t14"
-                        />
-
-                </LinearLayout>
-                <LinearLayout
-                    android:id="@+id/ll_track"
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:paddingBottom="5dp"
-                    android:paddingTop="5dp"
-                    android:orientation="horizontal">
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text="@string/str_track_number"
-                        android:textColor="@color/black"
-                        android:textSize="@dimen/t14" />
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text=":"
-                        android:textColor="@color/black"
-                        android:textSize="@dimen/t14" />
-
-                    <com.fxy.baselibrary.views.MarqueeTextView
-                        android:id="@+id/mt_tracking_number"
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:layout_weight="1"
-                        android:enabled="false"
-                        android:ellipsize="marquee"
-                        android:focusable="true"
-                        android:singleLine="true"
-                        android:gravity="center_vertical"
-                        android:textColor="@color/black_3d3d3d"
-                        android:textSize="@dimen/t14"
-                        />
-                </LinearLayout>
-                <LinearLayout
-                    android:id="@+id/ll_usable_num"
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:paddingBottom="5dp"
-                    android:paddingTop="5dp"
-                    android:orientation="horizontal">
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text="数量"
-                        android:textColor="@color/black"
-                        android:textSize="@dimen/t14" />
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text=":"
-                        android:textColor="@color/black"
-                        android:textSize="@dimen/t14" />
-
-                    <com.fxy.baselibrary.views.MarqueeTextView
-                        android:id="@+id/mt_qty"
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:layout_weight="1"
-                        android:enabled="false"
-                        android:ellipsize="marquee"
-                        android:focusable="true"
-                        android:singleLine="true"
-                        android:gravity="center_vertical"
-                        android:textColor="@color/black_3d3d3d"
-                        android:textSize="@dimen/t14"
-                        />
-                </LinearLayout>
-
-            </LinearLayout>
-        </LinearLayout>
-
-
-    </ScrollView>
-<!--    <include layout="@layout/item_float_image" />-->
-    <include layout="@layout/item_float_image" />
-</LinearLayout>

+ 0 - 394
app/src/main/res/layout/activity_repertory_shift.xml

@@ -1,394 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    xmlns:tools="http://schemas.android.com/tools"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    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">
-            <LinearLayout
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:layout_marginLeft="@dimen/dp_10"
-                android:layout_marginRight="@dimen/dp_10"
-                android:background="@null"
-                android:gravity="center_vertical"
-                android:orientation="vertical">
-                <LinearLayout
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:background="@null"
-                    android:gravity="center_vertical"
-                    android:orientation="horizontal"
-                    android:padding="5dp">
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text="@string/str_shift_type"
-                        android:textColor="@color/black"
-                        android:textSize="@dimen/t14" />
-                    <RadioGroup
-                        android:id="@+id/radioGroup1"
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:orientation="horizontal" >
-                        <RadioButton
-                            android:id="@+id/move_location"
-                            android:layout_width="match_parent"
-                            android:layout_height="wrap_content"
-                            android:checked="true"
-                            android:onClick="onRadioButtonClicked"
-                            android:text="@string/str_location_shift" />
-
-                        <RadioButton
-                            android:id="@+id/move_sku"
-                            android:layout_width="match_parent"
-                            android:layout_height="wrap_content"
-                            android:onClick="onRadioButtonClicked"
-                            android:text="@string/str_sku_shift" />
-
-                    </RadioGroup>
-                </LinearLayout>
-
-            </LinearLayout>
-            <LinearLayout
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:layout_marginLeft="@dimen/dp_10"
-                android:layout_marginTop="@dimen/dp_10"
-                android:layout_marginRight="@dimen/dp_10"
-                android:background="@drawable/bg_white_et"
-                android:gravity="center_vertical"
-                android:orientation="horizontal"
-                android:padding="5dp">
-                <EditText
-                    android:id="@+id/et_storage_location"
-                    android:layout_width="0dp"
-                    android:layout_height="wrap_content"
-                    android:layout_weight="1"
-                    android:background="@null"
-                    android:hint="@string/please_scan_storage_location"
-                    android:imeOptions="actionDone"
-                    android:paddingRight="5dp"
-                    android:singleLine="true"
-                    android:textSize="@dimen/t14" />
-                <ImageButton
-                    android:id="@+id/ima_scan_clear"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:layout_alignParentRight="true"
-                    android:layout_centerVertical="true"
-                    android:layout_marginRight="3dp"
-                    android:background="@android:color/transparent"
-                    android:padding="6dp"
-                    android:src="@drawable/ic_clear"
-                    android:visibility="invisible"
-                    android:textSize="@dimen/sp_14" />
-                <include layout="@layout/item_image_code" />
-            </LinearLayout>
-            <View
-                android:layout_width="match_parent"
-                android:layout_height="1dp"
-                android:background="@color/md_grey_100" />
-            <LinearLayout
-                android:id="@+id/ll_et_sku"
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:layout_marginLeft="@dimen/dp_10"
-                android:layout_marginTop="@dimen/dp_10"
-                android:layout_marginRight="@dimen/dp_10"
-                android:background="@drawable/bg_white_et"
-                android:gravity="center_vertical"
-                android:orientation="horizontal"
-
-                android:padding="5dp">
-                <EditText
-                    android:id="@+id/et_sku"
-                    android:layout_width="0dp"
-                    android:layout_height="wrap_content"
-                    android:layout_weight="1"
-                    android:background="@null"
-                    android:hint="@string/hint_please_scan_sku"
-                    android:imeOptions="actionDone"
-                    android:paddingRight="5dp"
-                    android:singleLine="true"
-                    android:enabled="false"
-                    android:textSize="@dimen/t14" />
-                <ImageButton
-                    android:id="@+id/ima_sku_clear"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:layout_alignParentRight="true"
-                    android:layout_centerVertical="true"
-                    android:layout_marginRight="3dp"
-                    android:background="@android:color/transparent"
-                    android:padding="6dp"
-                    android:src="@drawable/ic_clear"
-                    android:visibility="invisible"
-                    android:textSize="@dimen/sp_14" />
-                <ImageView
-                    android:id="@+id/ima_or_code_two"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:layout_marginLeft="7dp"
-                    android:src="@drawable/ic_scanning_gray">
-                </ImageView>
-            </LinearLayout>
-            <View
-                android:layout_width="match_parent"
-                android:layout_height="1dp"
-                android:background="@color/md_grey_100" />
-            <LinearLayout
-                android:id="@+id/ll_et_sku_num"
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:layout_marginLeft="@dimen/dp_10"
-                android:layout_marginTop="@dimen/dp_10"
-                android:layout_marginRight="@dimen/dp_10"
-                android:background="@drawable/bg_white_et"
-                android:gravity="center_vertical"
-                android:orientation="horizontal"
-                android:padding="5dp">
-                <EditText
-                    android:id="@+id/et_sku_num"
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:background="@drawable/bg_white_et"
-                    android:hint="@string/hint_please_edit_sku_num"
-                    android:inputType="numberDecimal|number"
-                    android:imeOptions="actionDone"
-                    android:paddingRight="5dp"
-                    android:singleLine="true"
-                    android:enabled="false"
-                    android:textSize="@dimen/t14" />
-
-            </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: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:id="@+id/ll_sku"
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:paddingBottom="5dp"
-                    android:paddingTop="5dp"
-                    android:orientation="horizontal">
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text="SKU"
-                        android:textColor="@color/black"
-                        android:textSize="@dimen/t14" />
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text=":"
-                        android:textColor="@color/black"
-                        android:textSize="@dimen/t14" />
-                    <com.fxy.baselibrary.views.MarqueeTextView
-                        android:id="@+id/mt_sku"
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:layout_weight="1"
-                        android:enabled="false"
-                        android:ellipsize="marquee"
-                        android:focusable="true"
-                        android:singleLine="true"
-                        android:gravity="center_vertical"
-                        android:textColor="@color/black_3d3d3d"
-                        android:textSize="@dimen/t14"
-                        />
-
-                </LinearLayout>
-                <LinearLayout
-                    android:id="@+id/ll_type_goods"
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:paddingBottom="5dp"
-                    android:paddingTop="5dp"
-                    android:orientation="horizontal">
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text="@string/str_type_goods"
-                        android:textColor="@color/black"
-                        android:textSize="@dimen/t14" />
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text=":"
-                        android:textColor="@color/black"
-                        android:textSize="@dimen/t14" />
-                    <com.fxy.baselibrary.views.MarqueeTextView
-                        android:id="@+id/mt_type_goods"
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:layout_weight="1"
-                        android:enabled="false"
-                        android:ellipsize="marquee"
-                        android:focusable="true"
-                        android:singleLine="true"
-                        android:gravity="center_vertical"
-                        android:textColor="@color/black_3d3d3d"
-                        android:textSize="@dimen/t14"
-                        />
-
-                </LinearLayout>
-                <LinearLayout
-                    android:id="@+id/ll_usable_num"
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:paddingBottom="5dp"
-                    android:paddingTop="5dp"
-                    android:orientation="horizontal">
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text="@string/str_available_quantity"
-                        android:textColor="@color/black"
-                        android:textSize="@dimen/t14" />
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text=":"
-                        android:textColor="@color/black"
-                        android:textSize="@dimen/t14" />
-
-                    <com.fxy.baselibrary.views.MarqueeTextView
-                        android:id="@+id/mt_usable_num"
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:layout_weight="1"
-                        android:enabled="false"
-                        android:ellipsize="marquee"
-                        android:focusable="true"
-                        android:singleLine="true"
-                        android:gravity="center_vertical"
-                        android:textColor="@color/black_3d3d3d"
-                        android:textSize="@dimen/t14"
-                        />
-                </LinearLayout>
-                <LinearLayout
-                    android:id="@+id/ll_storage_location"
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:paddingBottom="5dp"
-                    android:paddingTop="5dp"
-                    android:orientation="horizontal">
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text="@string/str_storage_location"
-                        android:textColor="@color/black"
-                        android:textSize="@dimen/t14" />
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text=":"
-                        android:textColor="@color/black"
-                        android:textSize="@dimen/t14" />
-
-                    <com.fxy.baselibrary.views.MarqueeTextView
-                        android:id="@+id/mt_storage_location"
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:layout_weight="1"
-                        android:enabled="false"
-                        android:ellipsize="marquee"
-                        android:focusable="true"
-                        android:singleLine="true"
-                        android:gravity="center_vertical"
-                        android:textColor="@color/black_3d3d3d"
-                        android:textSize="@dimen/t14"
-                        />
-                </LinearLayout>
-                <LinearLayout
-                    android:id="@+id/ll_location_type"
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:paddingBottom="5dp"
-                    android:paddingTop="5dp"
-                    android:orientation="horizontal">
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text="@string/str_location_type"
-                        android:textColor="@color/black"
-                        android:textSize="@dimen/t14" />
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text=":"
-                        android:textColor="@color/black"
-                        android:textSize="@dimen/t14" />
-
-                    <com.fxy.baselibrary.views.MarqueeTextView
-                        android:id="@+id/mt_location_type"
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:layout_weight="1"
-                        android:enabled="false"
-                        android:ellipsize="marquee"
-                        android:focusable="true"
-                        android:singleLine="true"
-                        android:gravity="center_vertical"
-                        android:textColor="@color/black_3d3d3d"
-                        android:textSize="@dimen/t14"
-                        />
-                </LinearLayout>
-            </LinearLayout>
-
-            <LinearLayout
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:layout_marginLeft="@dimen/dp_10"
-                android:layout_marginTop="@dimen/dp_10"
-                android:layout_marginRight="@dimen/dp_10"
-                android:layout_marginBottom="@dimen/dp_4"
-                android:background="@drawable/bg_white_et"
-                android:gravity="center_vertical"
-                android:orientation="horizontal"
-                android:padding="10dp">
-                <TextView
-                    android:id="@+id/btn_start_shift"
-                    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_orange_item"
-                    android:gravity="center"
-                    android:text="@string/str_start_shift"
-                    android:padding="10dp"
-                    android:textColor="@color/white"
-                    android:textSize="@dimen/t16"
-                    android:visibility="visible" />
-            </LinearLayout>
-        </LinearLayout>
-
-
-    </ScrollView>
-    <include layout="@layout/item_float_image" />
-</LinearLayout>

+ 0 - 280
app/src/main/res/layout/activity_sign_in.xml

@@ -1,280 +0,0 @@
-<?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">
-    <LinearLayout
-        style="@style/FromLinearLayoutItem"
-        android:orientation="horizontal"
-        >
-        <EditText
-            android:id="@+id/et_order_no"
-            android:layout_width="0dp"
-            android:layout_height="wrap_content"
-            android:layout_weight="1"
-            android:background="@null"
-            android:hint="@string/hint_please_scan_no"
-            android:imeOptions="actionDone"
-            android:paddingRight="5dp"
-            android:singleLine="true"
-            android:text=""
-            android:textSize="@dimen/t14" />
-        <ImageButton
-            android:id="@+id/search_clear"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:layout_alignParentRight="true"
-            android:layout_centerVertical="true"
-            android:layout_marginRight="3dp"
-            android:background="@android:color/transparent"
-            android:padding="6dp"
-            android:src="@drawable/ic_clear"
-            android:visibility="invisible"
-
-            android:textSize="@dimen/sp_14" />
-
-        <include layout="@layout/item_image_code" />
-    </LinearLayout>
-
-    <View
-        android:layout_width="match_parent"
-        android:layout_height="4dp"
-        android:background="@color/md_grey_100" />
-    <LinearLayout
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:layout_marginLeft="@dimen/dp_10"
-        android:layout_marginRight="@dimen/dp_10"
-
-        android:gravity="center_vertical"
-        android:orientation="horizontal"
-
-        >
-        <TextView
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:paddingBottom="@dimen/dp_4"
-            android:paddingTop="@dimen/dp_4"
-            android:paddingLeft="@dimen/dp_10"
-            android:text="@string/str_load_type"
-            android:textColor="@color/black"
-            android:textSize="@dimen/t14" />
-        <TextView
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:text=":"
-            android:textColor="@color/black"
-            android:textSize="@dimen/t14" />
-        <com.jaredrummler.materialspinner.MaterialSpinner
-            android:id="@+id/ms_load_type"
-            android:layout_width="match_parent"
-            android:layout_height="match_parent"
-            android:ellipsize="marquee"
-            android:focusable="true"
-            app:ms_padding_top="5dp"
-            app:ms_padding_bottom="5dp"
-            app:ms_padding_left="5dp"
-            app:ms_popup_padding_left="10dp"
-            android:gravity="center"
-            android:textSize="@dimen/t14"/>
-    </LinearLayout>
-    <View
-        android:layout_width="match_parent"
-        android:layout_height="4dp"
-        android:background="@color/md_grey_100" />
-
-
-    <LinearLayout
-        android:id="@+id/ly_num_content"
-        android:layout_width="match_parent"
-        android:layout_height="30dp"
-        android:layout_marginLeft="@dimen/dp_10"
-        android:layout_marginRight="@dimen/dp_10"
-        android:gravity="center_vertical"
-        android:orientation="horizontal"
-        android:padding="0dp">
-
-        <EditText
-            android:id="@+id/et_receipt_qty"
-            android:layout_width="150dp"
-            android:layout_height="match_parent"
-            android:layout_marginRight="@dimen/dp_10"
-            android:background="@drawable/bg_white_et"
-            android:hint="@string/hint_enter_number"
-            android:inputType="numberDecimal|number"
-            android:paddingLeft="@dimen/dp_10"
-            android:singleLine="true"
-            android:textSize="@dimen/t14" />
-
-
-        <com.jaredrummler.materialspinner.MaterialSpinner
-            android:id="@+id/ms_type"
-            android:layout_width="match_parent"
-            android:layout_height="match_parent"
-            android:ellipsize="marquee"
-            android:focusable="true"
-            android:gravity="right"
-            android:singleLine="true"
-            app:ms_padding_top="0dp"
-            app:ms_padding_bottom="0dp"
-            android:textSize="@dimen/t12"/>
-    </LinearLayout>
-
-
-    <View
-        android:layout_width="match_parent"
-        android:layout_height="4dp"
-        android:background="@color/md_grey_100" />
-
-
-
-    <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: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:paddingBottom="5dp"
-        android:paddingTop="5dp"
-        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
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:text="@string/order_no"
-                android:textColor="@color/black"
-                android:textSize="@dimen/t14" />
-            <TextView
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:text=":"
-                android:textColor="@color/black"
-                android:textSize="@dimen/t14" />
-            <com.fxy.baselibrary.views.MarqueeTextView
-                android:id="@+id/tv_order_no"
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:layout_weight="1"
-                android:enabled="false"
-                android:ellipsize="marquee"
-                android:focusable="true"
-                android:singleLine="true"
-                android:gravity="center_vertical"
-                android:textColor="@color/black_3d3d3d"
-                android:textSize="@dimen/t14"
-                />
-
-        </LinearLayout>
-        <LinearLayout
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:paddingBottom="5dp"
-            android:paddingTop="5dp"
-            android:orientation="horizontal">
-            <TextView
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:text="@string/str_total_cartons"
-                android:textColor="@color/black"
-                android:textSize="@dimen/t14" />
-            <TextView
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:text=":"
-                android:textColor="@color/black"
-                android:textSize="@dimen/t14" />
-
-            <com.fxy.baselibrary.views.MarqueeTextView
-                android:id="@+id/mt_total_cartons"
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:layout_weight="1"
-                android:enabled="false"
-                android:ellipsize="marquee"
-                android:focusable="true"
-                android:singleLine="true"
-                android:gravity="center_vertical"
-                android:textColor="@color/black_3d3d3d"
-                android:textSize="@dimen/t14"
-                />
-        </LinearLayout>
-        <LinearLayout
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:paddingBottom="5dp"
-            android:paddingTop="5dp"
-            android:orientation="horizontal">
-            <TextView
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:text="@string/str_total_quantity"
-                android:textColor="@color/black"
-                android:textSize="@dimen/t14" />
-            <TextView
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:text=":"
-                android:textColor="@color/black"
-                android:textSize="@dimen/t14" />
-
-            <com.fxy.baselibrary.views.MarqueeTextView
-                android:id="@+id/mt_total_quantity"
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:layout_weight="1"
-                android:enabled="false"
-                android:ellipsize="marquee"
-                android:focusable="true"
-                android:singleLine="true"
-                android:gravity="center_vertical"
-                android:textColor="@color/black_3d3d3d"
-                android:textSize="@dimen/t14"
-                />
-        </LinearLayout>
-    </LinearLayout>
-
-
-
-    <LinearLayout
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:layout_marginLeft="@dimen/dp_10"
-        android:layout_marginTop="@dimen/dp_10"
-        android:layout_marginRight="@dimen/dp_10"
-        android:layout_marginBottom="@dimen/dp_4"
-        android:background="@drawable/bg_white_et"
-        android:gravity="center_vertical"
-        android:orientation="horizontal"
-        android:padding="10dp">
-        <TextView
-            android:id="@+id/btn_confirm"
-            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_orange_item"
-            android:gravity="center"
-            android:text="@string/btn_accomplish_sign"
-            android:padding="10dp"
-            android:textColor="@color/white"
-            android:textSize="@dimen/t16"
-            android:visibility="visible" />
-    </LinearLayout>
-    <include layout="@layout/item_float_image" />
-</LinearLayout>

+ 0 - 455
app/src/main/res/layout/activity_tally.xml

@@ -1,455 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    xmlns:tools="http://schemas.android.com/tools"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    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">
-            <LinearLayout
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:layout_marginLeft="@dimen/dp_10"
-                android:layout_marginTop="@dimen/dp_10"
-                android:layout_marginRight="@dimen/dp_10"
-                android:background="@drawable/bg_white_et"
-                android:gravity="center_vertical"
-                android:orientation="horizontal"
-                android:padding="5dp">
-                <EditText
-                    android:id="@+id/et_order_no"
-                    android:layout_width="0dp"
-                    android:layout_height="wrap_content"
-                    android:layout_weight="1"
-                    android:background="@null"
-                    android:hint="@string/hint_please_scan_no"
-                    android:imeOptions="actionDone"
-                    android:paddingRight="5dp"
-                    android:singleLine="true"
-                    android:text=""
-                    android:textSize="@dimen/t14" />
-                <ImageButton
-                    android:id="@+id/search_clear"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:layout_alignParentRight="true"
-                    android:layout_centerVertical="true"
-                    android:layout_marginRight="3dp"
-                    android:background="@android:color/transparent"
-                    android:padding="6dp"
-                    android:src="@drawable/ic_clear"
-                    android:visibility="invisible"
-                    android:textSize="@dimen/sp_14" />
-                <include layout="@layout/item_image_code" />
-            </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:layout_marginLeft="@dimen/dp_10"
-                android:layout_marginTop="@dimen/dp_10"
-                android:layout_marginRight="@dimen/dp_10"
-                android:background="@drawable/bg_white_et"
-                android:gravity="center_vertical"
-                android:orientation="horizontal"
-                android:padding="5dp">
-                <EditText
-                    android:id="@+id/et_sku"
-                    android:layout_width="0dp"
-                    android:layout_height="wrap_content"
-                    android:layout_weight="1"
-                    android:background="@null"
-                    android:hint="@string/hint_please_edit_sku"
-                    android:imeOptions="actionDone"
-                    android:paddingRight="5dp"
-                    android:singleLine="true"
-                    android:textSize="@dimen/t14" />
-                <ImageButton
-                    android:id="@+id/ima_sku_clear"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:layout_alignParentRight="true"
-                    android:layout_centerVertical="true"
-                    android:layout_marginRight="3dp"
-                    android:background="@android:color/transparent"
-                    android:padding="6dp"
-                    android:src="@drawable/ic_clear"
-                    android:visibility="invisible"
-                    android:textSize="@dimen/sp_14" />
-                <ImageView
-                    android:id="@+id/ima_or_code_two"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:layout_marginLeft="7dp"
-                    android:src="@drawable/ic_scanning_gray">
-                  </ImageView>
-            </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:layout_marginLeft="@dimen/dp_10"
-                android:layout_marginTop="@dimen/dp_10"
-                android:layout_marginRight="@dimen/dp_10"
-                android:background="@drawable/bg_white_et"
-                android:gravity="center_vertical"
-                android:orientation="horizontal"
-                android:padding="5dp">
-                <EditText
-                    android:id="@+id/et_weight"
-                    android:layout_width="0dp"
-                    android:layout_height="wrap_content"
-                    android:layout_weight="1"
-                    android:background="@null"
-                    android:hint="@string/hint_please_edit_weight"
-                    android:inputType="numberDecimal|number"
-                    android:imeOptions="actionDone"
-                    android:paddingRight="5dp"
-                    android:singleLine="true"
-                    android:textSize="@dimen/t14" />
-                <TextView
-                    android:id="@+id/tv_weight_unit"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:textStyle="bold"
-                    android:text="LB">
-                </TextView>
-            </LinearLayout>
-            <View
-                android:layout_width="match_parent"
-                android:layout_height="1dp"
-                android:background="@color/md_grey_100" />
-            <LinearLayout
-                android:id="@+id/ly_measure_content"
-                android:layout_width="match_parent"
-                android:layout_height="45dp"
-                android:layout_marginLeft="@dimen/dp_10"
-                android:layout_marginRight="@dimen/dp_10"
-                android:gravity="center_vertical"
-                android:orientation="horizontal"
-                >
-
-                <EditText
-                    android:id="@+id/et_length"
-                    android:layout_width="80dp"
-                    android:layout_height="wrap_content"
-                    android:layout_weight="1"
-                    android:layout_marginRight="@dimen/dp_10"
-                    android:background="@drawable/bg_white_et"
-                    android:gravity="center"
-                    android:hint="@string/hint_length"
-                    android:inputType="numberDecimal|number"
-                    android:imeOptions="actionDone"
-                    android:padding="5dp"
-                    android:singleLine="true"
-                    android:textSize="@dimen/t14" />
-                <EditText
-                    android:id="@+id/et_width"
-                    android:layout_width="80dp"
-                    android:layout_height="wrap_content"
-                    android:layout_weight="1"
-                    android:background="@drawable/bg_white_et"
-                    android:layout_marginLeft="@dimen/dp_10"
-                    android:layout_marginRight="@dimen/dp_10"
-                    android:gravity="center"
-                    android:hint="@string/hint_width"
-                    android:inputType="numberDecimal|number"
-                    android:imeOptions="actionDone"
-                    android:padding="5dp"
-                    android:singleLine="true"
-                    android:textSize="@dimen/t14" />
-                <EditText
-                    android:id="@+id/et_height"
-                    android:layout_width="80dp"
-                    android:layout_height="wrap_content"
-                    android:layout_weight="1"
-                    android:background="@drawable/bg_white_et"
-                    android:layout_marginLeft="@dimen/dp_10"
-                    android:gravity="center"
-                    android:hint="@string/hint_height"
-                    android:inputType="numberDecimal|number"
-                    android:imeOptions="actionDone"
-                    android:padding="5dp"
-                    android:singleLine="true"
-                    android:textSize="@dimen/t14" />
-                <TextView
-                    android:id="@+id/tv_size_unit"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:layout_marginLeft="@dimen/dp_10"
-                    android:text="CM"
-                    android:textColor="@color/black_3d3d3d"
-                    android:textSize="@dimen/t14" />
-
-            </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:layout_marginLeft="@dimen/dp_10"
-                android:layout_marginRight="@dimen/dp_10"
-                android:background="@null"
-                android:gravity="center_vertical"
-                android:orientation="vertical">
-                <LinearLayout
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:background="@null"
-                    android:gravity="center_vertical"
-                    android:orientation="horizontal"
-                    android:padding="5dp">
-
-                    <RadioGroup
-                        android:id="@+id/radioGroup1"
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:orientation="horizontal" >
-                        <RadioButton
-                            android:id="@+id/rb_usable_qualified"
-                            android:layout_width="match_parent"
-                            android:layout_height="wrap_content"
-                            android:onClick="onRadioButtonClicked"
-                            android:checked="true"
-                            android:text="@string/str_conformity" />
-                        <View
-                            android:layout_width="0dp"
-                            android:layout_height="wrap_content"
-                            android:layout_weight="1"/>
-                        <RadioButton
-                            android:id="@+id/rb_usable_damaged"
-                            android:layout_width="match_parent"
-                            android:layout_height="wrap_content"
-                            android:onClick="onRadioButtonClicked"
-                            android:text="@string/str_damage" />
-
-                    </RadioGroup>
-                </LinearLayout>
-
-            </LinearLayout>
-
-            <LinearLayout
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:layout_marginLeft="@dimen/dp_10"
-                android:layout_marginTop="@dimen/dp_10"
-                android:layout_marginRight="@dimen/dp_10"
-                android:padding="5dp"
-                android:gravity="center_vertical"
-                android:orientation="horizontal">
-                <EditText
-                    android:id="@+id/et_sku_num"
-                    android:layout_height="wrap_content"
-                    android:layout_width="wrap_content"
-                    android:padding="5dp"
-                    android:background="@drawable/bg_white_et"
-                    android:hint="@string/hint_please_edit_sku_num"
-                    android:inputType="number"
-                    android:imeOptions="actionDone"
-                    android:paddingRight="5dp"
-                    android:singleLine="true"
-                    android:enabled="false"
-                    android:textSize="@dimen/t14" />
-
-
-
-                <TextView
-                    android:id="@+id/tv_usable"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:layout_weight="1"
-                    android:gravity="right"
-                    android:text="@string/str_conformity"
-                    android:textColor="@color/md_green_600"
-                    android:textStyle="bold"
-                    android:textSize="@dimen/t14" />
-                <TextView
-                    android:id="@+id/tv_damaged"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:layout_weight="1"
-                    android:gravity="right"
-                    android:text="@string/str_damage"
-                    android:textColor="@color/md_red_A400"
-                    android:textStyle="bold"
-                    android:visibility="gone"
-                    android:textSize="@dimen/t14" />
-            </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:layout_marginLeft="@dimen/dp_10"
-                android:layout_marginTop="@dimen/dp_10"
-                android:layout_marginRight="@dimen/dp_10"
-                android:background="@drawable/bg_white_et"
-                android:gravity="center_vertical"
-                android:orientation="horizontal"
-                android:padding="5dp">
-                <EditText
-                    android:id="@+id/et_container_number"
-                    android:layout_width="0dp"
-                    android:layout_height="wrap_content"
-                    android:layout_weight="1"
-                    android:background="@null"
-                    android:hint="@string/hint_please_scan_container_code"
-                    android:imeOptions="actionDone"
-                    android:paddingRight="5dp"
-                    android:singleLine="true"
-                    android:textSize="@dimen/t14" />
-                <ImageButton
-                    android:id="@+id/ima_container_clear"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:layout_alignParentRight="true"
-                    android:layout_centerVertical="true"
-                    android:layout_marginRight="3dp"
-                    android:background="@android:color/transparent"
-                    android:padding="6dp"
-                    android:src="@drawable/ic_clear"
-                    android:visibility="invisible"
-                    android:textSize="@dimen/sp_14" />
-                <ImageView
-                    android:id="@+id/ima_or_code_three"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:layout_marginLeft="7dp"
-                    android:src="@drawable/ic_scanning_gray">
-                </ImageView>
-            </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:layout_marginLeft="@dimen/dp_10"
-                android:layout_marginRight="@dimen/dp_10"
-                android:background="@null"
-                android:gravity="center_vertical"
-                android:orientation="vertical"
-                android:paddingBottom="5dp"
-                android:paddingTop="5dp">
-                <LinearLayout
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:background="@null"
-                    android:gravity="center_vertical"
-                    android:orientation="horizontal"
-                    android:padding="5dp">
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text="@string/str_wait_received_colon"
-                        android:gravity="left"
-                        android:textColor="@color/black_3d3d3d"
-                        android:textSize="@dimen/t14" />
-                    <TextView
-                        android:id="@+id/tv_wait_qty"
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text="0"
-                        android:gravity="left"
-                        android:textColor="@color/md_green_600"
-                        android:textStyle="bold"
-                        android:textSize="@dimen/t14" />
-                    <TextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:layout_weight="1"
-                        android:gravity="right"
-                        android:text="@string/str_received_colon"
-                        android:textColor="@color/black_3d3d3d"
-                        android:textSize="@dimen/t14" />
-
-                    <TextView
-                        android:id="@+id/tv_received_qty"
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:text="0"
-                        android:gravity="left"
-                        android:textColor="@color/md_green_600"
-                        android:textStyle="bold"
-                        android:textSize="@dimen/t14" />
-                </LinearLayout>
-
-            </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
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:layout_marginLeft="@dimen/dp_10"
-                android:layout_marginTop="@dimen/dp_10"
-                android:layout_marginRight="@dimen/dp_10"
-                android:layout_marginBottom="@dimen/dp_4"
-                android:background="@drawable/bg_white_et"
-                android:gravity="center_vertical"
-                android:orientation="horizontal"
-                android:padding="10dp">
-                <TextView
-                    android:id="@+id/btn_accomplish"
-                    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_orange_item"
-                    android:gravity="center"
-                    android:text="@string/str_empty"
-                    android:padding="10dp"
-                    android:textColor="@color/white"
-                    android:textSize="@dimen/t16"
-                    android:visibility="visible" />
-            </LinearLayout>
-
-        </LinearLayout>
-
-
-    </ScrollView>
-    <include layout="@layout/item_float_image" />
-</LinearLayout>