You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
179 lines
6.9 KiB
XML
179 lines
6.9 KiB
XML
|
2 years ago
|
<?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">
|
||
|
|
|
||
|
|
<include layout="@layout/layout_base"/>
|
||
|
|
|
||
|
|
<FrameLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="1">
|
||
|
|
|
||
|
|
<ListView
|
||
|
|
android:id="@+id/lv"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_margin="@dimen/px_10"
|
||
|
|
android:divider="#00000000"
|
||
|
|
android:dividerHeight="0px"/>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_nodata"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="暂无保存数据"/>
|
||
|
|
|
||
|
|
</FrameLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="40dp"
|
||
|
|
android:background="#dddddd"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="40dp"
|
||
|
|
android:layout_weight="8"
|
||
|
|
android:gravity="center_vertical"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginStart="5dp"
|
||
|
|
android:textColor="@color/viewfinder_mask"
|
||
|
|
android:textSize="15sp"
|
||
|
|
android:text="区域总数:"/>
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_total_qy"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginStart="3dp"
|
||
|
|
android:textColor="@color/viewfinder_mask"
|
||
|
|
android:textSize="15sp"
|
||
|
|
android:text="0"/>
|
||
|
|
</LinearLayout>
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="40dp"
|
||
|
|
android:layout_weight="8"
|
||
|
|
android:gravity="center_vertical"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginStart="5dp"
|
||
|
|
android:textSize="15sp"
|
||
|
|
android:textColor="@color/viewfinder_mask"
|
||
|
|
android:text="巡检点数:"/>
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_total_point"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:textColor="#ff0000"
|
||
|
|
android:layout_marginStart="3dp"
|
||
|
|
android:textSize="15sp"
|
||
|
|
android:text="0"/>
|
||
|
|
</LinearLayout>
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="40dp"
|
||
|
|
android:layout_weight="8"
|
||
|
|
android:gravity="center_vertical"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:textSize="15sp"
|
||
|
|
android:layout_marginStart="5dp"
|
||
|
|
android:textColor="@color/viewfinder_mask"
|
||
|
|
android:text="未检点数:"/>
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_no_checked"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginStart="3dp"
|
||
|
|
android:textColor="#00CD00"
|
||
|
|
android:textSize="15sp"
|
||
|
|
android:text="0"/>
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="50dp"
|
||
|
|
android:background="#dddddd"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="40dp"
|
||
|
|
android:layout_weight="8"
|
||
|
|
android:gravity="center_vertical"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginStart="5dp"
|
||
|
|
android:textColor="@color/viewfinder_mask"
|
||
|
|
android:textSize="15sp"
|
||
|
|
android:text="已检点数:"/>
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_checked"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginStart="3dp"
|
||
|
|
android:textColor="@color/viewfinder_mask"
|
||
|
|
android:textSize="15sp"
|
||
|
|
android:text="0"/>
|
||
|
|
</LinearLayout>
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/ll_nocheck"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="40dp"
|
||
|
|
android:layout_weight="8"
|
||
|
|
android:gravity="center_vertical"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginStart="5dp"
|
||
|
|
android:textSize="15sp"
|
||
|
|
android:textColor="@color/viewfinder_mask"
|
||
|
|
android:text="已检已上传:"/>
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_uploaded"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:textColor="#ff0000"
|
||
|
|
android:layout_marginStart="3dp"
|
||
|
|
android:textSize="15sp"
|
||
|
|
android:text="0"/>
|
||
|
|
</LinearLayout>
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="40dp"
|
||
|
|
android:layout_weight="8"
|
||
|
|
android:gravity="center_vertical"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:textSize="15sp"
|
||
|
|
android:layout_marginStart="5dp"
|
||
|
|
android:textColor="@color/viewfinder_mask"
|
||
|
|
android:text="已检未上传:"/>
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_checkedAndNoUpload"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginStart="3dp"
|
||
|
|
android:textColor="#00CD00"
|
||
|
|
android:textSize="15sp"
|
||
|
|
android:text="0"/>
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|