|
|
@@ -129,9 +129,9 @@
|
|
|
|
|
|
<TextView
|
|
|
style="@style/TextView_VerticalCenter"
|
|
|
- android:layout_width="70dp"
|
|
|
+ android:layout_width="90dp"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
- android:text="商机库编号"
|
|
|
+ android:text="商机编号"
|
|
|
android:textColor="@color/gray_light" />
|
|
|
|
|
|
<TextView
|
|
|
@@ -146,9 +146,9 @@
|
|
|
|
|
|
<TextView
|
|
|
style="@style/TextView_VerticalCenter"
|
|
|
- android:layout_width="70dp"
|
|
|
+ android:layout_width="90dp"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
- android:text="商机库名称"
|
|
|
+ android:text="商机名称"
|
|
|
android:textColor="@color/gray_light" />
|
|
|
|
|
|
<TextView
|
|
|
@@ -163,7 +163,7 @@
|
|
|
|
|
|
<TextView
|
|
|
style="@style/TextView_VerticalCenter"
|
|
|
- android:layout_width="70dp"
|
|
|
+ android:layout_width="90dp"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
android:text="来源"
|
|
|
android:textColor="@color/gray_light" />
|
|
|
@@ -180,7 +180,7 @@
|
|
|
|
|
|
<TextView
|
|
|
style="@style/TextView_VerticalCenter"
|
|
|
- android:layout_width="70dp"
|
|
|
+ android:layout_width="90dp"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
android:text="商机库"
|
|
|
android:textColor="@color/gray_light" />
|
|
|
@@ -215,7 +215,7 @@
|
|
|
|
|
|
<TextView
|
|
|
style="@style/TextView_VerticalCenter"
|
|
|
- android:layout_width="70dp"
|
|
|
+ android:layout_width="90dp"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
android:text="当前阶段"
|
|
|
android:textColor="@color/gray_light" />
|
|
|
@@ -232,7 +232,7 @@
|
|
|
|
|
|
<TextView
|
|
|
style="@style/TextView_VerticalCenter"
|
|
|
- android:layout_width="70dp"
|
|
|
+ android:layout_width="90dp"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
android:text="创建时间"
|
|
|
android:textColor="@color/gray_light" />
|
|
|
@@ -249,7 +249,7 @@
|
|
|
|
|
|
<TextView
|
|
|
style="@style/TextView_VerticalCenter"
|
|
|
- android:layout_width="70dp"
|
|
|
+ android:layout_width="90dp"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
android:text="创建人"
|
|
|
android:textColor="@color/gray_light" />
|
|
|
@@ -267,7 +267,7 @@
|
|
|
|
|
|
<TextView
|
|
|
style="@style/TextView_VerticalCenter"
|
|
|
- android:layout_width="70dp"
|
|
|
+ android:layout_width="90dp"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
android:text="最后跟进时间"
|
|
|
android:textColor="@color/gray_light" />
|
|
|
@@ -284,7 +284,7 @@
|
|
|
|
|
|
<TextView
|
|
|
style="@style/TextView_VerticalCenter"
|
|
|
- android:layout_width="70dp"
|
|
|
+ android:layout_width="90dp"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
android:text="跟进人"
|
|
|
android:textColor="@color/gray_light" />
|
|
|
@@ -430,6 +430,7 @@
|
|
|
android:layout_width="70dp"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
android:text="备注"
|
|
|
+ android:layout_gravity="top"
|
|
|
android:textColor="@color/gray_light" />
|
|
|
|
|
|
<TextView
|