|
|
|
@ -15,7 +15,7 @@
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="#dddddd"
|
|
|
|
android:background="#dddddd"
|
|
|
|
android:padding="5dp"
|
|
|
|
android:padding="3dp"
|
|
|
|
android:minHeight="30px">
|
|
|
|
android:minHeight="30px">
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/tv_zxsj"
|
|
|
|
android:id="@+id/tv_zxsj"
|
|
|
|
@ -118,7 +118,7 @@
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="#dddddd"
|
|
|
|
android:background="#dddddd"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:padding="5dp"
|
|
|
|
android:padding="3dp"
|
|
|
|
android:minHeight="30px">
|
|
|
|
android:minHeight="30px">
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
android:id="@+id/tv_last_day"
|
|
|
|
android:id="@+id/tv_last_day"
|
|
|
|
@ -169,6 +169,32 @@
|
|
|
|
android:text="今年"
|
|
|
|
android:text="今年"
|
|
|
|
android:textSize="24px" />
|
|
|
|
android:textSize="24px" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:background="#dddddd"
|
|
|
|
|
|
|
|
android:minHeight="30px">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:layout_margin="5px"
|
|
|
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
|
|
|
android:gravity="center|right"
|
|
|
|
|
|
|
|
android:minHeight="50px"
|
|
|
|
|
|
|
|
android:text="漏检总任务数:"
|
|
|
|
|
|
|
|
android:textSize="18sp" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
|
|
android:id="@+id/tv_ljzrws"
|
|
|
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:layout_margin="5px"
|
|
|
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
|
|
|
android:gravity="center|left"
|
|
|
|
|
|
|
|
android:minHeight="50px"
|
|
|
|
|
|
|
|
android:textColor="#ff0000"
|
|
|
|
|
|
|
|
android:text="0"
|
|
|
|
|
|
|
|
android:textSize="22sp" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
<FrameLayout
|
|
|
|
<FrameLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
|