|
|
@@ -1,5 +1,6 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<LinearLayout 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"
|
|
|
@@ -24,7 +25,7 @@
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/ry_leave_man"
|
|
|
- style="@style/form_relative_customer"
|
|
|
+ style="@style/add_meeting"
|
|
|
android:background="@color/item_color1">
|
|
|
|
|
|
|
|
|
@@ -35,18 +36,18 @@
|
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
|
- <com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
|
|
|
- android:id="@+id/et_leave_man"
|
|
|
- style="@style/form_relative_right_text"
|
|
|
- editTextFormExample:testType="nocheck" />
|
|
|
+ <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/form_relative_customer"
|
|
|
- android:background="@color/item_color1">
|
|
|
+ style="@style/add_meeting"
|
|
|
+ android:background="@color/item_color2">
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
@@ -56,18 +57,16 @@
|
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
|
- <com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
|
|
|
- android:id="@+id/tv_start_time"
|
|
|
- style="@style/form_relative_right_text"
|
|
|
- editTextFormExample:customFormat="yyyy-MM-dd HH:mm"
|
|
|
- editTextFormExample:testType="date" />
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/meet_start_time_et"
|
|
|
+ style="@style/add_meet_tv" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/ry_set_endTime"
|
|
|
- style="@style/form_relative_customer"
|
|
|
- android:background="@color/item_color2">
|
|
|
+ style="@style/add_meeting"
|
|
|
+ android:background="@color/item_color1">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_date_gh"
|
|
|
@@ -76,34 +75,31 @@
|
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
|
- <com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
|
|
|
- android:id="@+id/tv_end_time"
|
|
|
- style="@style/form_relative_right_text"
|
|
|
- editTextFormExample:customFormat="yyyy-MM-dd HH:mm"
|
|
|
- editTextFormExample:testType="date" />
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/meet_end_time_et"
|
|
|
+ style="@style/add_meet_tv" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/ry_leave_mankind"
|
|
|
- style="@style/form_relative_customer"
|
|
|
+ style="@style/add_meeting"
|
|
|
android:background="@color/item_color2">
|
|
|
|
|
|
- <TextView
|
|
|
+ <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" />
|
|
|
|
|
|
- <com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
|
|
|
- android:id="@+id/et_leave_mankind"
|
|
|
- style="@style/form_relative_right_text"
|
|
|
- editTextFormExample:testType="nocheck" />
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/meet_addr_tv"
|
|
|
+ style="@style/add_meet_tv" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/ry_leave_type"
|
|
|
- style="@style/form_relative_customer"
|
|
|
+ style="@style/add_meeting"
|
|
|
android:visibility="gone">
|
|
|
|
|
|
|
|
|
@@ -122,91 +118,123 @@
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/ry_leave_category"
|
|
|
- style="@style/form_relative_customer"
|
|
|
+ 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:text="参会人员:"
|
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
|
- <com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
|
|
|
- android:id="@+id/et_leave_category"
|
|
|
- style="@style/form_relative_right_text"
|
|
|
- editTextFormExample:testType="nocheck" />
|
|
|
+ <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/form_relative_customer"
|
|
|
+ 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:text="管 理 员:"
|
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
|
- <com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
|
|
|
- android:id="@+id/et_leave_days"
|
|
|
- style="@style/form_relative_right_text"
|
|
|
- whatever:customRegexp="^(([0-9])|([0-9]+\\.?[0-9]+))$"
|
|
|
- whatever:testErrorString="@string/error_only_numeric_digits_allowed"
|
|
|
- whatever:testType="regexp" />
|
|
|
+ <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/form_relative_customer"
|
|
|
+ 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:text="会议标签:"
|
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
|
- <com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
|
|
|
- android:id="@+id/et_leave_hours"
|
|
|
- style="@style/form_relative_right_text"
|
|
|
-
|
|
|
- whatever:customRegexp="^(([0-9])|([0-9]+\\.?[0-9]+))$"
|
|
|
- whatever:testErrorString="@string/error_only_numeric_digits_allowed"
|
|
|
- whatever:testType="regexp" />
|
|
|
+ <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/ry_leave_reason"
|
|
|
- style="@style/form_relative_customer"
|
|
|
- android:background="@color/item_color2">
|
|
|
+ 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:text="会议议程:"
|
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
|
- <com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
|
|
|
- android:id="@+id/et_leave_reason"
|
|
|
- style="@style/form_relative_right_text"
|
|
|
+ <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">
|
|
|
+
|
|
|
+
|
|
|
+ <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
|
|
|
+ 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>
|
|
|
+
|
|
|
|
|
|
</LinearLayout>
|
|
|
|