|
|
@@ -10,8 +10,8 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_marginTop="5dp"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
+ android:layout_marginRight="15dp"
|
|
|
+ android:layout_marginLeft="15dp"
|
|
|
android:layout_weight="1"
|
|
|
android:fillViewport="true"
|
|
|
android:scrollbars="none">
|
|
|
@@ -59,8 +59,6 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="待审批"
|
|
|
android:layout_alignParentRight="true"
|
|
|
- android:layout_marginRight="20dp"
|
|
|
- android:textColor="@color/red"
|
|
|
android:layout_marginTop="5dp"
|
|
|
android:layout_marginBottom="0dp"
|
|
|
android:textSize="@dimen/text_hine"/>
|
|
|
@@ -77,7 +75,6 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:textSize="18sp"
|
|
|
android:text="工作总结"
|
|
|
- android:paddingLeft="5dp"
|
|
|
android:textColor="#575757"
|
|
|
android:layout_marginTop="5dp"
|
|
|
/>
|
|
|
@@ -104,7 +101,7 @@
|
|
|
android:textSize="18sp"
|
|
|
android:text="工作计划"
|
|
|
android:paddingLeft="5dp"
|
|
|
- android:layout_marginTop="1dp"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
android:textColor="#575757"
|
|
|
/>
|
|
|
<TextView
|
|
|
@@ -131,7 +128,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="工作心得"
|
|
|
android:paddingLeft="5dp"
|
|
|
- android:layout_marginTop="1dp"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
android:textSize="18sp"
|
|
|
android:textColor="#575757"
|
|
|
/>
|
|
|
@@ -153,16 +150,17 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
|
- android:background="#f6f5f5">
|
|
|
+ android:background="#f6f5f5"
|
|
|
+ android:visibility="gone">
|
|
|
<TextView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="工作任务"
|
|
|
+ android:text="已完成任务"
|
|
|
android:paddingLeft="5dp"
|
|
|
- android:layout_marginTop="1dp"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
android:textSize="18sp"
|
|
|
android:textColor="#575757"
|
|
|
- android:visibility="gone"
|
|
|
+ android:visibility="visible"
|
|
|
/>
|
|
|
<TextView
|
|
|
android:id="@+id/work_daily_detail_no_task"
|
|
|
@@ -171,56 +169,50 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="今天暂无分配工作任务"
|
|
|
android:textColor="#575757"
|
|
|
- android:padding="0dp"
|
|
|
- android:visibility="gone"
|
|
|
+ android:padding="8dp"
|
|
|
+ android:visibility="visible"
|
|
|
/>
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/work_daily_detail_task_rl"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+
|
|
|
+ <com.xzjmyk.pm.activity.view.MyListView
|
|
|
+ android:id="@+id/work_daily_detail_completedtask_lv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:visibility="gone"
|
|
|
- >
|
|
|
+ android:background="#f6f5f5"
|
|
|
+ android:visibility="visible">
|
|
|
+ </com.xzjmyk.pm.activity.view.MyListView>
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="标 题"
|
|
|
- android:textColor="@color/text_hine"
|
|
|
- android:layout_marginLeft="20dp"
|
|
|
+ android:text="未完成任务"
|
|
|
+ android:paddingLeft="5dp"
|
|
|
android:layout_marginTop="5dp"
|
|
|
- android:textSize="15sp" />
|
|
|
+ android:textSize="18sp"
|
|
|
+ android:textColor="#575757"
|
|
|
+ android:visibility="visible"
|
|
|
+ />
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ <com.xzjmyk.pm.activity.view.MyListView
|
|
|
+ android:id="@+id/work_daily_detail_uncompletedtask_lv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="发起人"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_marginRight="20dp"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:textSize="15sp"/>
|
|
|
- </RelativeLayout>
|
|
|
+ android:background="#f6f5f5"
|
|
|
+ android:visibility="visible">
|
|
|
+ </com.xzjmyk.pm.activity.view.MyListView>
|
|
|
|
|
|
- </LinearLayout>
|
|
|
- <com.xzjmyk.pm.activity.view.MyListView
|
|
|
- android:id="@+id/work_daily_detail_task_lv"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="#f6f5f5"
|
|
|
- android:visibility="gone">
|
|
|
- </com.xzjmyk.pm.activity.view.MyListView>
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="5dp"
|
|
|
android:background="#EBE9E9"
|
|
|
android:layout_marginTop="2dp"
|
|
|
- android:visibility="gone"/>
|
|
|
+ android:visibility="visible"/>
|
|
|
|
|
|
<com.xzjmyk.pm.activity.view.MyListView
|
|
|
android:id="@+id/work_daily_detail_approval_flow_lv"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:visibility="gone"
|
|
|
+ android:visibility="visible"
|
|
|
>
|
|
|
</com.xzjmyk.pm.activity.view.MyListView>
|
|
|
<View
|
|
|
@@ -230,9 +222,9 @@
|
|
|
android:layout_marginBottom="8dp"
|
|
|
android:layout_marginLeft="5dp"
|
|
|
android:layout_marginRight="5dp"
|
|
|
- android:background="@color/item_line"
|
|
|
- android:visibility="gone"/>
|
|
|
- </LinearLayout>
|
|
|
+ android:background="@color/item_line" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
</com.xzjmyk.pm.activity.ui.erp.view.CustomerScrollView>
|
|
|
|