| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441 |
- <RelativeLayout 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/background_color_first"
- android:focusable="true"
- android:focusableInTouchMode="true"
- tools:ignore="MissingDefaultResource">
- <com.scwang.smartrefresh.layout.SmartRefreshLayout
- android:visibility="gone"
- android:id="@+id/SmartRefreshLayout_id"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_below="@id/include_menuactionbar"
- android:layout_centerInParent="true">
- <android.support.v4.widget.NestedScrollView
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- </android.support.v4.widget.NestedScrollView>
- <com.scwang.smartrefresh.layout.footer.ClassicsFooter
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- app:srlAccentColor="@android:color/darker_gray" />
- <com.scwang.smartrefresh.layout.header.ClassicsHeader
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- app:srlAccentColor="@android:color/darker_gray" />
- </com.scwang.smartrefresh.layout.SmartRefreshLayout>
- <LinearLayout
- android:visibility="gone"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/include_menuactionbar"
- android:layout_centerInParent="true"
- android:orientation="vertical">
- <LinearLayout
- android:visibility="gone"
- android:layout_width="match_parent"
- android:layout_height="20dp"
- android:layout_marginTop="10dp"
- android:paddingLeft="20dp"
- android:paddingRight="20dp">
- <TextView
- style="@style/captiontext"
- android:layout_width="wrap_content"
- android:text="工单数:" />
- <TextView
- android:id="@+id/index_unfinish_number"
- style="@style/valuetext"
- android:layout_width="0dp"
- android:layout_weight="1" />
- <TextView
- android:layout_marginLeft="@dimen/textsize_20"
- style="@style/captiontext"
- android:text="报废数: " />
- <TextView
- android:id="@+id/index_scrap_number"
- style="@style/valuetext"
- android:layout_width="0dp"
- android:layout_weight="1" />
- <View
- android:layout_width="20dp"
- android:layout_height="wrap_content"/>
- </LinearLayout>
- <LinearLayout
- android:visibility="gone"
- android:layout_width="match_parent"
- android:layout_height="20dp"
- android:layout_marginTop="10dp"
- android:paddingLeft="20dp"
- android:paddingRight="20dp">
- <TextView
- style="@style/captiontext"
- android:layout_width="wrap_content"
- android:text="报工数:" />
- <TextView
- android:id="@+id/index_qty"
- style="@style/valuetext"
- android:layout_width="0dp"
- android:layout_weight="1" />
- </LinearLayout>
- <TextView
- android:visibility="gone"
- android:id="@+id/tv_metrimal_name"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:padding="15dp"
- android:layout_marginLeft="5dp"
- tools:text="K002雾化棒半成品_金桔柠檬0mg"/>
- <com.uas.esop.view.MyGridView
- android:id="@+id/grid_menu"
- style="@style/MenuGridViewStyle"
- android:numColumns="3" />
- <View
- android:visibility="gone"
- android:layout_gravity="center"
- android:layout_width="match_parent"
- android:layout_height="100dp">
- </View>
- <Button
- android:visibility="gone"
- android:id="@+id/btn_getbanner"
- android:text="获取Image"
- android:layout_marginTop="@dimen/dp_10"
- android:layout_marginLeft="@dimen/textsize_20"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:background="@drawable/bg_button">
- </Button>
- </LinearLayout>
- <ScrollView
- android:layout_below="@id/include_menuactionbar"
- android:layout_centerInParent="true"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <RelativeLayout
- android:id="@+id/rela_dimss"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <LinearLayout
- android:id="@+id/lineone"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center_vertical">
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:orientation="vertical"
- android:layout_marginLeft="12dp"
- android:padding="8dp">
- <LinearLayout
- android:layout_gravity="center"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:gravity="center_vertical"
- android:orientation="horizontal">
- <ImageView
- android:layout_width="30dp"
- android:layout_height="30dp"
- android:src="@mipmap/infoimage">
- </ImageView>
- <TextView
- android:visibility="gone"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="账号:"
- android:textColor="#333333"
- android:textSize="@dimen/textsize_20" />
- <TextView
- android:id="@+id/em_name_tv"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textSize="@dimen/textsize_20"
- tools:text="吴雨潇" />
- <TextView
- android:visibility="gone"
- android:id="@+id/em_code_tv"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:textColor="#333333"
- android:textSize="@dimen/textsize_20" />
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
- <com.uas.esop.view.SwitchView
- android:id="@+id/sound_monitor_Vibration_sv"
- android:layout_width="40dp"
- android:layout_height="25dp"
- android:layout_marginLeft="@dimen/textsize_20"
- android:layout_centerVertical="true"/>
- </RelativeLayout>
- </LinearLayout>
- <LinearLayout
- android:id="@+id/linetwo"
- android:orientation="horizontal"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/lineone"
- android:layout_centerInParent="true">
- <LinearLayout
- android:layout_marginLeft="@dimen/textsize_20"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:orientation="horizontal">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="4dp"
- android:gravity="center_vertical">
- <LinearLayout
- android:layout_marginLeft="@dimen/dp_10"
- android:orientation="vertical"
- android:layout_width="0dp"
- android:layout_weight="1"
- android:layout_height="wrap_content">
- <com.uas.esop.view.ClearableEditText
- android:id="@+id/index_position_resource"
- style="@style/EditTextLineStyle"
- android:layout_width="match_parent"
- android:hint="请输入岗位资源"
- android:imeOptions="actionSend" />
- </LinearLayout>
- <TextView
- android:visibility="gone"
- android:id="@+id/scname_tv"
- style="@style/valuetext"
- android:singleLine="true"
- android:ellipsize="end"
- android:layout_width="wrap_content"
- android:paddingLeft="@dimen/textsize_20" />
- </LinearLayout>
- </LinearLayout>
- <ImageView
- android:layout_gravity="center"
- android:id="@+id/index_edit"
- android:layout_width="20dp"
- android:layout_height="24dp"
- android:layout_marginLeft="@dimen/dp_10"
- android:src="@mipmap/magnifyingglass"
- android:layout_marginRight="@dimen/textsize_20"/>
- </LinearLayout>
- <LinearLayout
- android:id="@+id/linethree"
- android:layout_marginTop="@dimen/dp_10"
- android:orientation="horizontal"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/linetwo"
- android:layout_centerInParent="true"
- android:paddingLeft="20dp">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="4dp"
- android:orientation="horizontal"
- android:layout_weight="1">
- <LinearLayout
- android:layout_marginLeft="@dimen/dp_10"
- android:orientation="vertical"
- android:layout_width="0dp"
- android:layout_weight="1"
- android:layout_height="wrap_content">
- <com.uas.esop.view.ClearableEditText
- android:id="@+id/index_cur_doc"
- style="@style/EditTextLineStyle"
- android:layout_width="match_parent"
- android:hint="请输入工单号"
- android:imeOptions="actionSend" />
- </LinearLayout>
- </LinearLayout>
- <ImageView
- android:layout_gravity="center"
- android:id="@+id/index_cur_doc_imag"
- android:layout_width="20dp"
- android:layout_height="24dp"
- android:layout_marginRight="@dimen/textsize_20"
- android:layout_marginLeft="@dimen/dp_10"
- android:src="@mipmap/magnifyingglass" />
- <LinearLayout
- android:visibility="gone"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginTop="4dp">
- <TextView
- android:visibility="gone"
- style="@style/captiontext"
- android:layout_width="wrap_content"
- android:text="工序编号:" />
- <TextView
- android:visibility="gone"
- android:id="@+id/tv_pihao"
- style="@style/valuetext" />
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- android:id="@+id/linefour"
- android:orientation="horizontal"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/linethree"
- android:layout_centerInParent="true"
- android:paddingLeft="20dp">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="@dimen/dp_10"
- android:orientation="horizontal"
- android:layout_weight="1">
- <LinearLayout
- android:layout_marginLeft="@dimen/dp_10"
- android:orientation="vertical"
- android:layout_width="0dp"
- android:layout_weight="1"
- android:layout_height="wrap_content">
- <com.uas.esop.view.ClearableEditText
- android:id="@+id/index_prodcode"
- style="@style/EditTextLineStyle"
- android:layout_width="match_parent"
- android:hint="请输入产品编号"
- android:imeOptions="actionSend" />
- </LinearLayout>
- </LinearLayout>
- <ImageView
- android:visibility="gone"
- android:layout_gravity="center"
- android:id="@+id/index_prodcode_imag"
- android:layout_width="20dp"
- android:layout_height="24dp"
- android:layout_marginRight="@dimen/dp_10"
- android:src="@mipmap/magnifyingglass" />
- <View
- android:layout_gravity="center"
- android:layout_width="20dp"
- android:layout_height="24dp"
- android:layout_marginRight="@dimen/textsize_20"
- android:layout_marginLeft="@dimen/dp_10"/>
- </LinearLayout>
- <TextView
- android:id="@+id/btn_get"
- android:text="播放SOP"
- android:layout_marginLeft="20dp"
- android:layout_marginRight="20dp"
- android:layout_width="match_parent"
- android:layout_height="50dp"
- android:layout_below="@id/linethree"
- android:gravity="center"
- android:layout_centerInParent="true"
- android:layout_marginTop="100dp"
- android:background="@drawable/bg_button">
- </TextView>
- <TextView
- android:visibility="gone"
- android:id="@+id/btn_sengMessage"
- android:text="tcp发送消息"
- android:layout_marginLeft="20dp"
- android:layout_marginRight="20dp"
- android:layout_width="match_parent"
- android:layout_height="50dp"
- android:layout_below="@id/btn_get"
- android:gravity="center"
- android:layout_centerInParent="true"
- android:layout_marginTop="@dimen/textsize_20"
- android:background="@drawable/bg_button">
- </TextView>
- <TextView
- android:visibility="gone"
- android:id="@+id/tcp_text"
- android:text="tcp服务端发送"
- android:layout_marginLeft="20dp"
- android:layout_marginRight="20dp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/btn_sengMessage"
- android:gravity="center"
- android:layout_centerInParent="true"
- android:layout_marginTop="100dp"
- android:layout_marginBottom="@dimen/textsize_20">
- </TextView>
- <android.support.v7.widget.RecyclerView
- android:id="@+id/rv_data"
- android:visibility="gone"
- android:background="@color/white"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/linetwo"
- android:layout_centerInParent="true">
- </android.support.v7.widget.RecyclerView>
- <android.support.v7.widget.RecyclerView
- android:id="@+id/rv_datawork"
- android:visibility="gone"
- android:background="@color/white"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/linethree"
- android:layout_centerInParent="true">
- </android.support.v7.widget.RecyclerView>
- </RelativeLayout>
- </ScrollView>
- <include
- android:id="@+id/include_menuactionbar"
- layout="@layout/index_actionbar" />
- </RelativeLayout>
|