|
|
@@ -1,426 +1,231 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:tools="http://schemas.android.com/tools"
|
|
|
+<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"
|
|
|
- tools:context="com.xzjmyk.pm.activity.ui.erp.activity.AddMeetingActivity">
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/top"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="?attr/actionBarSize"
|
|
|
- android:background="@color/text_black">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/oa_back"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:clickable="true"
|
|
|
- android:drawableLeft="@drawable/back"
|
|
|
- android:text="取消"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="20sp" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/oa_title_tv"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerInParent="true"
|
|
|
- android:clickable="true"
|
|
|
- android:text="新建会议"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="20sp" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/oa_rili_img"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginRight="8dp"
|
|
|
- android:text="保存"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="20sp" />
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <ScrollView
|
|
|
+ <com.xzjmyk.pm.activity.ui.erp.view.CustomerScrollView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_below="@id/top">
|
|
|
+ android:fillViewport="true">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/oa_meet"
|
|
|
- style="@style/IMTbleLine_UP">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/oa_meet_name"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="会议名称"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/oa_meet_name_tv"
|
|
|
- style="@style/IMTbleLine_TextValue"
|
|
|
- android:layout_toLeftOf="@+id/next_img1"
|
|
|
- android:layout_toRightOf="@+id/oa_meet_name"
|
|
|
- android:textColor="@color/text_hine"
|
|
|
- android:textSize="@dimen/text_hine" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/next_img1"
|
|
|
- android:layout_width="@dimen/next_width"
|
|
|
- android:layout_height="@dimen/next_height"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:alpha="0.26"
|
|
|
- android:background="@drawable/set_list_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1px"
|
|
|
- android:background="@color/item_line" />
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/oa_start_time"
|
|
|
- style="@style/IMTbleLine_UP">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/oa_start_time_name"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="开始时间"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/oa_start_time_name_tv"
|
|
|
- style="@style/IMTbleLine_TextValue"
|
|
|
- android:layout_toLeftOf="@+id/next_img2"
|
|
|
- android:layout_toRightOf="@+id/oa_start_time_name"
|
|
|
- android:textColor="@color/text_hine"
|
|
|
- android:textSize="@dimen/text_hine" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/next_img2"
|
|
|
- android:layout_width="@dimen/next_width"
|
|
|
- android:layout_height="@dimen/next_height"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:alpha="0.26"
|
|
|
- android:background="@drawable/set_list_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1px"
|
|
|
- android:background="@color/item_line" />
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/oa_end_time"
|
|
|
- style="@style/IMTbleLine_UP">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/oa_end_time_name"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="结束时间"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/oa_end_time_name_tv"
|
|
|
- style="@style/IMTbleLine_TextValue"
|
|
|
- android:layout_toLeftOf="@+id/oa_next_img3"
|
|
|
- android:layout_toRightOf="@+id/oa_end_time_name"
|
|
|
- android:textColor="@color/text_hine"
|
|
|
- android:textSize="@dimen/text_hine" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/oa_next_img3"
|
|
|
- android:layout_width="@dimen/next_width"
|
|
|
- android:layout_height="@dimen/next_height"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:alpha="0.26"
|
|
|
- android:background="@drawable/set_list_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1px"
|
|
|
- android:background="@color/item_line" />
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/oa_meet_addr"
|
|
|
- style="@style/IMTbleLine_UP">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/oa_meet_addr_name"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="会议地点"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/oa_meet_addr_name_tv"
|
|
|
- style="@style/IMTbleLine_TextValue"
|
|
|
- android:layout_toLeftOf="@+id/oa_next_img4"
|
|
|
- android:layout_toRightOf="@+id/oa_meet_addr_name"
|
|
|
- android:textColor="@color/text_hine"
|
|
|
- android:textSize="@dimen/text_hine" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/oa_next_img4"
|
|
|
- android:layout_width="@dimen/next_width"
|
|
|
- android:layout_height="@dimen/next_height"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:alpha="0.26"
|
|
|
- android:background="@drawable/set_list_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <View
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ly_head_display"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="1px"
|
|
|
- android:background="@color/item_line" />
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/ry_leave_man"
|
|
|
+ style="@style/form_relative_customer"
|
|
|
+ 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" />
|
|
|
+
|
|
|
+ <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" />
|
|
|
+ </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">
|
|
|
+
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_set_"
|
|
|
+ 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/tv_start_time"
|
|
|
+ style="@style/form_relative_right_text"
|
|
|
+ editTextFormExample:customFormat="yyyy-MM-dd HH:mm"
|
|
|
+ editTextFormExample:testType="date" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/ry_set_endTime"
|
|
|
+ style="@style/form_relative_customer"
|
|
|
+ android:background="@color/item_color2">
|
|
|
+
|
|
|
+ <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" />
|
|
|
+
|
|
|
+ <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" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/ry_leave_mankind"
|
|
|
+ style="@style/form_relative_customer"
|
|
|
+ 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" />
|
|
|
+
|
|
|
+ <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" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/ry_leave_type"
|
|
|
+ style="@style/form_relative_customer"
|
|
|
+ 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/form_relative_customer"
|
|
|
+ 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" />
|
|
|
+ <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" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <!--<ImageView style="@style/app_comm_list_line_gray" />-->
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/ry_set_website"
|
|
|
+ style="@style/form_relative_customer"
|
|
|
+ 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" />
|
|
|
+
|
|
|
+ <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" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <!--<ImageView style="@style/app_comm_list_line_gray" />-->
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/ry_leave_hours"
|
|
|
+ style="@style/form_relative_customer"
|
|
|
+ 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" />
|
|
|
+
|
|
|
+ <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" />
|
|
|
+ </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">
|
|
|
+
|
|
|
+
|
|
|
+ <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 xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
|
|
|
+ android:id="@+id/et_leave_reason"
|
|
|
+ style="@style/form_relative_right_text"
|
|
|
+ editTextFormExample:testType="nocheck" />
|
|
|
+ </RelativeLayout>
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="10dp" />
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/oa_meet_num"
|
|
|
- style="@style/IMTbleLine_UP">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/oa_meet_num_name"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="参会人员"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/oa_meet_num_name_tv"
|
|
|
- style="@style/IMTbleLine_TextValue"
|
|
|
- android:layout_toLeftOf="@+id/oa_next_img5"
|
|
|
- android:layout_toRightOf="@+id/oa_meet_num_name"
|
|
|
- android:textColor="@color/text_hine"
|
|
|
- android:textSize="@dimen/text_hine" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/oa_next_img5"
|
|
|
- android:layout_width="@dimen/next_width"
|
|
|
- android:layout_height="@dimen/next_height"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:alpha="0.26"
|
|
|
- android:background="@drawable/set_list_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1px"
|
|
|
- android:background="@color/item_line" />
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/oa_meet_meam"
|
|
|
- style="@style/IMTbleLine_UP">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/oa_meet_meam_name"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="管理员"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/oa_meet_meam_name_tv"
|
|
|
- style="@style/IMTbleLine_TextValue"
|
|
|
- android:layout_toLeftOf="@+id/oa_next_img6"
|
|
|
- android:layout_toRightOf="@+id/oa_meet_meam_name"
|
|
|
- android:textColor="@color/text_hine"
|
|
|
- android:textSize="@dimen/text_hine" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/oa_next_img6"
|
|
|
- android:layout_width="@dimen/next_width"
|
|
|
- android:layout_height="@dimen/next_height"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:alpha="0.26"
|
|
|
- android:background="@drawable/set_list_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1px"
|
|
|
- android:background="@color/item_line" />
|
|
|
|
|
|
+ </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">
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/bt_save"
|
|
|
+ style="@style/from_button_base_bule"
|
|
|
+ android:text="保 存" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <include layout="@layout/item_work_view" />
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="10dp" />
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/oa_meet_note"
|
|
|
- style="@style/IMTbleLine_UP">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/oa_meet_note_name"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="会议标签"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/oa_meet_note_name_tv"
|
|
|
- style="@style/IMTbleLine_TextValue"
|
|
|
- android:layout_toLeftOf="@+id/oa_next_img7"
|
|
|
- android:layout_toRightOf="@+id/oa_meet_note_name"
|
|
|
- android:textColor="@color/text_hine"
|
|
|
- android:textSize="@dimen/text_hine" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/oa_next_img7"
|
|
|
- android:layout_width="@dimen/next_width"
|
|
|
- android:layout_height="@dimen/next_height"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:alpha="0.26"
|
|
|
- android:background="@drawable/set_list_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1px"
|
|
|
- android:background="@color/item_line" />
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/oa_meet_sub"
|
|
|
- style="@style/IMTbleLine_UP">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/oa_meet_sub_name"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="管理员"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/oa_meet_sub_name_tv"
|
|
|
- style="@style/IMTbleLine_TextValue"
|
|
|
- android:layout_toLeftOf="@+id/oa_next_img9"
|
|
|
- android:layout_toRightOf="@+id/oa_meet_sub_name"
|
|
|
- android:textColor="@color/text_hine"
|
|
|
- android:textSize="@dimen/text_hine" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/oa_next_img9"
|
|
|
- android:layout_width="@dimen/next_width"
|
|
|
- android:layout_height="@dimen/next_height"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:alpha="0.26"
|
|
|
- android:background="@drawable/set_list_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1px"
|
|
|
- android:background="@color/item_line" />
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/oa_meet_about"
|
|
|
- style="@style/IMTbleLine_UP">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/oa_meet_about_name"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="管理员"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/oa_meet_about_name_tv"
|
|
|
- style="@style/IMTbleLine_TextValue"
|
|
|
- android:layout_toLeftOf="@+id/oa_next_img8"
|
|
|
- android:layout_toRightOf="@+id/oa_meet_about_name"
|
|
|
- android:textColor="@color/text_hine"
|
|
|
- android:textSize="@dimen/text_hine" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/oa_next_img8"
|
|
|
- android:layout_width="@dimen/next_width"
|
|
|
- android:layout_height="@dimen/next_height"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:alpha="0.26"
|
|
|
- android:background="@drawable/set_list_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1px"
|
|
|
- android:background="@color/item_line" />
|
|
|
</LinearLayout>
|
|
|
- </ScrollView>
|
|
|
-</RelativeLayout>
|
|
|
+ </com.xzjmyk.pm.activity.ui.erp.view.CustomerScrollView>
|
|
|
+</LinearLayout>
|