| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280 |
- <?xml version="1.0" encoding="utf-8"?>
- <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- xmlns:whatever="http://schemas.android.com/apk/res-auto"
- 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:orientation="vertical"
- tools:context="com.xzjmyk.pm.activity.ui.erp.activity.crm.VisitReportPlanActivity">
- <RelativeLayout
- android:id="@+id/rl_name"
- style="@style/form_relative_customer"
- android:background="@color/item_color2">
- <TextView
- android:id="@+id/name_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:drawablePadding="10dp"
- android:gravity="center"
- android:layout_marginLeft="20dp"
- android:text="名称"
- android:textColor="@color/text_main"
- android:textSize="@dimen/text_main" />
- <TextView
- style="@style/form_relative_left_text"
- android:layout_marginLeft="60dp"
- android:layout_toRightOf="@+id/name_text"
- android:text="*"
- android:textColor="@color/red" />
- <!-- android:drawableRight="@drawable/nav_icon_search_default"-->
- <com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
- android:id="@+id/tv_name"
- style="@style/form_relative_right_text"
- editTextFormExample:testType="nocheck"
- android:hint="请输入" />
- </RelativeLayout>
- <RelativeLayout
- android:id="@+id/sex_erp_rl"
- style="@style/form_relative_customer"
- android:background="@color/white">
- <TextView
- android:id="@+id/sex_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="20dp"
- android:gravity="center"
- android:text="执行人"
- android:textColor="@color/text_main"
- android:textSize="@dimen/text_main" />
- <TextView
- style="@style/form_relative_left_text"
- android:layout_marginLeft="43dp"
- android:layout_toRightOf="@+id/sex_text"
- android:text="*"
- android:textColor="@color/red" />
- <com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
- android:id="@+id/tv_executive"
- style="@style/form_relative_right_text"
- android:drawableRight="@drawable/nav_icon_search_default"
- editTextFormExample:testType="nocheck"
- android:hint="请选择" />
- </RelativeLayout>
- <RelativeLayout
- style="@style/form_relative_customer"
- android:background="@color/white">
- <TextView
- android:id="@+id/tv_id1"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="20dp"
- android:layout_centerVertical="true"
- android:gravity="center"
- android:text="开始日期"
- android:textColor="@color/text_main"
- android:textSize="@dimen/text_main" />
- <TextView
- style="@style/form_relative_left_text"
- android:layout_marginLeft="25dp"
- android:layout_toRightOf="@+id/tv_id1"
- android:text="*"
- android:textColor="@color/red" />
-
- <com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
- android:id="@+id/tv_date_start"
- style="@style/form_relative_right_text"
- android:drawableRight="@drawable/nav_icon_search_default"
- editTextFormExample:testType="nocheck"
- android:hint="请选择" />
-
- </RelativeLayout>
- <RelativeLayout
- android:id="@+id/company_erp_rl"
- style="@style/form_relative_customer"
- android:background="@color/white">
- <TextView
- android:id="@+id/tv_id2"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="20dp"
- android:drawablePadding="10dp"
- android:gravity="center"
- android:text="截止日期"
- android:textColor="@color/text_main"
- android:textSize="@dimen/text_main" />
- <TextView
- style="@style/form_relative_left_text"
- android:layout_marginLeft="25dp"
- android:layout_toRightOf="@+id/tv_id2"
- android:text="*"
- android:textColor="@color/red" />
- <com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
- android:id="@+id/tv_date"
- style="@style/form_relative_right_text"
- android:drawableRight="@drawable/nav_icon_search_default"
- editTextFormExample:testType="nocheck"
- android:hint="请选择" />
- </RelativeLayout>
- <RelativeLayout
- android:id="@+id/deparment_erp_rl"
- style="@style/form_relative_customer"
-
- android:background="@color/white">
- <TextView
- android:id="@+id/tv_id3"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="20dp"
- android:drawablePadding="10dp"
- android:gravity="center"
- android:text="紧急程度"
- android:textColor="@color/text_main"
- android:textSize="@dimen/text_main" />
- <TextView
- style="@style/form_relative_left_text"
- android:layout_marginLeft="25dp"
- android:layout_toRightOf="@+id/tv_id3"
- android:text="*"
- android:textColor="@color/red" />
- <com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
- android:id="@+id/tv_priority"
- style="@style/form_relative_right_text"
- android:drawableRight="@drawable/nav_icon_search_default"
- editTextFormExample:testType="nocheck"
- android:hint="请选择" />
- </RelativeLayout>
- <RelativeLayout
- android:id="@+id/position_erp_rl"
- style="@style/form_relative_customer"
- android:background="@color/white">
- <TextView
- android:id="@+id/position_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="20dp"
- android:drawablePadding="10dp"
- android:gravity="center"
- android:text="类型"
- android:textColor="@color/text_main"
- android:textSize="@dimen/text_main" />
-
- <com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
- android:id="@+id/tv_type"
- style="@style/form_relative_right_text"
- editTextFormExample:testType="nocheck"
- android:text="任务" />
- </RelativeLayout>
- <RelativeLayout
- android:id="@+id/tel_erp_rl"
- style="@style/IMTbleLine_UP_Me"
- android:layout_marginBottom="1dp"
- android:background="@color/white"
- android:visibility="gone">
- <TextView
- android:id="@+id/customer_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
-
- android:drawablePadding="10dp"
- android:gravity="center"
- android:text="关联客户"
- android:textColor="@color/text_main"
- android:textSize="@dimen/text_main" />
-
- <com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
- android:id="@+id/tv_customer"
- style="@style/form_relative_right_text"
- editTextFormExample:testType="nocheck"
- android:hint="请选择" />
- </RelativeLayout>
- <RelativeLayout
- android:id="@+id/startTime_erp_rl"
- style="@style/IMTbleLine_UP_Me"
- android:layout_marginBottom="1dp"
- android:background="@color/white"
- android:visibility="gone">
- <TextView
- android:id="@+id/startTime_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
-
- android:drawablePadding="10dp"
- android:gravity="center"
- android:text="提醒"
- android:textColor="@color/text_main"
- android:textSize="@dimen/text_main" />
-
- <com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
- android:id="@+id/tv_notice"
- style="@style/form_relative_right_text"
- editTextFormExample:testType="nocheck"
- android:hint="请选择" />
- </RelativeLayout>
- <RelativeLayout
- android:id="@+id/email_erp_rl"
- style="@style/form_relative_customer"
- android:layout_height="wrap_content"
- android:layout_marginBottom="20dp"
- android:background="@color/white">
- <TextView
- android:id="@+id/email_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:drawablePadding="10dp"
- android:layout_marginLeft="20dp"
- android:gravity="center"
- android:text="详情"
- android:textColor="@color/text_main"
- android:textSize="@dimen/text_main" />
- <com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
- android:id="@+id/tv_content"
- android:layout_height="80dp"
- style="@style/form_relative_right_text"
- editTextFormExample:testType="nocheck"
- android:hint="最多输入十五个字符" />
- </RelativeLayout>
- </LinearLayout>
- </ScrollView>
|