|
|
@@ -90,113 +90,113 @@
|
|
|
android:layout_marginRight="10dp"
|
|
|
>
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- >
|
|
|
- <TextView
|
|
|
- android:id="@+id/work_daily_detail_time_tv"
|
|
|
+ <RelativeLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:gravity="left|top"
|
|
|
- android:text="2016-11-02"
|
|
|
- android:textColor="#000000"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:layout_marginBottom="0dp"
|
|
|
- android:textSize="@dimen/text_main" />
|
|
|
+ >
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/work_daily_detail_time_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="left|top"
|
|
|
+ android:text="2016-11-02"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:layout_marginBottom="0dp"
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/work_daily_detail_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"/>
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/work_daily_unsubmit_iv"
|
|
|
+ android:layout_toLeftOf="@id/work_daily_detail_status_tv"
|
|
|
+ android:layout_width="40dp"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:src="@drawable/unknow_info"
|
|
|
+ android:paddingBottom="5dp"
|
|
|
+ android:visibility="gone"
|
|
|
+ />
|
|
|
+ </RelativeLayout>
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:background="@color/item_line" />
|
|
|
<TextView
|
|
|
- android:id="@+id/work_daily_detail_status_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
+ android:textSize="18sp"
|
|
|
+ android:text="@string/wd_summary_title"
|
|
|
+ android:textColor="#575757"
|
|
|
android:layout_marginTop="5dp"
|
|
|
- android:layout_marginBottom="0dp"
|
|
|
- android:textSize="@dimen/text_hine"/>
|
|
|
- <ImageView
|
|
|
- android:id="@+id/work_daily_unsubmit_iv"
|
|
|
- android:layout_toLeftOf="@id/work_daily_detail_status_tv"
|
|
|
- android:layout_width="40dp"
|
|
|
- android:layout_height="30dp"
|
|
|
- android:src="@drawable/unknow_info"
|
|
|
- android:paddingBottom="5dp"
|
|
|
- android:visibility="gone"
|
|
|
/>
|
|
|
- </RelativeLayout>
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
- android:layout_marginRight="5dp"
|
|
|
- android:background="@color/item_line" />
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:textSize="18sp"
|
|
|
- android:text="@string/wd_summary_title"
|
|
|
- android:textColor="#575757"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:id="@+id/work_daily_detail_summary_tv"
|
|
|
- style="@style/form_relative_right_text1"
|
|
|
- android:text="总结啦"
|
|
|
- android:textColor="#575757"
|
|
|
- />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/work_daily_detail_summary_tv"
|
|
|
+ style="@style/form_relative_right_text1"
|
|
|
+ android:text="总结啦"
|
|
|
+ android:textColor="#575757"
|
|
|
+ />
|
|
|
|
|
|
- <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">
|
|
|
- <View
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/work_daily_detail_plan_ll"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:background="@color/item_line"
|
|
|
- android:layout_marginRight="5dp"/>
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:textSize="18sp"
|
|
|
- android:text="@string/wd_plan_title"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:textColor="#575757"
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:id="@+id/work_daily_detail_plan_tv"
|
|
|
- style="@style/form_relative_right_text1"
|
|
|
- android:textColor="#575757"
|
|
|
- android:text="计划啦"/>
|
|
|
- </LinearLayout>
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="visible">
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:background="@color/item_line"
|
|
|
+ android:layout_marginRight="5dp"/>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textSize="18sp"
|
|
|
+ android:text="@string/wd_plan_title"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:textColor="#575757"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/work_daily_detail_plan_tv"
|
|
|
+ style="@style/form_relative_right_text1"
|
|
|
+ android:textColor="#575757"
|
|
|
+ android:text="计划啦"/>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
+ <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">
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:background="@color/item_line"
|
|
|
- android:layout_marginRight="5dp"/>
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="@string/wd_experience_title"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:textSize="18sp"
|
|
|
- android:textColor="#575757"
|
|
|
- />
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:background="@color/item_line"
|
|
|
+ android:layout_marginRight="5dp"/>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/wd_experience_title"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:textSize="18sp"
|
|
|
+ android:textColor="#575757"
|
|
|
+ />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/work_daily_detail_experience_tv"
|
|
|
- style="@style/form_relative_right_text1"
|
|
|
- android:textColor="#575757"
|
|
|
- android:text="心得啦"
|
|
|
- />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/work_daily_detail_experience_tv"
|
|
|
+ style="@style/form_relative_right_text1"
|
|
|
+ android:textColor="#575757"
|
|
|
+ android:text="心得啦"
|
|
|
+ />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
@@ -259,13 +259,13 @@
|
|
|
android:background="@color/white"
|
|
|
/>
|
|
|
</LinearLayout>
|
|
|
- <View
|
|
|
- android:id="@+id/hide_above_af"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="10dp"
|
|
|
- android:background="@color/black_gray"
|
|
|
- android:layout_marginTop="1dp"
|
|
|
- android:visibility="visible"/>
|
|
|
+ <View
|
|
|
+ android:id="@+id/hide_above_af"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="10dp"
|
|
|
+ android:background="@color/black_gray"
|
|
|
+ android:layout_marginTop="1dp"
|
|
|
+ android:visibility="visible"/>
|
|
|
|
|
|
|
|
|
<com.core.widget.MyListView
|
|
|
@@ -278,7 +278,7 @@
|
|
|
</com.core.widget.MyListView>
|
|
|
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
</com.core.widget.CustomerScrollView>
|
|
|
<LinearLayout
|