|
@@ -25,7 +25,7 @@
|
|
|
android:layout_marginLeft="20dp"
|
|
android:layout_marginLeft="20dp"
|
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
- android:text="开始时间"
|
|
|
|
|
|
|
+ android:text="@string/task_starttime"
|
|
|
android:textColor="@color/text_main"
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
|
|
@@ -43,7 +43,7 @@
|
|
|
android:drawableRight="@drawable/nav_icon_search_default"
|
|
android:drawableRight="@drawable/nav_icon_search_default"
|
|
|
android:focusable="false"
|
|
android:focusable="false"
|
|
|
android:focusableInTouchMode="false"
|
|
android:focusableInTouchMode="false"
|
|
|
- android:hint="请选择"
|
|
|
|
|
|
|
+ android:hint="@string/common_select1"
|
|
|
editTextFormExample:testType="nocheck" />
|
|
editTextFormExample:testType="nocheck" />
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
@@ -61,7 +61,7 @@
|
|
|
android:layout_marginLeft="20dp"
|
|
android:layout_marginLeft="20dp"
|
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
- android:text="截止时间"
|
|
|
|
|
|
|
+ android:text="@string/task_endtime"
|
|
|
android:textColor="@color/text_main"
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
|
|
@@ -79,7 +79,7 @@
|
|
|
android:drawableRight="@drawable/nav_icon_search_default"
|
|
android:drawableRight="@drawable/nav_icon_search_default"
|
|
|
android:focusable="false"
|
|
android:focusable="false"
|
|
|
android:focusableInTouchMode="false"
|
|
android:focusableInTouchMode="false"
|
|
|
- android:hint="请选择"
|
|
|
|
|
|
|
+ android:hint="@string/common_select1"
|
|
|
editTextFormExample:testType="nocheck" />
|
|
editTextFormExample:testType="nocheck" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
@@ -97,7 +97,7 @@
|
|
|
android:layout_marginLeft="20dp"
|
|
android:layout_marginLeft="20dp"
|
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
- android:text="客户名称"
|
|
|
|
|
|
|
+ android:text="@string/client_Customer_name"
|
|
|
android:textColor="@color/text_main"
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
|
|
@@ -114,7 +114,7 @@
|
|
|
android:drawableRight="@drawable/nav_icon_search_default"
|
|
android:drawableRight="@drawable/nav_icon_search_default"
|
|
|
android:focusable="false"
|
|
android:focusable="false"
|
|
|
android:focusableInTouchMode="false"
|
|
android:focusableInTouchMode="false"
|
|
|
- android:hint="请选择(必选)"
|
|
|
|
|
|
|
+ android:hint="@string/common_select"
|
|
|
editTextFormExample:testType="nocheck" />
|
|
editTextFormExample:testType="nocheck" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
@@ -132,7 +132,7 @@
|
|
|
android:layout_marginLeft="20dp"
|
|
android:layout_marginLeft="20dp"
|
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
- android:text="联系人"
|
|
|
|
|
|
|
+ android:text="@string/common_Contact_person"
|
|
|
android:textColor="@color/text_main"
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
|
|
@@ -146,7 +146,7 @@
|
|
|
<com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
|
|
<com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
|
|
|
android:id="@+id/tv_linksman_login"
|
|
android:id="@+id/tv_linksman_login"
|
|
|
style="@style/form_relative_right_text"
|
|
style="@style/form_relative_right_text"
|
|
|
- android:hint="请输入(必填)"
|
|
|
|
|
|
|
+ android:hint="@string/common_input"
|
|
|
editTextFormExample:testType="nocheck" />
|
|
editTextFormExample:testType="nocheck" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
@@ -166,7 +166,7 @@
|
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
|
android:editable="true"
|
|
android:editable="true"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
- android:text="客户地址"
|
|
|
|
|
|
|
+ android:text="@string/client_customer_address"
|
|
|
android:textColor="@color/text_main"
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
|
|
@@ -180,7 +180,7 @@
|
|
|
<com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
|
|
<com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
|
|
|
android:id="@+id/tv_address_login"
|
|
android:id="@+id/tv_address_login"
|
|
|
style="@style/form_relative_right_text"
|
|
style="@style/form_relative_right_text"
|
|
|
- android:hint="请输入(必填)"
|
|
|
|
|
|
|
+ android:hint="@string/common_input"
|
|
|
android:maxHeight="70dp"
|
|
android:maxHeight="70dp"
|
|
|
editTextFormExample:testType="nocheck" />
|
|
editTextFormExample:testType="nocheck" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
@@ -198,7 +198,7 @@
|
|
|
android:layout_marginLeft="20dp"
|
|
android:layout_marginLeft="20dp"
|
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
- android:text="拜访目的"
|
|
|
|
|
|
|
+ android:text="@string/visit_aim"
|
|
|
android:textColor="@color/text_main"
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
|
|
@@ -217,7 +217,7 @@
|
|
|
android:ellipsize="end"
|
|
android:ellipsize="end"
|
|
|
android:focusable="false"
|
|
android:focusable="false"
|
|
|
android:focusableInTouchMode="false"
|
|
android:focusableInTouchMode="false"
|
|
|
- android:hint="请选择(必选)"
|
|
|
|
|
|
|
+ android:hint="@string/common_select"
|
|
|
android:lines="1"
|
|
android:lines="1"
|
|
|
editTextFormExample:testType="nocheck" />
|
|
editTextFormExample:testType="nocheck" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
@@ -234,7 +234,7 @@
|
|
|
android:layout_marginLeft="20dp"
|
|
android:layout_marginLeft="20dp"
|
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
- android:text="拜访类型"
|
|
|
|
|
|
|
+ android:text="@string/visitting_type"
|
|
|
android:textColor="@color/text_main"
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
|
|
@@ -255,7 +255,7 @@
|
|
|
android:layout_toEndOf="@+id/textView1"
|
|
android:layout_toEndOf="@+id/textView1"
|
|
|
android:layout_toRightOf="@+id/textView1"
|
|
android:layout_toRightOf="@+id/textView1"
|
|
|
android:drawableRight="@drawable/nav_icon_search_default"
|
|
android:drawableRight="@drawable/nav_icon_search_default"
|
|
|
- android:hint="请选择"
|
|
|
|
|
|
|
+ android:hint="@string/common_select1"
|
|
|
editTextFormExample:testType="nocheck" />
|
|
editTextFormExample:testType="nocheck" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
@@ -272,7 +272,7 @@
|
|
|
android:layout_marginLeft="20dp"
|
|
android:layout_marginLeft="20dp"
|
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
- android:text="当前阶段"
|
|
|
|
|
|
|
+ android:text="@string/current_stage"
|
|
|
android:textColor="@color/text_main"
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
|
|
@@ -309,7 +309,7 @@
|
|
|
android:layout_marginLeft="20dp"
|
|
android:layout_marginLeft="20dp"
|
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
- android:text="关联商机"
|
|
|
|
|
|
|
+ android:text="@string/connect_businedd"
|
|
|
android:textColor="@color/text_main"
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
|
|
@@ -327,7 +327,7 @@
|
|
|
android:drawableRight="@drawable/nav_icon_search_default"
|
|
android:drawableRight="@drawable/nav_icon_search_default"
|
|
|
android:focusable="false"
|
|
android:focusable="false"
|
|
|
android:focusableInTouchMode="false"
|
|
android:focusableInTouchMode="false"
|
|
|
- android:hint="请选择"
|
|
|
|
|
|
|
+ android:hint="@string/common_select1"
|
|
|
editTextFormExample:testType="nocheck" />
|
|
editTextFormExample:testType="nocheck" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
@@ -343,7 +343,7 @@
|
|
|
android:layout_marginLeft="20dp"
|
|
android:layout_marginLeft="20dp"
|
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
- android:text="拜访内容"
|
|
|
|
|
|
|
+ android:text="@string/visit_content"
|
|
|
android:textColor="@color/text_main"
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
|
|
@@ -361,7 +361,7 @@
|
|
|
<com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
|
|
<com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
|
|
|
android:id="@+id/tv_visit_content"
|
|
android:id="@+id/tv_visit_content"
|
|
|
style="@style/form_relative_right_text"
|
|
style="@style/form_relative_right_text"
|
|
|
- android:hint="请输入(必填)"
|
|
|
|
|
|
|
+ android:hint="@string/common_input"
|
|
|
android:maxHeight="1000sp"
|
|
android:maxHeight="1000sp"
|
|
|
editTextFormExample:testType="nocheck" />
|
|
editTextFormExample:testType="nocheck" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|