|
|
@@ -3,16 +3,17 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:background="@color/white"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:orientation="vertical"
|
|
|
+ >
|
|
|
|
|
|
<com.xzjmyk.pm.activity.ui.erp.view.CustomerScrollView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
- android:fillViewport="true"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
android:layout_marginRight="10dp"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:fillViewport="true"
|
|
|
android:scrollbars="none">
|
|
|
|
|
|
<LinearLayout
|
|
|
@@ -26,7 +27,8 @@
|
|
|
android:id="@+id/ly_head_display"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:layout_marginBottom="10dp">
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -39,7 +41,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="left|top"
|
|
|
android:text="2016-11-02"
|
|
|
- android:textColor="@color/text_hine"
|
|
|
+ android:textColor="#000000"
|
|
|
android:layout_marginLeft="5dp"
|
|
|
android:layout_marginTop="5dp"
|
|
|
android:layout_marginBottom="0dp"
|
|
|
@@ -61,6 +63,8 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/line"
|
|
|
android:layout_marginTop="8dp"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
android:background="@color/item_line" />
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -68,53 +72,54 @@
|
|
|
android:textSize="18sp"
|
|
|
android:text="工作总结"
|
|
|
android:paddingLeft="5dp"
|
|
|
+ android:textColor="#575757"
|
|
|
android:layout_marginTop="5dp"
|
|
|
/>
|
|
|
<TextView
|
|
|
android:id="@+id/work_daily_detail_summary_et"
|
|
|
- style="@style/form_relative_right_text"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:layout_marginTop="1dp"
|
|
|
- android:gravity="top"
|
|
|
- android:minHeight="120dp"
|
|
|
- android:maxHeight="1000dp"
|
|
|
- android:padding="5dp"
|
|
|
+ style="@style/form_relative_right_text1"
|
|
|
+ android:textColor="#575757"
|
|
|
/>
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/line"
|
|
|
- android:background="@color/item_line" />
|
|
|
+ android:background="@color/item_line"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:layout_marginRight="5dp"/>
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/work_daily_detail_plan_ll"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="visible">
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:textSize="18sp"
|
|
|
android:text="工作计划"
|
|
|
android:paddingLeft="5dp"
|
|
|
- android:layout_marginTop="1dp"/>
|
|
|
+ android:layout_marginTop="1dp"
|
|
|
+ android:textColor="#575757"
|
|
|
+ />
|
|
|
<TextView
|
|
|
android:id="@+id/work_daily_detail_plan_tv"
|
|
|
- style="@style/form_relative_right_text"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:gravity="top"
|
|
|
- android:hint="没有填写工作计划"
|
|
|
- android:layout_marginTop="1dp"
|
|
|
- android:minHeight="120dp"
|
|
|
- android:maxHeight="1000dp"
|
|
|
- android:padding="5dp" />
|
|
|
+ style="@style/form_relative_right_text1"
|
|
|
+ android:textColor="#575757"/>
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/line"
|
|
|
- android:background="@color/item_line" />
|
|
|
+ android:background="@color/item_line"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:layout_marginRight="5dp"/>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- >
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/work_daily_detail_experience_ll"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="visible">
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -122,38 +127,93 @@
|
|
|
android:paddingLeft="5dp"
|
|
|
android:layout_marginTop="1dp"
|
|
|
android:textSize="18sp"
|
|
|
+ android:textColor="#575757"
|
|
|
/>
|
|
|
- <ImageButton
|
|
|
- android:id="@+id/add_work_daily_sharing_experience_im"
|
|
|
- android:layout_width="40dp"
|
|
|
- android:layout_height="40dp"
|
|
|
- android:src="@drawable/icon_app_share"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_marginTop="1dp"
|
|
|
- android:layout_marginRight="20dp"
|
|
|
- android:background="#7191F7"
|
|
|
- android:visibility="gone"
|
|
|
- />
|
|
|
- </RelativeLayout>
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/work_daily_detail_experience_tv"
|
|
|
- style="@style/form_relative_right_text"
|
|
|
+ style="@style/form_relative_right_text1"
|
|
|
+ android:textColor="#575757"
|
|
|
+ />
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:background="@color/item_line"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:layout_marginRight="5dp"/>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:gravity="top"
|
|
|
- android:hint="没有填写工作心得"
|
|
|
- android:minHeight="120dp"
|
|
|
- android:maxHeight="1000dp"
|
|
|
+ android:text="工作任务"
|
|
|
+ android:paddingLeft="5dp"
|
|
|
android:layout_marginTop="1dp"
|
|
|
- android:padding="5dp" />
|
|
|
+ android:textSize="18sp"
|
|
|
+ android:textColor="#575757"
|
|
|
+ android:visibility="gone"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/work_daily_detail_no_task"
|
|
|
+ style="@style/form_relative_right_text1"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="今天暂无分配工作任务"
|
|
|
+ android:textColor="#575757"
|
|
|
+ android:visibility="gone"/>
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/work_daily_detail_task_rl"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:visibility="gone"
|
|
|
+ >
|
|
|
|
|
|
- </LinearLayout>
|
|
|
- </com.xzjmyk.pm.activity.ui.erp.view.CustomerScrollView>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="标 题"
|
|
|
+ android:textColor="@color/text_hine"
|
|
|
+ android:layout_marginLeft="15dp"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:textSize="@dimen/text_hine" />
|
|
|
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="发起人"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginRight="15dp"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:textSize="@dimen/text_hine"/>
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+
|
|
|
+ </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"/>
|
|
|
|
|
|
+ <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"
|
|
|
+ >
|
|
|
+ </com.xzjmyk.pm.activity.view.MyListView>
|
|
|
+ </LinearLayout>
|
|
|
+ </com.xzjmyk.pm.activity.ui.erp.view.CustomerScrollView>
|
|
|
|
|
|
</LinearLayout>
|