|
|
@@ -1,341 +1,509 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?><!-- com.xzjmyk.pm.activity.ui.erp.view.CustomerScrollView-->
|
|
|
-<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+<RelativeLayout
|
|
|
+ xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ android:background="@drawable/bg_bar"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
-
|
|
|
- android:fillViewport="true">
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="@color/crm_basic_bg"
|
|
|
- android:orientation="vertical"
|
|
|
- tools:context="com.xzjmyk.pm.activity.ui.erp.activity.crm.BusinessDetailInfoActivity">
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
-
|
|
|
+ android:layout_height="match_parent">
|
|
|
+ <ScrollView
|
|
|
+ android:layout_above="@+id/ll_bottom"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
-
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:fillViewport="true">
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/ll_left_layout"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_margin="10dp"
|
|
|
-
|
|
|
- android:layout_alignParentLeft="true"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="50dp"
|
|
|
- android:layout_height="50dp"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- android:layout_gravity="center_horizontal"
|
|
|
- android:background="@drawable/shape_crm_round" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:textColor="@color/wheat"
|
|
|
- android:text="xxxx提供" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_toRightOf="@+id/ll_left_layout"
|
|
|
- android:layout_toLeftOf="@+id/ll_center_layout"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layerType="software"
|
|
|
- style="@style/app_line_xuxian_horizontal_05p"></View>
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="vertical"
|
|
|
+ tools:context="com.xzjmyk.pm.activity.ui.erp.activity.crm.BusinessDetailInfoActivity">
|
|
|
+ <!-- <RelativeLayout
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ll_center_layout"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_margin="10dp"
|
|
|
- android:layout_centerInParent="true"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="50dp"
|
|
|
- android:layout_height="50dp"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- android:layout_gravity="center_horizontal"
|
|
|
- android:background="@drawable/shape_crm_round" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:textColor="@color/wheat"
|
|
|
- android:text="xxxx提供" />
|
|
|
- </LinearLayout>
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
- <View
|
|
|
- android:layout_toRightOf="@+id/ll_center_layout"
|
|
|
- android:layout_toLeftOf="@+id/ll_right_layout"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layerType="software"
|
|
|
- style="@style/app_line_xuxian_horizontal_05p"></View>
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ll_right_layout"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_margin="10dp"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="50dp"
|
|
|
- android:layout_height="50dp"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- android:layout_gravity="center_horizontal"
|
|
|
- android:background="@drawable/shape_crm_round" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:textColor="@color/wheat"
|
|
|
- android:text="xxxx提供" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- style="@style/crm_ll_card"
|
|
|
- android:layout_height="wrap_content">
|
|
|
-
|
|
|
- <LinearLayout style="@style/LinearLayout_horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="10dp"
|
|
|
- android:layout_height="15dp"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:background="@drawable/shape_tv_color"
|
|
|
- android:textColor="#FF8E57" />
|
|
|
-
|
|
|
- <TextView
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_left_layout"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_margin="10dp"
|
|
|
- android:textSize="15sp"
|
|
|
- android:textColor="#FF8E57"
|
|
|
- android:text="基本信息" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_margin="10dp"
|
|
|
- style="@style/LinearLayout_horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:text="来源"
|
|
|
- android:textColor="@color/gray_light"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:layout_width="70dp"
|
|
|
- style="@style/TextView_VerticalCenter" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- style="@style/TextView_VerticalCenter"
|
|
|
- android:id="@+id/bc_from" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_margin="10dp"
|
|
|
- style="@style/LinearLayout_horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:text="联系方式"
|
|
|
- android:textColor="@color/gray_light"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:layout_width="70dp"
|
|
|
- style="@style/TextView_VerticalCenter" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- style="@style/TextView_VerticalCenter"
|
|
|
- android:id="@+id/bc_phone" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_margin="10dp"
|
|
|
- style="@style/LinearLayout_horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:text="备注"
|
|
|
- android:textColor="@color/gray_light"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:layout_width="70dp"
|
|
|
- style="@style/TextView_VerticalCenter" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- style="@style/TextView_VerticalCenter"
|
|
|
- android:id="@+id/bc_remark" />
|
|
|
- </LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- style="@style/crm_ll_card"
|
|
|
- android:layout_height="wrap_content">
|
|
|
-
|
|
|
- <LinearLayout style="@style/LinearLayout_horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="10dp"
|
|
|
- android:layout_height="15dp"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:background="@drawable/shape_tv_color"
|
|
|
- android:textColor="#FF8E57" />
|
|
|
|
|
|
- <TextView
|
|
|
+ android:layout_alignParentLeft="true"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="50dp"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:layout_gravity="center_horizontal"
|
|
|
+ android:background="@drawable/shape_crm_round" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:textColor="@color/wheat"
|
|
|
+ android:text="xxxx提供" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_toRightOf="@+id/ll_left_layout"
|
|
|
+ android:layout_toLeftOf="@+id/ll_center_layout"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layerType="software"
|
|
|
+ style="@style/app_line_xuxian_horizontal_05p"></View>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_center_layout"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_margin="10dp"
|
|
|
- android:textSize="15sp"
|
|
|
- android:textColor="#FF8E57"
|
|
|
- android:text="其它" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
+ android:layout_centerInParent="true"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="50dp"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:layout_gravity="center_horizontal"
|
|
|
+ android:background="@drawable/shape_crm_round" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:textColor="@color/wheat"
|
|
|
+ android:text="xxxx提供" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_toRightOf="@+id/ll_center_layout"
|
|
|
+ android:layout_toLeftOf="@+id/ll_right_layout"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layerType="software"
|
|
|
+ style="@style/app_line_xuxian_horizontal_05p"></View>
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_right_layout"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_margin="10dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="50dp"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:layout_gravity="center_horizontal"
|
|
|
+ android:background="@drawable/shape_crm_round" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:textColor="@color/wheat"
|
|
|
+ android:text="xxxx提供" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ </RelativeLayout>-->
|
|
|
<LinearLayout
|
|
|
- android:layout_margin="10dp"
|
|
|
- style="@style/LinearLayout_horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:text="状态"
|
|
|
- android:textColor="@color/gray_light"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:layout_width="70dp"
|
|
|
- style="@style/TextView_VerticalCenter" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- style="@style/TextView_VerticalCenter"
|
|
|
- android:id="@+id/bc_state" />
|
|
|
+ style="@style/crm_ll_card"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <LinearLayout style="@style/LinearLayout_horizontal">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="10dp"
|
|
|
+ android:layout_height="15dp"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:background="@drawable/shape_tv_color"
|
|
|
+ android:textColor="#FF8E57" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_margin="10dp"
|
|
|
+ android:textSize="15sp"
|
|
|
+ android:textColor="#FF8E57"
|
|
|
+ android:text="基本信息" />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:padding="5dp"
|
|
|
+ style="@style/LinearLayout_horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:text="商机库编号"
|
|
|
+ android:textColor="@color/gray_light"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_width="70dp"
|
|
|
+ style="@style/TextView_VerticalCenter" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ style="@style/TextView_VerticalCenter"
|
|
|
+ android:id="@+id/bc_code" />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:padding="5dp"
|
|
|
+ style="@style/LinearLayout_horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:text="商机库名称"
|
|
|
+ android:textColor="@color/gray_light"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_width="70dp"
|
|
|
+ style="@style/TextView_VerticalCenter" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ style="@style/TextView_VerticalCenter"
|
|
|
+ android:id="@+id/bc_description" />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:padding="5dp"
|
|
|
+ style="@style/LinearLayout_horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:text="来源"
|
|
|
+ android:textColor="@color/gray_light"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_width="70dp"
|
|
|
+ style="@style/TextView_VerticalCenter" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ style="@style/TextView_VerticalCenter"
|
|
|
+ android:id="@+id/bc_from" />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:padding="5dp"
|
|
|
+ style="@style/LinearLayout_horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:text="商机库"
|
|
|
+ android:textColor="@color/gray_light"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_width="70dp"
|
|
|
+ style="@style/TextView_VerticalCenter" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ style="@style/TextView_VerticalCenter"
|
|
|
+ android:id="@+id/bc_nichehouse" />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:padding="5dp"
|
|
|
+ style="@style/LinearLayout_horizontal"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:text="商机类型"
|
|
|
+ android:textColor="@color/gray_light"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_width="70dp"
|
|
|
+ style="@style/TextView_VerticalCenter" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ style="@style/TextView_VerticalCenter"
|
|
|
+ android:id="@+id/bc_type" />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:padding="5dp"
|
|
|
+ style="@style/LinearLayout_horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:text="当前阶段"
|
|
|
+ android:textColor="@color/gray_light"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_width="70dp"
|
|
|
+ style="@style/TextView_VerticalCenter" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ style="@style/TextView_VerticalCenter"
|
|
|
+ android:id="@+id/bc_currentprocess" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:padding="5dp"
|
|
|
+ style="@style/LinearLayout_horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:text="创建时间"
|
|
|
+ android:textColor="@color/gray_light"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_width="70dp"
|
|
|
+ style="@style/TextView_VerticalCenter" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ style="@style/TextView_VerticalCenter"
|
|
|
+ android:id="@+id/bc_recorddate" />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:padding="5dp"
|
|
|
+ style="@style/LinearLayout_horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:text="创建人"
|
|
|
+ android:textColor="@color/gray_light"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_width="70dp"
|
|
|
+ style="@style/TextView_VerticalCenter" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ style="@style/TextView_VerticalCenter"
|
|
|
+ android:id="@+id/bc_recorder" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:padding="5dp"
|
|
|
+ style="@style/LinearLayout_horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:text="最后跟进时间"
|
|
|
+ android:textColor="@color/gray_light"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_width="70dp"
|
|
|
+ style="@style/TextView_VerticalCenter" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ style="@style/TextView_VerticalCenter"
|
|
|
+ android:id="@+id/bc_lastdate" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:padding="5dp"
|
|
|
+ style="@style/LinearLayout_horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:text="跟进人"
|
|
|
+ android:textColor="@color/gray_light"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_width="70dp"
|
|
|
+ style="@style/TextView_VerticalCenter" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ style="@style/TextView_VerticalCenter"
|
|
|
+ android:id="@+id/bc_doman" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
-
|
|
|
<LinearLayout
|
|
|
- android:layout_margin="10dp"
|
|
|
- style="@style/LinearLayout_horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:text="商机库"
|
|
|
- android:textColor="@color/gray_light"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:layout_width="70dp"
|
|
|
- style="@style/TextView_VerticalCenter" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- style="@style/TextView_VerticalCenter"
|
|
|
- android:id="@+id/bc_name" />
|
|
|
+ style="@style/crm_ll_card"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <LinearLayout style="@style/LinearLayout_horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="10dp"
|
|
|
+ android:layout_height="15dp"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:background="@drawable/shape_tv_color"
|
|
|
+ android:textColor="#FF8E57" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_margin="10dp"
|
|
|
+ android:textSize="15sp"
|
|
|
+ android:textColor="#FF8E57"
|
|
|
+ android:text="联系方式" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:padding="5dp"
|
|
|
+ style="@style/LinearLayout_horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:text="企业名称"
|
|
|
+ android:textColor="@color/gray_light"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_width="70dp"
|
|
|
+ style="@style/TextView_VerticalCenter" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ style="@style/TextView_VerticalCenter"
|
|
|
+ android:id="@+id/bc_custname" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:padding="5dp"
|
|
|
+ style="@style/LinearLayout_horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:text="地址"
|
|
|
+ android:textColor="@color/gray_light"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_width="70dp"
|
|
|
+ style="@style/TextView_VerticalCenter" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ style="@style/TextView_VerticalCenter"
|
|
|
+ android:id="@+id/bc_address" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:padding="5dp"
|
|
|
+ style="@style/LinearLayout_horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:text="联系人"
|
|
|
+ android:textColor="@color/gray_light"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_width="70dp"
|
|
|
+ style="@style/TextView_VerticalCenter" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ style="@style/TextView_VerticalCenter"
|
|
|
+ android:id="@+id/bc_contact" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:padding="5dp"
|
|
|
+ style="@style/LinearLayout_horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:text="职位"
|
|
|
+ android:textColor="@color/gray_light"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_width="70dp"
|
|
|
+ style="@style/TextView_VerticalCenter" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ style="@style/TextView_VerticalCenter"
|
|
|
+ android:id="@+id/bc_position" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:padding="5dp"
|
|
|
+ style="@style/LinearLayout_horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:text="电话"
|
|
|
+ android:textColor="@color/gray_light"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_width="70dp"
|
|
|
+ style="@style/TextView_VerticalCenter" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ style="@style/TextView_VerticalCenter"
|
|
|
+ android:id="@+id/bt_tel" />
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
-
|
|
|
<LinearLayout
|
|
|
- android:layout_margin="10dp"
|
|
|
- style="@style/LinearLayout_horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:text="创建人"
|
|
|
- android:textColor="@color/gray_light"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:layout_width="70dp"
|
|
|
- style="@style/TextView_VerticalCenter" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- style="@style/TextView_VerticalCenter"
|
|
|
- android:id="@+id/bc_recorder" />
|
|
|
+ style="@style/crm_ll_card"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:layout_marginBottom="20dp"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <LinearLayout style="@style/LinearLayout_horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="10dp"
|
|
|
+ android:layout_height="15dp"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:background="@drawable/shape_tv_color"
|
|
|
+ android:textColor="#FF8E57" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_margin="10dp"
|
|
|
+ android:textSize="15sp"
|
|
|
+ android:textColor="#FF8E57"
|
|
|
+ android:text="其它" />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:padding="5dp"
|
|
|
+ style="@style/LinearLayout_horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:text="备注"
|
|
|
+ android:textColor="@color/gray_light"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_width="70dp"
|
|
|
+ style="@style/TextView_VerticalCenter" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ style="@style/TextView_VerticalCenter"
|
|
|
+ android:id="@+id/bc_remark" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_margin="10dp"
|
|
|
- style="@style/LinearLayout_horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:text="创建时间"
|
|
|
- android:textColor="@color/gray_light"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:layout_width="70dp"
|
|
|
- style="@style/TextView_VerticalCenter" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- style="@style/TextView_VerticalCenter"
|
|
|
- android:id="@+id/bc_recorddate" />
|
|
|
- </LinearLayout>
|
|
|
+ </ScrollView>
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_bottom"
|
|
|
+ style="@style/crm_ll_card"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_margin="10dp"
|
|
|
- style="@style/LinearLayout_horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:text="最后变化时间"
|
|
|
- android:textColor="@color/gray_light"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:layout_width="70dp"
|
|
|
- style="@style/TextView_VerticalCenter" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- style="@style/TextView_VerticalCenter"
|
|
|
- android:id="@+id/bc_recorddate_update" />
|
|
|
- </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/crm_ll_followup"
|
|
|
+ style="@style/LinearLayout_horizontal"
|
|
|
+ android:weightSum="2">
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/bt_manage_date"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text="添加日程"
|
|
|
+ style="@style/crm_business_btn_nomargin" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/bt_manage_go"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text="跟进"
|
|
|
+ style="@style/crm_business_btn_nomargin" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- style="@style/crm_ll_card"
|
|
|
- android:layout_height="wrap_content">
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/crm_ll_followup"
|
|
|
- style="@style/LinearLayout_horizontal"
|
|
|
- android:weightSum="2">
|
|
|
-
|
|
|
- <Button
|
|
|
- android:id="@+id/bt_manage_date"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="添加日程"
|
|
|
- style="@style/crm_business_btn_nomargin" />
|
|
|
-
|
|
|
- <Button
|
|
|
- android:id="@+id/bt_manage_go"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="跟进"
|
|
|
- style="@style/crm_business_btn_nomargin" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:visibility="gone"
|
|
|
- android:id="@+id/crm_ll_qiang"
|
|
|
- style="@style/LinearLayout_horizontal"
|
|
|
- android:weightSum="2">
|
|
|
+ android:visibility="gone"
|
|
|
+ android:id="@+id/crm_ll_qiang"
|
|
|
+ style="@style/LinearLayout_horizontal"
|
|
|
+ android:weightSum="2">
|
|
|
|
|
|
- <Button
|
|
|
- android:id="@+id/bt_qiang"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="抢"
|
|
|
- style="@style/crm_business_btn_nomargin" />
|
|
|
+ <Button
|
|
|
+ android:id="@+id/bt_qiang"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text="抢"
|
|
|
+ style="@style/crm_business_btn_nomargin" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:visibility="gone"
|
|
|
- android:id="@+id/crm_ll_manage"
|
|
|
- style="@style/LinearLayout_horizontal"
|
|
|
- android:weightSum="2">
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <Button
|
|
|
- android:id="@+id/bt_fenpei"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="分配"
|
|
|
- style="@style/crm_business_btn_nomargin" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:visibility="gone"
|
|
|
+ android:id="@+id/crm_ll_manage"
|
|
|
+ style="@style/LinearLayout_horizontal"
|
|
|
+ android:weightSum="2">
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/bt_fenpei"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text="分配"
|
|
|
+ style="@style/crm_business_btn_nomargin" />
|
|
|
+ <Button
|
|
|
+ android:id="@+id/bt_zhuanyi"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text="转移"
|
|
|
+ style="@style/crm_business_btn_nomargin" />
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
-
|
|
|
-</ScrollView>
|
|
|
+</RelativeLayout>
|