|
|
@@ -1,262 +1,245 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:editTextFormExample="http://schemas.android.com/tools"
|
|
|
- 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">
|
|
|
+ android:background="@drawable/line"
|
|
|
+ android:fillViewport="true">
|
|
|
|
|
|
- <com.xzjmyk.pm.activity.ui.erp.view.CustomerScrollView
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:fillViewport="true">
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/ry_leave_man"
|
|
|
+ style="@style/add_meeting"
|
|
|
+ android:background="@color/item_color2">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/name_tag"
|
|
|
+ style="@style/form_relative_left_text"
|
|
|
+ android:text="会议名称:"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/name_et"
|
|
|
+ style="@style/add_meet_tv"
|
|
|
+ android:layout_toRightOf="@+id/name_tag"
|
|
|
+ android:inputType="text" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ly_head_display"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/ry_leave_man"
|
|
|
- style="@style/add_meeting"
|
|
|
- android:background="@color/item_color1">
|
|
|
-
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_leave_man"
|
|
|
- style="@style/form_relative_left_text"
|
|
|
- android:text="会议名称:"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
- <EditText
|
|
|
- android:id="@+id/meet_name_et"
|
|
|
- style="@style/add_meet_tv"
|
|
|
- android:inputType="text" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <!--<ImageView style="@style/app_comm_list_line_gray" />-->
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/ry_set_startTime"
|
|
|
- style="@style/add_meeting"
|
|
|
- android:background="@color/item_color2">
|
|
|
-
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_set_"
|
|
|
- style="@style/form_relative_left_text"
|
|
|
- android:text="开始时间:"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
- <EditText
|
|
|
- android:id="@+id/meet_start_time_et"
|
|
|
- style="@style/add_meet_tv" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/ry_set_endTime"
|
|
|
- style="@style/add_meeting"
|
|
|
- android:background="@color/item_color1">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_date_gh"
|
|
|
- style="@style/form_relative_left_text"
|
|
|
- android:text="结束时间:"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
- <EditText
|
|
|
- android:id="@+id/meet_end_time_et"
|
|
|
- style="@style/add_meet_tv" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/ry_leave_mankind"
|
|
|
- style="@style/add_meeting"
|
|
|
- android:background="@color/item_color2">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_leave_mankind"
|
|
|
- style="@style/form_relative_left_text"
|
|
|
- android:text="会议地点:"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
- <EditText
|
|
|
- android:id="@+id/meet_addr_tv"
|
|
|
- style="@style/add_meet_tv" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/ry_leave_type"
|
|
|
- style="@style/add_meeting"
|
|
|
- android:visibility="gone">
|
|
|
-
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_leave_type"
|
|
|
- style="@style/form_relative_left_text"
|
|
|
- android:text="请假类型:" />
|
|
|
-
|
|
|
- <com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
|
|
|
- android:id="@+id/et_leave_type"
|
|
|
- style="@style/form_relative_right_text"
|
|
|
- android:focusableInTouchMode="false"
|
|
|
- editTextFormExample:testType="nocheck" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/ry_leave_category"
|
|
|
- style="@style/add_meeting"
|
|
|
- android:background="@color/item_color1">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_leave_category"
|
|
|
- style="@style/form_relative_left_text"
|
|
|
- android:text="参会人员:"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
- <EditText
|
|
|
- android:id="@+id/meet_user_num_et"
|
|
|
- style="@style/add_meet_tv" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <!--<ImageView style="@style/app_comm_list_line_gray" />-->
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/ry_set_website"
|
|
|
- style="@style/add_meeting"
|
|
|
- android:background="@color/item_color2">
|
|
|
-
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_iv_leave_days"
|
|
|
- style="@style/form_relative_left_text"
|
|
|
- android:text="管 理 员:"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
- <EditText
|
|
|
- android:id="@+id/meet_user_et"
|
|
|
- style="@style/add_meet_tv" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <!--<ImageView style="@style/app_comm_list_line_gray" />-->
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/ry_leave_hours"
|
|
|
- style="@style/add_meeting"
|
|
|
- android:background="@color/item_color1">
|
|
|
-
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_leave_hours"
|
|
|
- style="@style/form_relative_left_text"
|
|
|
- android:text="会议标签:"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
- <EditText
|
|
|
- android:id="@+id/meet_tag_et"
|
|
|
- style="@style/add_meet_tv" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <!--<ImageView style="@style/app_comm_list_line_gray" />-->
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/meet_main_rl"
|
|
|
- style="@style/add_meeting"
|
|
|
- android:background="@color/item_color2"
|
|
|
- android:clickable="true">
|
|
|
-
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_leave_reason"
|
|
|
- style="@style/form_relative_left_text"
|
|
|
- android:text="会议议程:"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
- <com.andreabaccega.widget.FormEditText
|
|
|
- android:id="@+id/meet_main_et"
|
|
|
- style="@style/add_meet_tv"
|
|
|
- android:focusable="false"
|
|
|
- editTextFormExample:testType="nocheck" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/meet_about"
|
|
|
- style="@style/add_meeting"
|
|
|
- android:background="@color/item_color1">
|
|
|
-
|
|
|
+ android:layout_height="1px" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/meet_about_tv"
|
|
|
- style="@style/form_relative_left_text"
|
|
|
- android:text="会议介绍:"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
- <EditText
|
|
|
- android:id="@+id/meet_about_et"
|
|
|
- style="@style/add_meet_tv" />
|
|
|
- </RelativeLayout>
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/start_rl"
|
|
|
+ style="@style/add_meeting"
|
|
|
+ android:background="@color/item_color2">
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- style="@style/add_meeting"
|
|
|
- android:background="@color/item_color2">
|
|
|
-
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/form_relative_left_text"
|
|
|
- android:text="为参会人员创建日程:"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
- <com.xzjmyk.pm.activity.ui.erp.view.SwitchView
|
|
|
- android:id="@+id/cb_task_reply"
|
|
|
- android:layout_width="50dp"
|
|
|
- android:layout_height="35dp"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginRight="20dp" />
|
|
|
|
|
|
- </RelativeLayout>
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/start_tag"
|
|
|
+ style="@style/form_relative_left_text"
|
|
|
+ android:text="开始时间:"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/start_tv"
|
|
|
+ style="@style/add_meet_tv"
|
|
|
+ android:layout_toRightOf="@id/start_tag"
|
|
|
+ android:drawableRight="@drawable/oa_next" />
|
|
|
+ </RelativeLayout>
|
|
|
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ly_bottom_display"
|
|
|
- style="@style/form_linear_customer">
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ly_bottom_save"
|
|
|
- style="@style/form_linear_customer">
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1px" />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/end_rl"
|
|
|
+ style="@style/add_meeting"
|
|
|
+ android:background="@color/item_color2">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/end_tag"
|
|
|
+ style="@style/form_relative_left_text"
|
|
|
+ android:text="结束时间:"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/end_tv"
|
|
|
+ style="@style/add_meet_tv"
|
|
|
+ android:layout_toRightOf="@id/end_tag"
|
|
|
+ android:drawableRight="@drawable/oa_next" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1px" />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/ry_leave_mankind"
|
|
|
+ style="@style/add_meeting"
|
|
|
+ android:background="@color/item_color2">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/location_tag"
|
|
|
+ style="@style/form_relative_left_text"
|
|
|
+ android:text="会议地点:"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/location_et"
|
|
|
+ style="@style/add_meet_tv"
|
|
|
+ android:layout_toRightOf="@id/location_tag" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/ry_leave_type"
|
|
|
+ style="@style/add_meeting"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_leave_type"
|
|
|
+ style="@style/form_relative_left_text"
|
|
|
+ android:text="请假类型:" />
|
|
|
+
|
|
|
+ <com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
|
|
|
+ android:id="@+id/et_leave_type"
|
|
|
+ style="@style/form_relative_right_text"
|
|
|
+ android:focusableInTouchMode="false"
|
|
|
+ editTextFormExample:testType="nocheck" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="10dp" />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/users_rl"
|
|
|
+ style="@style/add_meeting"
|
|
|
+ android:background="@color/item_color2">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/users_tag"
|
|
|
+ style="@style/form_relative_left_text"
|
|
|
+ android:text="参会人员:"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/users_tv"
|
|
|
+ style="@style/add_meet_tv"
|
|
|
+ android:layout_toRightOf="@+id/users_tag"
|
|
|
+ android:drawableRight="@drawable/oa_next" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1px" />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/user_rl"
|
|
|
+ style="@style/add_meeting"
|
|
|
+ android:background="@color/item_color2">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/user_tag"
|
|
|
+ style="@style/form_relative_left_text"
|
|
|
+ android:text="管 理 员:"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/user_tv"
|
|
|
+ style="@style/add_meet_tv"
|
|
|
+ android:layout_toRightOf="@id/user_tag"
|
|
|
+ android:drawableRight="@drawable/oa_next" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="10dp" />
|
|
|
|
|
|
- <Button
|
|
|
- android:id="@+id/bt_save"
|
|
|
- style="@style/from_button_base_bule"
|
|
|
- android:layout_marginBottom="30dp"
|
|
|
- android:text="保 存" />
|
|
|
- </LinearLayout>
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/ry_leave_hours"
|
|
|
+ style="@style/add_meeting"
|
|
|
+ android:background="@color/item_color2">
|
|
|
|
|
|
- <include layout="@layout/item_work_view" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
- </com.xzjmyk.pm.activity.ui.erp.view.CustomerScrollView>
|
|
|
-</LinearLayout>
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1px"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tag_tag"
|
|
|
+ style="@style/form_relative_left_text"
|
|
|
+ android:text="会议标签:"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/tag_et"
|
|
|
+ style="@style/add_meet_tv"
|
|
|
+ android:layout_toRightOf="@+id/tag_tag"
|
|
|
+ android:drawableRight="@drawable/oa_next" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1px" />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/meet_about"
|
|
|
+ style="@style/add_meeting"
|
|
|
+ android:background="@color/item_color2">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/about_tag"
|
|
|
+ style="@style/form_relative_left_text"
|
|
|
+ android:text="会议介绍:"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/about_et"
|
|
|
+ style="@style/add_meet_tv"
|
|
|
+ android:layout_toRightOf="@id/about_tag" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="10dp" />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ style="@style/add_meeting"
|
|
|
+ android:background="@color/item_color2">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/form_relative_left_text"
|
|
|
+ android:text="为参会人员创建日程:"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
+
|
|
|
+ <com.xzjmyk.pm.activity.ui.erp.view.SwitchView
|
|
|
+ android:id="@+id/create_ric_sv"
|
|
|
+ android:layout_width="50dp"
|
|
|
+ android:layout_height="35dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginRight="20dp" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/bt_save"
|
|
|
+ style="@style/from_button_base_bule"
|
|
|
+ android:layout_marginBottom="30dp"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:text="保 存" />
|
|
|
+ </LinearLayout>
|
|
|
+</ScrollView>
|