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.
79 lines
2.4 KiB
XML
79 lines
2.4 KiB
XML
|
2 years ago
|
<?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:layout_gravity="center"
|
||
|
|
android:gravity="center"
|
||
|
|
android:minHeight="100px"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:id="@+id/head"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="2px"
|
||
|
|
android:background="#524658"
|
||
|
|
android:visibility="gone" />
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:minHeight="96px">
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:layout_width="1dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:background="#524658" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_d"
|
||
|
|
android:layout_width="0px"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_marginLeft="10px"
|
||
|
|
android:layout_weight="3.5"
|
||
|
|
android:ellipsize="end"
|
||
|
|
android:text="项目名称" />
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:layout_width="1dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:background="#524658" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_zt"
|
||
|
|
android:layout_width="0px"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_marginLeft="10px"
|
||
|
|
android:layout_weight="0.5"
|
||
|
|
android:ellipsize="end"
|
||
|
|
android:text="状态" />
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:layout_width="1dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:background="#524658" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_marginLeft="10px"
|
||
|
|
android:id="@+id/tv_cjjg"
|
||
|
|
android:layout_width="0px"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_weight="1.1"
|
||
|
|
android:gravity="center"
|
||
|
|
android:ellipsize="end"
|
||
|
|
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="2px"
|
||
|
|
android:background="#524658" />
|
||
|
|
</LinearLayout>
|