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.
99 lines
3.7 KiB
XML
99 lines
3.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
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:orientation="vertical">
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_gkmc"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isShowTextView="true"
|
|
app:tv_title="管控名称"/>
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_fbr"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isShowTextView="true"
|
|
app:tv_title="发布人"/>
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_end_fbsj"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isShowTextView="true"
|
|
app:tv_title="发布时间"/>
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_tsr"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isShowTextView="true"
|
|
app:tv_title="推送人"/>
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_ms"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isShowTextView="true"
|
|
app:tv_title="描述"/>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_audit"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<com.rehome.zhdcoa.weiget.CbRbLayout
|
|
android:id="@+id/cb_idea"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:cbrb_title="是否同意"
|
|
app:rbtextType="CD"/>
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_idea"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:tv_title="意见"/>
|
|
</LinearLayout>
|
|
|
|
<ListView
|
|
android:id="@+id/lv"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="100dp"
|
|
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"/>
|
|
|
|
<Button
|
|
android:id="@+id/btn_shlc"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="70px"
|
|
android:layout_margin="10dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/btn_blue"
|
|
android:text="查看审批流程"
|
|
android:textColor="@color/white"/>
|
|
|
|
</LinearLayout>
|
|
</ScrollView>
|
|
|
|
</LinearLayout>
|