|
|
@@ -5,10 +5,10 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:background="@color/background_color_first"
|
|
|
android:focusable="true"
|
|
|
+ android:id="@+id/rela_dimss"
|
|
|
android:focusableInTouchMode="true"
|
|
|
tools:ignore="MissingDefaultResource">
|
|
|
|
|
|
-
|
|
|
<com.scwang.smartrefresh.layout.SmartRefreshLayout
|
|
|
android:visibility="gone"
|
|
|
android:id="@+id/SmartRefreshLayout_id"
|
|
|
@@ -34,314 +34,360 @@
|
|
|
</com.scwang.smartrefresh.layout.SmartRefreshLayout>
|
|
|
|
|
|
|
|
|
- <LinearLayout
|
|
|
- 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:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical">
|
|
|
<LinearLayout
|
|
|
+ android:visibility="gone"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:gravity="center_vertical">
|
|
|
+ android:layout_below="@id/include_menuactionbar"
|
|
|
+ android:layout_centerInParent="true"
|
|
|
+ android:orientation="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">
|
|
|
+ android:visibility="gone"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:paddingLeft="20dp"
|
|
|
+ android:paddingRight="20dp">
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal">
|
|
|
- <TextView
|
|
|
- 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:textColor="#333333"
|
|
|
- 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>
|
|
|
+ <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>
|
|
|
- </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/lineone"
|
|
|
+ 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:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center_vertical">
|
|
|
<LinearLayout
|
|
|
- android:layout_marginLeft="@dimen/textsize_20"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:orientation="horizontal">
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:padding="8dp">
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="4dp"
|
|
|
- android:gravity="center_vertical">
|
|
|
+ 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:text="账号:"
|
|
|
android:textColor="#333333"
|
|
|
android:textSize="@dimen/textsize_20" />
|
|
|
- <com.uas.esop.view.ClearableEditText
|
|
|
- android:layout_marginLeft="@dimen/dp_10"
|
|
|
- android:id="@+id/index_position_resource"
|
|
|
- style="@style/EditTextLineStyle"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:hint="请输入岗位资源"
|
|
|
- android:imeOptions="actionSend" />
|
|
|
|
|
|
+ <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/scname_tv"
|
|
|
- style="@style/valuetext"
|
|
|
- android:singleLine="true"
|
|
|
- android:ellipsize="end"
|
|
|
+ android:id="@+id/em_code_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:paddingLeft="@dimen/textsize_20" />
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:textColor="#333333"
|
|
|
+ android:textSize="@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>
|
|
|
+ <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_marginTop="@dimen/dp_10"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_marginLeft="@dimen/textsize_20"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:paddingLeft="20dp">
|
|
|
-
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:orientation="horizontal">
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="4dp"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:layout_weight="1">
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/captiontext"
|
|
|
- android:textSize="@dimen/textsize_20"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:text="工单号:" />
|
|
|
- <com.uas.esop.view.ClearableEditText
|
|
|
+ android:gravity="center_vertical">
|
|
|
+ <LinearLayout
|
|
|
android:layout_marginLeft="@dimen/dp_10"
|
|
|
- android:id="@+id/index_cur_doc"
|
|
|
- style="@style/EditTextLineStyle"
|
|
|
+ android:orientation="vertical"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_weight="1"
|
|
|
- android:hint="请输入工单号"
|
|
|
- android:imeOptions="actionSend" />
|
|
|
-
|
|
|
+ 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>
|
|
|
|
|
|
|
|
|
- </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:id="@+id/scname_tv"
|
|
|
+ style="@style/valuetext"
|
|
|
+ android:singleLine="true"
|
|
|
+ android:ellipsize="end"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:text="工序编号:" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:visibility="gone"
|
|
|
- android:id="@+id/tv_pihao"
|
|
|
- style="@style/valuetext" />
|
|
|
+ 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:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:paddingLeft="20dp">
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_weight="1">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/dp_10"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:layout_weight="1">
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/captiontext"
|
|
|
- android:textSize="@dimen/textsize_20"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:text="产品编号:" />
|
|
|
+ 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:layout_marginLeft="@dimen/dp_10"
|
|
|
- android:id="@+id/index_prodcode"
|
|
|
+ android:id="@+id/index_cur_doc"
|
|
|
style="@style/EditTextLineStyle"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:hint="请输入产品编号"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:hint="请输入工单号"
|
|
|
android:imeOptions="actionSend" />
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0.1dp"
|
|
|
+ android:background="@color/line" />
|
|
|
</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>
|
|
|
-
|
|
|
+ <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="match_parent"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:paddingLeft="20dp"
|
|
|
- android:paddingRight="20dp">
|
|
|
-
|
|
|
+ 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="工单数:" />
|
|
|
+ android:text="工序编号:" />
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/index_unfinish_number"
|
|
|
- style="@style/valuetext"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_weight="1" />
|
|
|
+ android:visibility="gone"
|
|
|
+ android:id="@+id/tv_pihao"
|
|
|
+ style="@style/valuetext" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_marginLeft="@dimen/textsize_20"
|
|
|
- style="@style/captiontext"
|
|
|
- android:text="报废数: " />
|
|
|
+ </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">
|
|
|
|
|
|
- <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_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_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" />
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0.1dp"
|
|
|
+ android:background="@color/line" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
- <TextView
|
|
|
+ <ImageView
|
|
|
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" />
|
|
|
+ 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="match_parent"
|
|
|
- android:layout_height="100dp">
|
|
|
- </View>
|
|
|
- <Button
|
|
|
- android:id="@+id/btn_get"
|
|
|
- android:text="获取数据"
|
|
|
- android:layout_marginLeft="@dimen/textsize_20"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="@drawable/bg_button">
|
|
|
- </Button>
|
|
|
- <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>
|
|
|
+ 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>
|
|
|
|
|
|
+ <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>
|
|
|
|
|
|
<include
|
|
|
android:id="@+id/include_menuactionbar"
|