|
|
@@ -1,10 +1,10 @@
|
|
|
<?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:background="@color/bg_main"
|
|
|
- android:orientation="vertical"
|
|
|
- android:focusableInTouchMode="true">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@color/bg_main"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<com.core.widget.CustomerScrollView
|
|
|
android:id="@+id/common_docui_sv"
|
|
|
@@ -12,9 +12,9 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_weight="1"
|
|
|
android:fillViewport="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
android:scrollbars="none"
|
|
|
- android:visibility="visible"
|
|
|
- android:focusableInTouchMode="true">
|
|
|
+ android:visibility="visible">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -24,65 +24,69 @@
|
|
|
android:orientation="vertical"
|
|
|
>
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:padding="5dp"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- >
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/common_docui_photo_img"
|
|
|
- android:layout_width="45dp"
|
|
|
- android:layout_height="45dp"
|
|
|
- android:contentDescription="@string/app_name"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:layout_marginBottom="5dp" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/common_docui_name_tv"
|
|
|
+ <RelativeLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:layout_toRightOf="@+id/common_docui_photo_img"
|
|
|
- android:textColor="#575757"
|
|
|
- android:textSize="@dimen/text_hine"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:padding="5dp"
|
|
|
+ >
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/common_docui_photo_img"
|
|
|
+ android:layout_width="45dp"
|
|
|
+ android:layout_height="45dp"
|
|
|
+ android:layout_marginBottom="5dp"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:contentDescription="@string/app_name" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/common_docui_name_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:layout_toRightOf="@+id/common_docui_photo_img"
|
|
|
+ android:textColor="#575757"
|
|
|
+ android:textSize="@dimen/text_hine"
|
|
|
+
|
|
|
+ />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/common_docui_Section_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/common_docui_name_tv"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
+ android:layout_toRightOf="@+id/common_docui_photo_img"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
+ android:textSize="@dimen/text_hine" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/common_docui_status_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginBottom="0dp"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:textSize="@dimen/text_hine" />
|
|
|
+ </RelativeLayout>
|
|
|
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:id="@+id/common_docui_Section_tv"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:layout_toRightOf="@+id/common_docui_photo_img"
|
|
|
- android:layout_below="@id/common_docui_name_tv"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="@dimen/text_hine"
|
|
|
- android:layout_marginTop="4dp"/>
|
|
|
- <TextView
|
|
|
- android:id="@+id/common_docui_status_tv"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:layout_marginBottom="0dp"
|
|
|
- android:textSize="@dimen/text_hine"/>
|
|
|
- </RelativeLayout>
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="1dp"
|
|
|
- android:background="@color/item_line"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
- android:layout_marginRight="10dp"/>
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+
|
|
|
<com.core.widget.MyListView
|
|
|
android:id="@+id/common_docui_main_msg_lv"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
android:layout_marginRight="10dp"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
android:focusableInTouchMode="false">
|
|
|
</com.core.widget.MyListView>
|
|
|
|
|
|
@@ -90,9 +94,9 @@
|
|
|
android:id="@+id/common_docui_secondmsg_ll"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
- android:layout_marginRight="10dp">
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<com.core.widget.MyListView
|
|
|
android:id="@+id/common_docui_second_msg_lv"
|
|
|
@@ -103,59 +107,93 @@
|
|
|
</com.core.widget.MyListView>
|
|
|
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ex_invoice_ll"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@color/white"
|
|
|
+ android:orientation="vertical"
|
|
|
android:padding="10dp"
|
|
|
- android:visibility="gone"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="1dp"
|
|
|
android:background="@color/item_line" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="@string/invoice"
|
|
|
- android:textColor="@color/red"
|
|
|
+ android:paddingBottom="5dp"
|
|
|
android:paddingTop="5dp"
|
|
|
- android:paddingBottom="5dp"/>
|
|
|
+ android:text="@string/invoice"
|
|
|
+ android:textColor="@color/red" />
|
|
|
|
|
|
<com.core.widget.view.MyGridView
|
|
|
android:id="@+id/grid_view"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginEnd="11dp"
|
|
|
+ android:layout_marginRight="11dp"
|
|
|
android:gravity="center"
|
|
|
android:horizontalSpacing="3dp"
|
|
|
android:listSelector="#00000000"
|
|
|
android:numColumns="3"
|
|
|
android:stretchMode="columnWidth"
|
|
|
- android:verticalSpacing="3dp"
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:layout_marginRight="11dp"
|
|
|
- android:layout_marginEnd="11dp" />
|
|
|
+ android:verticalSpacing="3dp" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/common_docui_files_ll"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="10dp"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:background="@color/item_line"
|
|
|
+ android:visibility="visible" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:text="附件" />
|
|
|
+
|
|
|
+ <com.core.widget.MyListView
|
|
|
+ android:id="@+id/common_docui_files_lv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:focusableInTouchMode="false" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<View
|
|
|
android:id="@+id/hide_above_af"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="10dp"
|
|
|
- android:background="@color/item_line"
|
|
|
android:layout_marginTop="5dp"
|
|
|
- android:visibility="visible"/>
|
|
|
+ android:background="@color/item_line"
|
|
|
+ android:visibility="visible" />
|
|
|
+
|
|
|
<com.core.widget.MyListView
|
|
|
android:id="@+id/common_docui_approval_flow_lv"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:visibility="visible"
|
|
|
android:layout_marginBottom="10dp"
|
|
|
- android:focusableInTouchMode="false"
|
|
|
android:background="#ebe9e9"
|
|
|
- >
|
|
|
+ android:focusableInTouchMode="false"
|
|
|
+ android:visibility="visible"
|
|
|
+ >
|
|
|
</com.core.widget.MyListView>
|
|
|
|
|
|
</LinearLayout>
|
|
|
@@ -166,27 +204,28 @@
|
|
|
android:id="@+id/item_common_docui_res_and_del_ll"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal"
|
|
|
android:background="@color/bg_main"
|
|
|
+ android:orientation="horizontal"
|
|
|
android:paddingBottom="5dp"
|
|
|
android:visibility="gone">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/common_docui_resubmit_ll"
|
|
|
- android:layout_weight="1"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:gravity="center_horizontal"
|
|
|
- android:background="@drawable/selector_me_menu_item_bg">
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/selector_me_menu_item_bg"
|
|
|
+ android:gravity="center_horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/common_docui_resubmit_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:textSize="18sp"
|
|
|
- android:textColor="@color/titleBlue"
|
|
|
android:layout_marginTop="10dp"
|
|
|
android:paddingBottom="10dp"
|
|
|
android:text="重新提交"
|
|
|
+ android:textColor="@color/titleBlue"
|
|
|
+ android:textSize="18sp"
|
|
|
/>
|
|
|
|
|
|
</LinearLayout>
|
|
|
@@ -195,25 +234,27 @@
|
|
|
<View
|
|
|
android:layout_width="1dp"
|
|
|
android:layout_height="20dp"
|
|
|
- android:background="@color/item_line"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
+ android:background="@color/item_line"
|
|
|
/>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:id="@+id/common_docui_delete_ll"
|
|
|
- android:layout_weight="1"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:gravity="center_horizontal"
|
|
|
- android:background="@drawable/selector_me_menu_item_bg">
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/selector_me_menu_item_bg"
|
|
|
+ android:gravity="center_horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/common_docui_delete_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:textSize="18sp"
|
|
|
- android:textColor="@color/titleBlue"
|
|
|
android:layout_marginTop="10dp"
|
|
|
android:paddingBottom="10dp"
|
|
|
android:text="删除"
|
|
|
+ android:textColor="@color/titleBlue"
|
|
|
+ android:textSize="18sp"
|
|
|
/>
|
|
|
</LinearLayout>
|
|
|
|
|
|
@@ -224,104 +265,109 @@
|
|
|
android:id="@+id/common_docui_agree_and_change_ll"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal"
|
|
|
android:background="@color/bg_main"
|
|
|
+ android:orientation="horizontal"
|
|
|
android:paddingBottom="5dp"
|
|
|
android:visibility="gone">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/common_docui_agree_ll"
|
|
|
- android:layout_weight="1"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:gravity="center_horizontal"
|
|
|
+ android:layout_weight="1"
|
|
|
android:background="@drawable/selector_me_menu_item_bg"
|
|
|
- >
|
|
|
+ android:gravity="center_horizontal"
|
|
|
+ >
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:src="@drawable/icon_answer"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
+ android:src="@drawable/icon_answer"
|
|
|
/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/common_docui_agree_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:gravity="center_horizontal"
|
|
|
- android:textSize="18sp"
|
|
|
- android:textColor="@color/titleBlue"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
android:layout_marginBottom="10dp"
|
|
|
- android:text="同意"
|
|
|
android:layout_marginLeft="8dp"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:gravity="center_horizontal"
|
|
|
+ android:text="同意"
|
|
|
+ android:textColor="@color/titleBlue"
|
|
|
+ android:textSize="18sp"
|
|
|
/>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<View
|
|
|
android:layout_width="1dp"
|
|
|
android:layout_height="20dp"
|
|
|
- android:background="@color/item_line"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
+ android:background="@color/item_line"
|
|
|
/>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:id="@+id/common_docui_disagree_ll"
|
|
|
- android:layout_weight="1"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:gravity="center_horizontal"
|
|
|
- android:background="@drawable/selector_me_menu_item_bg">
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/selector_me_menu_item_bg"
|
|
|
+ android:gravity="center_horizontal">
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:src="@drawable/icon_answer"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
+ android:src="@drawable/icon_answer"
|
|
|
/>
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/common_docui_disagree_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:gravity="center_horizontal"
|
|
|
- android:textSize="18sp"
|
|
|
- android:textColor="@color/titleBlue"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
android:layout_marginBottom="10dp"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:gravity="center_horizontal"
|
|
|
android:text="不同意"
|
|
|
- android:layout_marginLeft="8dp"/>
|
|
|
+ android:textColor="@color/titleBlue"
|
|
|
+ android:textSize="18sp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<View
|
|
|
android:layout_width="1dp"
|
|
|
android:layout_height="20dp"
|
|
|
- android:background="@color/item_line"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
+ android:background="@color/item_line"
|
|
|
/>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:id="@+id/common_docui_change_dealman_ll"
|
|
|
- android:layout_weight="1"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:gravity="center_horizontal"
|
|
|
- android:background="@drawable/selector_me_menu_item_bg">
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/selector_me_menu_item_bg"
|
|
|
+ android:gravity="center_horizontal">
|
|
|
+
|
|
|
<ImageView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:src="@drawable/icon_answer"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
+ android:src="@drawable/icon_answer"
|
|
|
/>
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/common_docui_change_dealman_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:gravity="center_horizontal"
|
|
|
- android:textSize="18sp"
|
|
|
- android:textColor="@color/titleBlue"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
android:layout_marginBottom="10dp"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:gravity="center_horizontal"
|
|
|
android:text="变更处理人"
|
|
|
- android:layout_marginLeft="8dp"/>
|
|
|
+ android:textColor="@color/titleBlue"
|
|
|
+ android:textSize="18sp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|