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.
223 lines
7.9 KiB
XML
223 lines
7.9 KiB
XML
|
3 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="match_parent"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<include layout="@layout/layout_base"/>
|
||
|
|
|
||
|
|
|
||
|
|
<ScrollView
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
|
||
|
|
>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginLeft="5dp"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="50px"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="预案名称:"
|
||
|
|
android:textSize="30px"/>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_yamc"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center|left"
|
||
|
|
android:minHeight="50px"
|
||
|
|
android:textSize="30px"/>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="50px"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="发起状态:"
|
||
|
|
android:textSize="30px"/>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_fqzt"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center|left"
|
||
|
|
android:minHeight="50px"
|
||
|
|
android:textSize="30px"/>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="50px"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="修改人:"
|
||
|
|
android:textSize="30px"/>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_xgr"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center|left"
|
||
|
|
android:minHeight="50px"
|
||
|
|
android:textSize="30px"/>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="50px"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="修改时间:"
|
||
|
|
android:textSize="30px"/>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_xgsj"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center|left"
|
||
|
|
android:minHeight="50px"
|
||
|
|
android:textSize="30px"/>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="50px"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="描述:"
|
||
|
|
android:textSize="30px"/>
|
||
|
|
|
||
|
|
<EditText
|
||
|
|
android:id="@+id/tv_ms"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
|
||
|
|
android:gravity="center|left"
|
||
|
|
android:minHeight="50px"
|
||
|
|
android:textSize="30px"/>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="50px"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="已确认:"
|
||
|
|
android:textSize="30px"/>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_yqr"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center|left"
|
||
|
|
android:minHeight="50px"
|
||
|
|
android:textSize="30px"/>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="50px"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="未确认:"
|
||
|
|
android:textSize="30px"/>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_wqr"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center|left"
|
||
|
|
android:minHeight="50px"
|
||
|
|
android:textSize="30px"/>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="2dp"
|
||
|
|
android:background="@color/gray"/>
|
||
|
|
|
||
|
|
<ListView
|
||
|
|
android:id="@+id/lv"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="200dp"
|
||
|
|
android:layout_marginLeft="5dp"
|
||
|
|
android:layout_marginRight="5dp"
|
||
|
|
android:layout_marginTop="@dimen/px_5"
|
||
|
|
android:cacheColorHint="@android:color/transparent"
|
||
|
|
android:divider="@null"
|
||
|
|
android:listSelector="@android:color/transparent"/>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
<Button
|
||
|
|
android:id="@+id/btn_qr"
|
||
|
|
style="@style/button"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_marginLeft="@dimen/px_20"
|
||
|
|
android:layout_marginRight="@dimen/px_20"
|
||
|
|
android:layout_marginTop="5dp"
|
||
|
|
android:text="确认"
|
||
|
|
/>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
</ScrollView>
|
||
|
|
|
||
|
|
</LinearLayout>
|