|
@@ -34,8 +34,8 @@
|
|
|
android:layout_marginLeft="20dp"
|
|
android:layout_marginLeft="20dp"
|
|
|
android:layout_toRightOf="@+id/tv_id1"
|
|
android:layout_toRightOf="@+id/tv_id1"
|
|
|
android:text="*"
|
|
android:text="*"
|
|
|
- android:visibility="invisible"
|
|
|
|
|
- android:textColor="@color/red" />
|
|
|
|
|
|
|
+ android:textColor="@color/red"
|
|
|
|
|
+ android:visibility="invisible" />
|
|
|
|
|
|
|
|
<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_date_start"
|
|
android:id="@+id/tv_date_start"
|
|
@@ -70,8 +70,8 @@
|
|
|
android:layout_marginLeft="20dp"
|
|
android:layout_marginLeft="20dp"
|
|
|
android:layout_toRightOf="@+id/tv_id2"
|
|
android:layout_toRightOf="@+id/tv_id2"
|
|
|
android:text="*"
|
|
android:text="*"
|
|
|
- android:visibility="invisible"
|
|
|
|
|
- android:textColor="@color/red" />
|
|
|
|
|
|
|
+ android:textColor="@color/red"
|
|
|
|
|
+ android:visibility="invisible" />
|
|
|
|
|
|
|
|
<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_date_end"
|
|
android:id="@+id/tv_date_end"
|
|
@@ -82,6 +82,7 @@
|
|
|
android:hint="请选择"
|
|
android:hint="请选择"
|
|
|
editTextFormExample:testType="nocheck" />
|
|
editTextFormExample:testType="nocheck" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
+
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
android:id="@+id/customer_erp_rl"
|
|
android:id="@+id/customer_erp_rl"
|
|
|
style="@style/form_relative_customer"
|
|
style="@style/form_relative_customer"
|
|
@@ -184,7 +185,6 @@
|
|
|
editTextFormExample:testType="nocheck" />
|
|
editTextFormExample:testType="nocheck" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
style="@style/form_relative_customer"
|
|
style="@style/form_relative_customer"
|
|
@@ -209,16 +209,19 @@
|
|
|
android:layout_toRightOf="@+id/tv_id6"
|
|
android:layout_toRightOf="@+id/tv_id6"
|
|
|
android:text="*"
|
|
android:text="*"
|
|
|
android:textColor="@color/red" />
|
|
android:textColor="@color/red" />
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<com.andreabaccega.widget.FormEditText
|
|
<com.andreabaccega.widget.FormEditText
|
|
|
android:id="@+id/tv_visit_theme"
|
|
android:id="@+id/tv_visit_theme"
|
|
|
style="@style/form_relative_right_text"
|
|
style="@style/form_relative_right_text"
|
|
|
android:drawableRight="@drawable/nav_icon_search_default"
|
|
android:drawableRight="@drawable/nav_icon_search_default"
|
|
|
|
|
+ android:ellipsize="end"
|
|
|
android:focusable="false"
|
|
android:focusable="false"
|
|
|
android:focusableInTouchMode="false"
|
|
android:focusableInTouchMode="false"
|
|
|
android:hint="请选择(必选)"
|
|
android:hint="请选择(必选)"
|
|
|
|
|
+ android:lines="1"
|
|
|
editTextFormExample:testType="nocheck" />
|
|
editTextFormExample:testType="nocheck" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
+
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
style="@style/form_relative_customer"
|
|
style="@style/form_relative_customer"
|
|
|
android:background="@color/white">
|
|
android:background="@color/white">
|
|
@@ -241,22 +244,23 @@
|
|
|
android:layout_marginLeft="20dp"
|
|
android:layout_marginLeft="20dp"
|
|
|
android:layout_toRightOf="@+id/tv_id61"
|
|
android:layout_toRightOf="@+id/tv_id61"
|
|
|
android:text="*"
|
|
android:text="*"
|
|
|
- android:visibility="invisible"
|
|
|
|
|
- android:textColor="@color/red" />
|
|
|
|
|
|
|
+ android:textColor="@color/red"
|
|
|
|
|
+ android:visibility="invisible" />
|
|
|
|
|
|
|
|
<com.andreabaccega.widget.FormEditText
|
|
<com.andreabaccega.widget.FormEditText
|
|
|
android:id="@+id/tv_visit_type"
|
|
android:id="@+id/tv_visit_type"
|
|
|
style="@style/form_relative_right_text"
|
|
style="@style/form_relative_right_text"
|
|
|
- android:drawableRight="@drawable/nav_icon_search_default"
|
|
|
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_marginLeft="11dp"
|
|
android:layout_marginLeft="11dp"
|
|
|
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:hint="请选择"
|
|
android:hint="请选择"
|
|
|
editTextFormExample:testType="nocheck" />
|
|
editTextFormExample:testType="nocheck" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
|
|
+ android:id="@+id/stage_rl"
|
|
|
style="@style/form_relative_customer"
|
|
style="@style/form_relative_customer"
|
|
|
android:background="@color/white">
|
|
android:background="@color/white">
|
|
|
|
|
|
|
@@ -277,23 +281,23 @@
|
|
|
android:layout_marginLeft="20dp"
|
|
android:layout_marginLeft="20dp"
|
|
|
android:layout_toRightOf="@+id/tv_id7"
|
|
android:layout_toRightOf="@+id/tv_id7"
|
|
|
android:text="*"
|
|
android:text="*"
|
|
|
- android:visibility="invisible"
|
|
|
|
|
- android:textColor="@color/red" />
|
|
|
|
|
|
|
+ android:textColor="@color/red"
|
|
|
|
|
+ android:visibility="invisible" />
|
|
|
|
|
|
|
|
<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_steps"
|
|
android:id="@+id/tv_visit_steps"
|
|
|
style="@style/form_relative_right_text"
|
|
style="@style/form_relative_right_text"
|
|
|
android:drawableRight="@drawable/nav_icon_search_default"
|
|
android:drawableRight="@drawable/nav_icon_search_default"
|
|
|
|
|
+ android:enabled="false"
|
|
|
android:focusable="false"
|
|
android:focusable="false"
|
|
|
android:focusableInTouchMode="false"
|
|
android:focusableInTouchMode="false"
|
|
|
- android:enabled="false"
|
|
|
|
|
android:hint=""
|
|
android:hint=""
|
|
|
editTextFormExample:testType="nocheck" />
|
|
editTextFormExample:testType="nocheck" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
|
|
+ android:id="@+id/business_rl"
|
|
|
style="@style/form_relative_customer"
|
|
style="@style/form_relative_customer"
|
|
|
android:background="@color/white">
|
|
android:background="@color/white">
|
|
|
|
|
|
|
@@ -345,15 +349,14 @@
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:id="@+id/voice_search_iv"
|
|
android:id="@+id/voice_search_iv"
|
|
|
- android:background="@drawable/btn_yuyin_nor"
|
|
|
|
|
- android:visibility="visible"
|
|
|
|
|
- android:layout_marginRight="35dp"
|
|
|
|
|
- android:layout_toRightOf="@+id/tv_id8"
|
|
|
|
|
android:layout_width="20dp"
|
|
android:layout_width="20dp"
|
|
|
android:layout_height="20dp"
|
|
android:layout_height="20dp"
|
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginLeft="10dp"
|
|
|
- />
|
|
|
|
|
|
|
+ android:layout_marginRight="35dp"
|
|
|
|
|
+ android:layout_toRightOf="@+id/tv_id8"
|
|
|
|
|
+ android:background="@drawable/btn_yuyin_nor"
|
|
|
|
|
+ android:visibility="visible" />
|
|
|
|
|
|
|
|
<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"
|