|
|
@@ -1,17 +1,15 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<RelativeLayout 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"
|
|
|
- android:background="@color/oa_main"
|
|
|
- tools:context="com.xzjmyk.pm.activity.ui.erp.activity.oa.MeetDetailsActivity">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@color/white">
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/top"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:background="@color/oa_background_orange"
|
|
|
+ android:background="#F4F4F4"
|
|
|
android:gravity="center_vertical"
|
|
|
android:orientation="horizontal"
|
|
|
android:padding="10dp">
|
|
|
@@ -22,10 +20,11 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="2dp"
|
|
|
android:layout_weight="1"
|
|
|
+ android:drawablePadding="@dimen/padding"
|
|
|
android:drawableTop="@drawable/oa_save_meet"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/meet_details"
|
|
|
- android:textColor="@color/white"/>
|
|
|
+ android:textColor="#666666" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/add_task_ll"
|
|
|
@@ -33,10 +32,11 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="2dp"
|
|
|
android:layout_weight="1"
|
|
|
+ android:drawablePadding="@dimen/padding"
|
|
|
android:drawableTop="@drawable/oa_add_task"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/push_task"
|
|
|
- android:textColor="@color/white"/>
|
|
|
+ android:textColor="#666666" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
|
@@ -45,24 +45,34 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_below="@id/top"
|
|
|
android:background="@color/white"
|
|
|
- android:padding="10dp">
|
|
|
+ android:paddingRight="10dp"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:paddingBottom="10dp"
|
|
|
+ android:paddingTop="@dimen/padding">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/name_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="@dimen/text_main"/>
|
|
|
+ android:textColor="#333333"
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:text="标题"
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/status_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentRight="true"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
android:textColor="@color/hintColor"
|
|
|
- android:textSize="@dimen/text_hine"/>
|
|
|
+ android:textSize="@dimen/text_hine" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0.1dp"
|
|
|
+ android:layout_below="@id/name_tv"
|
|
|
+ android:layout_marginTop="@dimen/padding"
|
|
|
+ android:background="@color/base_bg" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/oa_meeting_start"
|
|
|
@@ -70,18 +80,23 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_below="@id/name_tv"
|
|
|
android:layout_marginTop="20dp"
|
|
|
+ android:drawableLeft="@drawable/ic_meeting_time"
|
|
|
+ android:drawablePadding="5dp"
|
|
|
android:text="06月13日"
|
|
|
- android:textSize="@dimen/text_main"/>
|
|
|
+ android:textColor="#666666"
|
|
|
+ android:textSize="13sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/oa_meeting_start_date"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_alignLeft="@id/oa_meeting_start"
|
|
|
android:layout_below="@id/oa_meeting_start"
|
|
|
+ android:layout_marginLeft="18dp"
|
|
|
android:layout_marginTop="5dp"
|
|
|
android:text="16:00"
|
|
|
- android:textColor="@color/powderblue"
|
|
|
- android:textSize="30sp"/>
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="18sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/oa_meeting_line"
|
|
|
@@ -92,7 +107,8 @@
|
|
|
android:layout_marginRight="5dp"
|
|
|
android:layout_toRightOf="@+id/oa_meeting_start_date"
|
|
|
android:text="—"
|
|
|
- android:textSize="30sp"/>
|
|
|
+ android:textSize="30sp"
|
|
|
+ android:visibility="invisible" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/oa_meeting_end_date"
|
|
|
@@ -101,8 +117,8 @@
|
|
|
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"/>
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="18sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/oa_meeting_end"
|
|
|
@@ -112,7 +128,8 @@
|
|
|
android:layout_alignLeft="@+id/oa_meeting_end_date"
|
|
|
android:layout_marginBottom="5dp"
|
|
|
android:text="06月13日"
|
|
|
- android:textSize="@dimen/text_main"/>
|
|
|
+ android:textColor="#666666"
|
|
|
+ android:textSize="13sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/addr"
|
|
|
@@ -120,8 +137,10 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_below="@id/oa_meeting_start_date"
|
|
|
android:layout_marginTop="10dp"
|
|
|
+ android:drawableLeft="@drawable/ic_meeting_address"
|
|
|
+ android:drawablePadding="5dp"
|
|
|
android:text="@string/meet_position"
|
|
|
- android:textColor="@color/hintColor"/>
|
|
|
+ android:textColor="#666666" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/addr_tv"
|
|
|
@@ -133,38 +152,18 @@
|
|
|
android:ellipsize="end"
|
|
|
android:lines="1"
|
|
|
android:text="@string/not_edit"
|
|
|
- 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="@string/meet_show"
|
|
|
- android:textColor="@color/hintColor"/>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/sub_tv"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignTop="@id/sub"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:layout_toRightOf="@id/sub"
|
|
|
- android:ellipsize="end"
|
|
|
- android:lines="1"
|
|
|
- android:text="无"
|
|
|
- android:textColor="@color/text_hine"/>
|
|
|
+ android:textColor="#666666" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/user"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_below="@id/sub_tv"
|
|
|
+ android:layout_below="@id/addr_tv"
|
|
|
android:layout_marginTop="10dp"
|
|
|
+ android:drawableLeft="@drawable/ic_metting_people"
|
|
|
+ android:drawablePadding="5dp"
|
|
|
android:text="@string/recorder"
|
|
|
- android:textColor="@color/hintColor"/>
|
|
|
+ android:textColor="#666666" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/user_tv"
|
|
|
@@ -172,16 +171,17 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignLeft="@id/addr_tv"
|
|
|
android:layout_alignTop="@id/user"
|
|
|
- android:textColor="@color/text_hine"/>
|
|
|
-
|
|
|
+ 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:drawableLeft="@drawable/ic_metting_sub"
|
|
|
+ android:drawablePadding="5dp"
|
|
|
android:text="@string/meet_tag"
|
|
|
- android:textColor="@color/hintColor"/>
|
|
|
+ android:textColor="#666666" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tag_tv"
|
|
|
@@ -190,58 +190,51 @@
|
|
|
android:layout_alignLeft="@id/addr_tv"
|
|
|
android:layout_alignTop="@id/tag"
|
|
|
android:text="无"
|
|
|
- android:textColor="@color/text_hine"/>
|
|
|
+ android:textColor="#666666" />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/sub"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/tag_tv"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:drawableLeft="@drawable/ic_metting_label"
|
|
|
+ android:drawablePadding="5dp"
|
|
|
+ android:text="@string/meet_show"
|
|
|
+ android:textColor="#666666" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/sub_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignTop="@id/sub"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_toRightOf="@id/sub"
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:lines="1"
|
|
|
+ android:text="无"
|
|
|
+ android:textColor="#666666" />
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<Button
|
|
|
android:id="@+id/click_btn"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ style="@style/commonButtonStyle"
|
|
|
android:layout_below="@+id/info"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
android:layout_marginRight="10dp"
|
|
|
android:layout_marginTop="20dp"
|
|
|
- android:background="@drawable/bg_orange_btn"
|
|
|
- android:padding="10dp"
|
|
|
- android:text="@string/signin_new"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="@dimen/text_main"/>
|
|
|
+ android:text="@string/signin_new" />
|
|
|
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/baidu_ll"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_below="@+id/click_btn"
|
|
|
- android:layout_marginTop="10dp">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/location_tv"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerHorizontal="true"
|
|
|
- android:layout_marginRight="20dp"
|
|
|
- android:layout_toLeftOf="@id/location_tag"
|
|
|
- android:ellipsize="end"
|
|
|
- android:lines="1"/>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/location_tag"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_marginRight="30dp"
|
|
|
- android:clickable="true"
|
|
|
- android:text="@string/agare"
|
|
|
- android:textColor="@color/blue"/>
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
<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_below="@+id/click_btn"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
android:layout_marginTop="10dp"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
@@ -249,25 +242,52 @@
|
|
|
android:id="@+id/num_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="@string/signin_number"/>
|
|
|
+ android:text="@string/signin_number" />
|
|
|
|
|
|
<View
|
|
|
android:layout_width="6dp"
|
|
|
- android:layout_height="1dp"/>
|
|
|
+ android:layout_height="1dp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_tag"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/click_finds"
|
|
|
- android:textColor="@color/blue"/>
|
|
|
+ android:textColor="#1084D1" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/baidu_ll"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@+id/click_ll"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_marginTop="10dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/location_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:lines="1" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/location_tag"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginRight="30dp"
|
|
|
+ android:layout_toRightOf="@id/location_tv"
|
|
|
+ android:clickable="true"
|
|
|
+ android:text="@string/agare"
|
|
|
+ android:textColor="#1084D1" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/end_meet_tv"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentBottom="true"
|
|
|
- android:background="@drawable/endmeeting"/>
|
|
|
+ android:background="@drawable/endmeeting" />
|
|
|
|
|
|
</RelativeLayout>
|