|
|
@@ -9,9 +9,6 @@
|
|
|
<com.xzjmyk.pm.activity.ui.erp.view.CustomerScrollView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:layout_marginRight="20dp"
|
|
|
- android:layout_marginLeft="20dp"
|
|
|
android:layout_weight="1"
|
|
|
android:fillViewport="true"
|
|
|
android:scrollbars="none">
|
|
|
@@ -21,14 +18,17 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:focusable="true"
|
|
|
android:focusableInTouchMode="true"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ >
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ly_head_display"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
|
- android:layout_marginBottom="10dp">
|
|
|
+ android:layout_marginBottom="10dp"
|
|
|
+ >
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/line"
|
|
|
@@ -36,6 +36,13 @@
|
|
|
android:layout_marginLeft="5dp"
|
|
|
android:layout_marginRight="5dp"
|
|
|
android:background="@color/item_line" />
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
+ android:layout_marginRight="20dp"
|
|
|
+ >
|
|
|
<RelativeLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -80,8 +87,7 @@
|
|
|
<TextView
|
|
|
android:id="@+id/work_daily_detail_summary_et"
|
|
|
style="@style/form_relative_right_text1"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:text="工作总结"
|
|
|
+ android:text="总结啦"
|
|
|
android:textColor="#575757"
|
|
|
/>
|
|
|
<View
|
|
|
@@ -108,8 +114,7 @@
|
|
|
android:id="@+id/work_daily_detail_plan_tv"
|
|
|
style="@style/form_relative_right_text1"
|
|
|
android:textColor="#575757"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:text="工作计划"/>
|
|
|
+ android:text="计划啦"/>
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -138,8 +143,7 @@
|
|
|
android:id="@+id/work_daily_detail_experience_tv"
|
|
|
style="@style/form_relative_right_text1"
|
|
|
android:textColor="#575757"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:text="工作心得"
|
|
|
+ android:text="心得啦"
|
|
|
/>
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -148,7 +152,7 @@
|
|
|
android:layout_marginLeft="5dp"
|
|
|
android:layout_marginRight="5dp"/>
|
|
|
</LinearLayout>
|
|
|
-
|
|
|
+ </LinearLayout>
|
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -159,7 +163,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="已完成任务"
|
|
|
- android:paddingLeft="5dp"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
android:layout_marginTop="5dp"
|
|
|
android:textSize="18sp"
|
|
|
android:textColor="#575757"
|
|
|
@@ -171,8 +175,8 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="今天暂无分配工作任务"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
android:textColor="#575757"
|
|
|
- android:padding="8dp"
|
|
|
android:visibility="visible"
|
|
|
/>
|
|
|
|
|
|
@@ -189,7 +193,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="未完成任务"
|
|
|
- android:paddingLeft="5dp"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
android:layout_marginTop="5dp"
|
|
|
android:textSize="18sp"
|
|
|
android:textColor="#575757"
|
|
|
@@ -208,7 +212,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="5dp"
|
|
|
android:background="#EBE9E9"
|
|
|
- android:layout_marginTop="2dp"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
android:visibility="visible"/>
|
|
|
|
|
|
<com.xzjmyk.pm.activity.view.MyListView
|