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.
78 lines
2.3 KiB
XML
78 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:minHeight="100px"
|
|
android:orientation="vertical">
|
|
|
|
<View
|
|
android:id="@+id/head"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"
|
|
android:background="#524658"
|
|
android:visibility="gone" />
|
|
|
|
<LinearLayout
|
|
android:minHeight="96px"
|
|
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<View
|
|
android:layout_width="1dp"
|
|
android:layout_height="match_parent"
|
|
android:background="#524658" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_xh"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:layout_marginLeft="10px"
|
|
android:layout_weight="0.5"
|
|
android:text="序号" />
|
|
|
|
<View
|
|
android:layout_width="1dp"
|
|
android:layout_height="match_parent"
|
|
android:background="#524658" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_xcnr"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:layout_marginLeft="10px"
|
|
android:layout_weight="2"
|
|
android:text="巡查内容" />
|
|
|
|
<View
|
|
android:layout_width="1dp"
|
|
android:layout_height="match_parent"
|
|
android:background="#524658" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_zt"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:layout_marginLeft="10px"
|
|
android:layout_weight="1"
|
|
android:text="状态" />
|
|
|
|
|
|
<View
|
|
android:layout_width="1dp"
|
|
android:layout_height="match_parent"
|
|
android:background="#524658" />
|
|
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"
|
|
android:background="#524658" />
|
|
|
|
</LinearLayout>
|