|
|
@@ -0,0 +1,171 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:whatever="http://schemas.android.com/apk/res-auto"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@drawable/bg_main"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <com.xzjmyk.pm.activity.ui.erp.view.CustomerScrollView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:fillViewport="true">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ly_head_display"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textSize="18sp"
|
|
|
+ android:text="工作总结"
|
|
|
+ android:paddingLeft="20dp"
|
|
|
+ android:layout_marginTop="1dp"
|
|
|
+ />
|
|
|
+ <com.andreabaccega.widget.FormEditText
|
|
|
+ android:id="@+id/sum_tv"
|
|
|
+ style="@style/form_relative_right_text"
|
|
|
+ android:hint="请输入今日工作总结(必填)"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
+ android:layout_marginTop="1dp"
|
|
|
+ android:gravity="top"
|
|
|
+ android:minHeight="120dp"
|
|
|
+ android:maxHeight="300dp"
|
|
|
+ android:padding="5dp"
|
|
|
+ />
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textSize="18sp"
|
|
|
+ android:text="工作计划"
|
|
|
+ android:paddingLeft="20dp"
|
|
|
+ android:layout_marginTop="1dp"/>
|
|
|
+ <com.andreabaccega.widget.FormEditText
|
|
|
+ android:id="@+id/plan_tv"
|
|
|
+ style="@style/form_relative_right_text"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
+ android:gravity="top"
|
|
|
+ android:hint="请输入明日工作计划(非必填)"
|
|
|
+ android:layout_marginTop="1dp"
|
|
|
+ android:minHeight="120dp"
|
|
|
+ android:maxHeight="300dp"
|
|
|
+ android:padding="5dp" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ >
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="工作心得"
|
|
|
+ android:paddingLeft="20dp"
|
|
|
+ android:layout_marginTop="1dp"
|
|
|
+ android:textSize="18sp"
|
|
|
+ />
|
|
|
+ <ImageButton
|
|
|
+ android:id="@+id/im_Experience_sharing"
|
|
|
+ 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"
|
|
|
+ />
|
|
|
+ </RelativeLayout>
|
|
|
+ <com.andreabaccega.widget.FormEditText
|
|
|
+ android:id="@+id/learned_tv"
|
|
|
+ style="@style/form_relative_right_text"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
+ android:gravity="top"
|
|
|
+ android:hint="点击分享按钮可将工作心得分享到工作圈(非必填)"
|
|
|
+ android:minHeight="120dp"
|
|
|
+ android:maxHeight="300dp"
|
|
|
+ android:layout_marginTop="1dp"
|
|
|
+ android:padding="5dp" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ly_bottom_submit"
|
|
|
+ style="@style/form_linear_customer">
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/btn_Daily_submitted"
|
|
|
+ style="@style/from_button_base_bule"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:textSize="20sp"
|
|
|
+ android:text="提 交" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+ </com.xzjmyk.pm.activity.ui.erp.view.CustomerScrollView>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <include layout="@layout/item_work_view" />
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <!--gone-->
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:text="日志类型"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/type_tv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
+ android:drawableRight="@drawable/oa_next"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
+ </LinearLayout>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="30dp"
|
|
|
+ android:background="@drawable/oa_signin_tv_bg"
|
|
|
+ android:padding="20dp"
|
|
|
+ android:text="选择点评人(默认指向自己领导)"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
+ android:textSize="@dimen/text_main"
|
|
|
+ android:visibility="gone" />
|
|
|
+</LinearLayout>
|