|
|
@@ -0,0 +1,318 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ tools:context="com.xzjmyk.pm.activity.ui.erp.activity.oa.MeetDetailsActivity">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/top"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="70dp"
|
|
|
+ android:background="@color/item_color1"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:clickable="true"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <Button
|
|
|
+ style="@style/oa_btn_style"
|
|
|
+ android:background="@drawable/text_button_stye" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
+ android:text="会议纪要" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:clickable="true"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <Button
|
|
|
+ style="@style/oa_btn_style"
|
|
|
+ android:background="@drawable/text_button_stye" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
+ android:text="打卡签到" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/basic"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@+id/top">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/basic_tv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@color/item_color1"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:text="基本信息" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/status_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@+id/basic_tv"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:text="会议未开始"
|
|
|
+ android:textColor="@color/hintColor" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/name_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@+id/status_tv"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:text="crm、OA导论"
|
|
|
+ android:textColor="@color/text_main" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/oa_meeting_start"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/name_tv"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:text="06月13日"
|
|
|
+ android:textSize="@dimen/text_hine" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/oa_meeting_start_date"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/oa_meeting_start"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:text="16:00"
|
|
|
+ android:textColor="@color/powderblue"
|
|
|
+ android:textSize="30sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/oa_meeting_line"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignTop="@+id/oa_meeting_start_date"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:layout_toRightOf="@+id/oa_meeting_start_date"
|
|
|
+ android:text="—"
|
|
|
+ android:textSize="30sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/oa_meeting_end_date"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignTop="@+id/oa_meeting_start_date"
|
|
|
+ android:layout_toRightOf="@+id/oa_meeting_line"
|
|
|
+ android:text="18:00"
|
|
|
+ android:textColor="@color/powderblue"
|
|
|
+ android:textSize="30sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/oa_meeting_end"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_above="@id/oa_meeting_end_date"
|
|
|
+ android:layout_alignLeft="@+id/oa_meeting_end_date"
|
|
|
+ android:layout_marginBottom="5dp"
|
|
|
+ android:text="06月13日"
|
|
|
+ android:textSize="@dimen/text_hine" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/addr"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/oa_meeting_start_date"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:text="会议地点"
|
|
|
+ android:textColor="@color/hintColor" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/addr_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/addr"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:text="三楼会议室"
|
|
|
+ android:textColor="@color/text_hine" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/sub"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/addr_tv"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:text="会议介绍"
|
|
|
+ android:textColor="@color/hintColor" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/sub_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/sub"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:text="产品部、技术部门一起讨论crm、oa的研发"
|
|
|
+ android:textColor="@color/text_hine" />
|
|
|
+
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/user"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/sub_tv"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:text="发起人"
|
|
|
+ android:textColor="@color/hintColor" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/user_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/user"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:text="张建国"
|
|
|
+ android:textColor="@color/text_hine" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tag"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/user_tv"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:text="会议标签"
|
|
|
+ android:textColor="@color/hintColor" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tag_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/tag"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:text="培训会议"
|
|
|
+ android:textColor="@color/text_hine" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/click_btn"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@+id/tag_tv"
|
|
|
+ android:layout_margin="10dp"
|
|
|
+ android:background="@drawable/bg_btn"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:text="立即签到"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/baidu_ll"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@+id/click_btn"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="广东深圳南山区英唐大厦" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="6dp"
|
|
|
+ android:layout_height="1dp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/agare"
|
|
|
+ android:textColor="@color/blue" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/click_ll"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@+id/baidu_ll"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/num"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="当前签到人数 0/52" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="6dp"
|
|
|
+ android:layout_height="1dp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/click_find"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/click_finds"
|
|
|
+ android:textColor="@color/blue" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/meet_about"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@+id/click_ll"
|
|
|
+ android:layout_marginTop="13dp"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@color/item_color1"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:text="会议议程"
|
|
|
+ android:textColor="@color/text_hine" />
|
|
|
+
|
|
|
+ <com.xzjmyk.pm.activity.ui.erp.view.CustomerListView
|
|
|
+ android:id="@+id/meet_listview"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1px"
|
|
|
+ android:layout_below="@+id/meet_about"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@+id/meet_about"
|
|
|
+ android:clickable="true"
|
|
|
+ android:gravity="center"
|
|
|
+ android:padding="20dp"
|
|
|
+ android:text="结束会议" />
|
|
|
+ </RelativeLayout>
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+</ScrollView>
|