|
|
@@ -28,70 +28,58 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/line"
|
|
|
android:layout_marginTop="8dp"
|
|
|
- android:background="@color/item_line" />
|
|
|
+ android:background="@color/gainsboro" />
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:textSize="18sp"
|
|
|
android:text="工作总结"
|
|
|
android:paddingLeft="20dp"
|
|
|
- android:layout_marginTop="1dp"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
/>
|
|
|
- <com.andreabaccega.widget.FormEditText
|
|
|
+ <EditText
|
|
|
android:id="@+id/add_work_daily_summary_et"
|
|
|
- style="@style/form_relative_right_text"
|
|
|
+ style="@style/form_relative_right_text2"
|
|
|
android:hint="请输入今日工作总结(必填)"
|
|
|
- android:layout_marginLeft="20dp"
|
|
|
- android:layout_marginTop="1dp"
|
|
|
- android:gravity="top"
|
|
|
- android:minHeight="120dp"
|
|
|
- android:padding="5dp"
|
|
|
- android:maxHeight="1000dp"
|
|
|
-
|
|
|
/>
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/line"
|
|
|
- android:background="@color/item_line" />
|
|
|
+ android:background="@color/lightgrey" />
|
|
|
<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:layout_marginTop="8dp"/>
|
|
|
+ <EditText
|
|
|
android:id="@+id/add_work_daily_plan_et"
|
|
|
- style="@style/form_relative_right_text"
|
|
|
- android:layout_marginLeft="20dp"
|
|
|
- android:gravity="top"
|
|
|
+ style="@style/form_relative_right_text2"
|
|
|
android:hint="请输入明日工作计划(非必填)"
|
|
|
- android:layout_marginTop="1dp"
|
|
|
- android:minHeight="120dp"
|
|
|
- android:padding="5dp"
|
|
|
- android:maxHeight="1000dp"/>
|
|
|
-
|
|
|
+ />
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/line"
|
|
|
- android:background="@color/item_line" />
|
|
|
+ android:background="@color/lightgrey" />
|
|
|
|
|
|
<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:layout_marginTop="8dp"
|
|
|
android:textSize="18sp"
|
|
|
/>
|
|
|
<ImageButton
|
|
|
android:id="@+id/add_work_daily_sharing_experience_im"
|
|
|
- android:layout_width="30dp"
|
|
|
- android:layout_height="30dp"
|
|
|
+ android:layout_width="20dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
android:src="@drawable/icon_app_share"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_marginTop="1dp"
|
|
|
@@ -100,31 +88,31 @@
|
|
|
android:visibility="visible"
|
|
|
/>
|
|
|
</RelativeLayout>
|
|
|
- <com.andreabaccega.widget.FormEditText
|
|
|
+ <EditText
|
|
|
android:id="@+id/add_work_daily_experience_et"
|
|
|
- style="@style/form_relative_right_text"
|
|
|
- android:layout_marginLeft="20dp"
|
|
|
- android:gravity="top"
|
|
|
+ style="@style/form_relative_right_text2"
|
|
|
android:hint="点击分享按钮可将工作心得分享到工作圈(非必填)"
|
|
|
- android:minHeight="120dp"
|
|
|
- android:maxHeight="1000dp"
|
|
|
- android:layout_marginTop="1dp"
|
|
|
- android:padding="5dp" />
|
|
|
+ />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ly_bottom_submit"
|
|
|
- style="@style/form_linear_customer">
|
|
|
|
|
|
- <Button
|
|
|
- android:id="@+id/add_work_daily_submitted_btn"
|
|
|
- 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>
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ly_bottom_submit"
|
|
|
+ style="@style/form_linear_customer">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/add_work_daily_submit_iv"
|
|
|
+ android:paddingLeft="20dp"
|
|
|
+ android:paddingRight="20dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:src="@drawable/submit3"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:textSize="20sp"
|
|
|
+ android:text="提 交"/>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|