|
|
@@ -118,7 +118,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_margin="10dp"
|
|
|
- android:text="基本信息"
|
|
|
+ android:text="@string/common_basicinfo"
|
|
|
android:textColor="#FF8E57"
|
|
|
android:textSize="15sp" />
|
|
|
</LinearLayout>
|
|
|
@@ -131,7 +131,7 @@
|
|
|
style="@style/TextView_VerticalCenter"
|
|
|
android:layout_width="90dp"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
- android:text="商机编号"
|
|
|
+ android:text="@string/business_id"
|
|
|
android:textColor="@color/gray_light" />
|
|
|
|
|
|
<TextView
|
|
|
@@ -148,7 +148,7 @@
|
|
|
style="@style/TextView_VerticalCenter"
|
|
|
android:layout_width="90dp"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
- android:text="商机名称"
|
|
|
+ android:text="@string/business_name"
|
|
|
android:textColor="@color/gray_light" />
|
|
|
|
|
|
<TextView
|
|
|
@@ -165,7 +165,7 @@
|
|
|
style="@style/TextView_VerticalCenter"
|
|
|
android:layout_width="90dp"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
- android:text="来源"
|
|
|
+ android:text="@string/business_from"
|
|
|
android:textColor="@color/gray_light" />
|
|
|
|
|
|
<TextView
|
|
|
@@ -182,7 +182,7 @@
|
|
|
style="@style/TextView_VerticalCenter"
|
|
|
android:layout_width="90dp"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
- android:text="商机库"
|
|
|
+ android:text="@string/business_Library"
|
|
|
android:textColor="@color/gray_light" />
|
|
|
|
|
|
<TextView
|
|
|
@@ -217,7 +217,7 @@
|
|
|
style="@style/TextView_VerticalCenter"
|
|
|
android:layout_width="90dp"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
- android:text="当前阶段"
|
|
|
+ android:text="@string/current_stage"
|
|
|
android:textColor="@color/gray_light" />
|
|
|
|
|
|
<TextView
|
|
|
@@ -234,7 +234,7 @@
|
|
|
style="@style/TextView_VerticalCenter"
|
|
|
android:layout_width="90dp"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
- android:text="创建时间"
|
|
|
+ android:text="@string/creat_time"
|
|
|
android:textColor="@color/gray_light" />
|
|
|
|
|
|
<TextView
|
|
|
@@ -251,7 +251,7 @@
|
|
|
style="@style/TextView_VerticalCenter"
|
|
|
android:layout_width="90dp"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
- android:text="创建人"
|
|
|
+ android:text="@string/creater"
|
|
|
android:textColor="@color/gray_light" />
|
|
|
|
|
|
<TextView
|
|
|
@@ -269,7 +269,7 @@
|
|
|
style="@style/TextView_VerticalCenter"
|
|
|
android:layout_width="90dp"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
- android:text="最后跟进时间"
|
|
|
+ android:text="@string/last_followup_time"
|
|
|
android:textColor="@color/gray_light" />
|
|
|
|
|
|
<TextView
|
|
|
@@ -286,7 +286,7 @@
|
|
|
style="@style/TextView_VerticalCenter"
|
|
|
android:layout_width="90dp"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
- android:text="跟进人"
|
|
|
+ android:text="@string/Follow_up_person"
|
|
|
android:textColor="@color/gray_light" />
|
|
|
|
|
|
<TextView
|
|
|
@@ -303,7 +303,7 @@
|
|
|
style="@style/TextView_VerticalCenter"
|
|
|
android:layout_width="90dp"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
- android:text="企业名称"
|
|
|
+ android:text="@string/Company_Name"
|
|
|
android:textColor="@color/gray_light" />
|
|
|
|
|
|
<TextView
|
|
|
@@ -320,7 +320,7 @@
|
|
|
style="@style/TextView_VerticalCenter"
|
|
|
android:layout_width="90dp"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
- android:text="地址"
|
|
|
+ android:text="@string/address"
|
|
|
android:textColor="@color/gray_light" />
|
|
|
|
|
|
<TextView
|
|
|
@@ -345,7 +345,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_margin="10dp"
|
|
|
- android:text="商机阶段"
|
|
|
+ android:text="@string/business_stage"
|
|
|
android:textColor="#FF8E57"
|
|
|
android:textSize="15sp" />
|
|
|
</LinearLayout>
|
|
|
@@ -360,7 +360,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:padding="10dp"
|
|
|
- android:text="阶段要求"
|
|
|
+ android:text="@string/Stage_requirements"
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
<com.xzjmyk.pm.activity.view.stickylistheaders.StickyListHeadersListView
|
|
|
@@ -383,7 +383,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_margin="10dp"
|
|
|
- android:text="联系方式"
|
|
|
+ android:text="@string/common_Contact_information"
|
|
|
android:textColor="#FF8E57"
|
|
|
android:textSize="15sp" />
|
|
|
</LinearLayout>
|
|
|
@@ -465,7 +465,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_margin="10dp"
|
|
|
- android:text="其它"
|
|
|
+ android:text="@string/others"
|
|
|
android:textColor="#FF8E57"
|
|
|
android:textSize="15sp" />
|
|
|
</LinearLayout>
|
|
|
@@ -541,7 +541,7 @@
|
|
|
android:id="@+id/bt_qiang"
|
|
|
style="@style/crm_business_btn_nomargin"
|
|
|
android:layout_weight="1"
|
|
|
- android:text="抢"
|
|
|
+ android:text="@string/grab"
|
|
|
android:textColor="@color/red" />
|
|
|
|
|
|
</LinearLayout>
|