|
|
@@ -9,82 +9,119 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical">
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="50dp"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <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>
|
|
|
+ <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>
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="2px"
|
|
|
android:background="@color/item_line" />
|
|
|
-
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textSize="18sp"
|
|
|
+ android:text="工作总结"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
+ />
|
|
|
<EditText
|
|
|
android:id="@+id/sum_tv"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
android:background="@null"
|
|
|
android:gravity="left|start"
|
|
|
- android:hint="填写工作总结"
|
|
|
+ android:hint="请输入今日工作总结(必填)"
|
|
|
android:minLines="5"
|
|
|
- android:padding="5dp"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
android:textColor="@color/text_hine"
|
|
|
- android:textSize="@dimen/text_main" />
|
|
|
+ android:textSize="15sp"
|
|
|
+ android:layout_marginTop="8dp"/>
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="2px"
|
|
|
android:background="@color/item_line" />
|
|
|
-
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textSize="18sp"
|
|
|
+ android:text="工作计划"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
+ />
|
|
|
<EditText
|
|
|
android:id="@+id/plan_tv"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
android:background="@null"
|
|
|
android:gravity="left|start"
|
|
|
- android:hint="填写工作计划"
|
|
|
+ android:hint="请输入明日工作计划(非必填)"
|
|
|
android:minLines="5"
|
|
|
- android:padding="5dp"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
android:textColor="@color/text_hine"
|
|
|
- android:textSize="@dimen/text_main" />
|
|
|
+ android:textSize="15sp" />
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="2px"
|
|
|
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="10dp"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
+ android:textSize="18sp"
|
|
|
+ />
|
|
|
+ <ImageButton
|
|
|
+ android:id="@+id/im_Experience_sharing"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:src="@drawable/icon_app_share"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
<EditText
|
|
|
android:id="@+id/learned_tv"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
android:background="@null"
|
|
|
android:gravity="left|start"
|
|
|
- android:hint="填写心得体会"
|
|
|
+ android:hint="点击分享按钮可将工作心得分享到工作圈(非必填)"
|
|
|
android:minLines="5"
|
|
|
- android:padding="5dp"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
android:textColor="@color/text_hine"
|
|
|
- android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
+ android:textSize="15sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -98,50 +135,14 @@
|
|
|
android:visibility="gone" />
|
|
|
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="50dp"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:visibility="gone">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:src="@drawable/im_btn_emotion_bg" />
|
|
|
-
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:src="@drawable/im_btn_emotion_bg" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:src="@drawable/im_btn_emotion_bg" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:src="@drawable/im_btn_emotion_bg" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:src="@drawable/im_btn_emotion_bg" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/add"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:src="@drawable/actionbar_add_icon" />
|
|
|
- </LinearLayout>
|
|
|
+ <Button
|
|
|
+ android:id="@+id/btn_Daily_submitted"
|
|
|
+ android:layout_width="250dp"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ style="@style/BlueButtonStyle"
|
|
|
+ android:layout_gravity="center_horizontal"
|
|
|
+ android:textSize="20sp"
|
|
|
+ android:layout_marginTop="70dp"
|
|
|
+ android:text="提 交"/>
|
|
|
</LinearLayout>
|
|
|
</ScrollView>
|