|
|
|
|
<?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"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:background="#ffffff"
|
|
|
|
|
tools:context=".ui.activity.KksSearchActivity">
|
|
|
|
|
|
|
|
|
|
<include
|
|
|
|
|
android:id="@+id/toolbarView"
|
|
|
|
|
android:visibility="visible"
|
|
|
|
|
layout="@layout/layout_base" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_weight="1">
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/ll_top"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="#dcdcdc"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
<View
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="15px" />
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
style="@style/logItemStyle">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@drawable/selector_list_item"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:padding="20px"
|
|
|
|
|
android:text="数据id:"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
style="@style/logItemTextStyle" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tv_id"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:gravity="left|center_vertical"
|
|
|
|
|
android:text=""
|
|
|
|
|
android:background="@drawable/selector_list_item"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
android:textSize="18sp"/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<View
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="15px" />
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
style="@style/logItemStyle">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@drawable/selector_list_item"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:padding="20px"
|
|
|
|
|
android:text="KKS编码:"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
style="@style/logItemTextStyle" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tv_kks"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:gravity="left|center_vertical"
|
|
|
|
|
android:text=""
|
|
|
|
|
android:background="@drawable/selector_list_item"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
android:textSize="18sp"/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<View
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="15px" />
|
|
|
|
|
<LinearLayout
|
|
|
|
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
style="@style/logItemStyle">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@drawable/selector_list_item"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:padding="20px"
|
|
|
|
|
android:text="KKS描述:"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
style="@style/logItemTextStyle" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tv_kks_desc"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:gravity="left|center_vertical"
|
|
|
|
|
android:text=""
|
|
|
|
|
android:background="@drawable/selector_list_item"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
android:textSize="18sp"/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<View
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="15px" />
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
style="@style/logItemStyle">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@drawable/selector_list_item"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:padding="20px"
|
|
|
|
|
android:text="设备编码:"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
style="@style/logItemTextStyle" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tv_device"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:gravity="left|center_vertical"
|
|
|
|
|
android:text=""
|
|
|
|
|
android:background="@drawable/selector_list_item"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
android:textSize="18sp"/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<View
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="15px" />
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
style="@style/logItemStyle">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@drawable/selector_list_item"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:padding="20px"
|
|
|
|
|
android:text="设备描述:"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
style="@style/logItemTextStyle" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tv_device_desc"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:gravity="left|center_vertical"
|
|
|
|
|
android:text=""
|
|
|
|
|
android:background="@drawable/selector_list_item"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
android:textSize="18sp"/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<View
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="15px" />
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
style="@style/logItemStyle">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@drawable/selector_list_item"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:padding="20px"
|
|
|
|
|
android:text="设备分类编号:"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
style="@style/logItemTextStyle" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tv_device_fl"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:gravity="left|center_vertical"
|
|
|
|
|
android:text=""
|
|
|
|
|
android:background="@drawable/selector_list_item"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
android:textSize="18sp"/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<View
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="15px" />
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
style="@style/logItemStyle">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@drawable/selector_list_item"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:padding="20px"
|
|
|
|
|
android:text="上级编码:"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
style="@style/logItemTextStyle" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tv_parentCode"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:gravity="left|center_vertical"
|
|
|
|
|
android:text=""
|
|
|
|
|
android:background="@drawable/selector_list_item"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
android:textSize="18sp"/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<View
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="15px" />
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/ll_gongDan"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
style="@style/logItemStyle">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@drawable/selector_list_item"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:padding="20px"
|
|
|
|
|
android:text="工单消缺"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
style="@style/logItemTextStyle" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tv_toGongDan"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:gravity="left|center_vertical"
|
|
|
|
|
android:paddingEnd="10dp"
|
|
|
|
|
android:drawableRight="@drawable/packup"
|
|
|
|
|
android:drawablePadding="20px"
|
|
|
|
|
android:text=""
|
|
|
|
|
android:background="@drawable/selector_list_item"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
android:textSize="18sp"/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<View
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="15px" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tv_nodata"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:text="暂无数据" />
|
|
|
|
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
</LinearLayout>
|