|
@@ -22,12 +22,13 @@
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
- android:layout_marginLeft="20dp"
|
|
|
|
|
android:text="名称"
|
|
android:text="名称"
|
|
|
android:textColor="@color/text_main"
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
+
|
|
|
<TextView
|
|
<TextView
|
|
|
style="@style/form_relative_left_text"
|
|
style="@style/form_relative_left_text"
|
|
|
android:layout_marginLeft="60dp"
|
|
android:layout_marginLeft="60dp"
|
|
@@ -38,8 +39,8 @@
|
|
|
<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_name"
|
|
android:id="@+id/tv_name"
|
|
|
style="@style/form_relative_right_text"
|
|
style="@style/form_relative_right_text"
|
|
|
- editTextFormExample:testType="nocheck"
|
|
|
|
|
- android:hint="请输入" />
|
|
|
|
|
|
|
+ android:hint="请输入"
|
|
|
|
|
+ editTextFormExample:testType="nocheck" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
@@ -69,8 +70,8 @@
|
|
|
android:id="@+id/tv_executive"
|
|
android:id="@+id/tv_executive"
|
|
|
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"
|
|
|
- editTextFormExample:testType="nocheck"
|
|
|
|
|
- android:hint="请选择" />
|
|
|
|
|
|
|
+ android:hint="请选择"
|
|
|
|
|
+ editTextFormExample:testType="nocheck" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
@@ -81,27 +82,29 @@
|
|
|
android:id="@+id/tv_id1"
|
|
android:id="@+id/tv_id1"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="20dp"
|
|
|
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:text="开始日期"
|
|
android:text="开始日期"
|
|
|
android:textColor="@color/text_main"
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
+
|
|
|
<TextView
|
|
<TextView
|
|
|
style="@style/form_relative_left_text"
|
|
style="@style/form_relative_left_text"
|
|
|
android:layout_marginLeft="25dp"
|
|
android:layout_marginLeft="25dp"
|
|
|
android:layout_toRightOf="@+id/tv_id1"
|
|
android:layout_toRightOf="@+id/tv_id1"
|
|
|
android:text="*"
|
|
android:text="*"
|
|
|
android:textColor="@color/red" />
|
|
android:textColor="@color/red" />
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<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"
|
|
|
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"
|
|
|
- editTextFormExample:testType="nocheck"
|
|
|
|
|
- android:hint="请选择" />
|
|
|
|
|
-
|
|
|
|
|
|
|
+ android:hint="请选择"
|
|
|
|
|
+ editTextFormExample:testType="nocheck" />
|
|
|
|
|
+
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
+
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
android:id="@+id/company_erp_rl"
|
|
android:id="@+id/company_erp_rl"
|
|
|
style="@style/form_relative_customer"
|
|
style="@style/form_relative_customer"
|
|
@@ -118,6 +121,7 @@
|
|
|
android:text="截止日期"
|
|
android:text="截止日期"
|
|
|
android:textColor="@color/text_main"
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
+
|
|
|
<TextView
|
|
<TextView
|
|
|
style="@style/form_relative_left_text"
|
|
style="@style/form_relative_left_text"
|
|
|
android:layout_marginLeft="25dp"
|
|
android:layout_marginLeft="25dp"
|
|
@@ -129,14 +133,15 @@
|
|
|
android:id="@+id/tv_date"
|
|
android:id="@+id/tv_date"
|
|
|
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"
|
|
|
- editTextFormExample:testType="nocheck"
|
|
|
|
|
- android:hint="请选择" />
|
|
|
|
|
|
|
+ android:hint="请选择"
|
|
|
|
|
+ editTextFormExample:testType="nocheck" />
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
+
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
android:id="@+id/deparment_erp_rl"
|
|
android:id="@+id/deparment_erp_rl"
|
|
|
style="@style/form_relative_customer"
|
|
style="@style/form_relative_customer"
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
android:background="@color/white">
|
|
android:background="@color/white">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -150,18 +155,20 @@
|
|
|
android:text="紧急程度"
|
|
android:text="紧急程度"
|
|
|
android:textColor="@color/text_main"
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
+
|
|
|
<TextView
|
|
<TextView
|
|
|
style="@style/form_relative_left_text"
|
|
style="@style/form_relative_left_text"
|
|
|
android:layout_marginLeft="25dp"
|
|
android:layout_marginLeft="25dp"
|
|
|
android:layout_toRightOf="@+id/tv_id3"
|
|
android:layout_toRightOf="@+id/tv_id3"
|
|
|
android:text="*"
|
|
android:text="*"
|
|
|
android:textColor="@color/red" />
|
|
android:textColor="@color/red" />
|
|
|
|
|
+
|
|
|
<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_priority"
|
|
android:id="@+id/tv_priority"
|
|
|
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"
|
|
|
- editTextFormExample:testType="nocheck"
|
|
|
|
|
- android:hint="请选择" />
|
|
|
|
|
|
|
+ android:hint="请选择"
|
|
|
|
|
+ editTextFormExample:testType="nocheck" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
@@ -180,12 +187,13 @@
|
|
|
android:text="类型"
|
|
android:text="类型"
|
|
|
android:textColor="@color/text_main"
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<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_type"
|
|
android:id="@+id/tv_type"
|
|
|
style="@style/form_relative_right_text"
|
|
style="@style/form_relative_right_text"
|
|
|
- editTextFormExample:testType="nocheck"
|
|
|
|
|
- android:text="任务" />
|
|
|
|
|
|
|
+ android:focusable="false"
|
|
|
|
|
+ android:text="任务"
|
|
|
|
|
+ editTextFormExample:testType="nocheck" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
@@ -200,18 +208,18 @@
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:text="关联客户"
|
|
android:text="关联客户"
|
|
|
android:textColor="@color/text_main"
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<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_customer"
|
|
android:id="@+id/tv_customer"
|
|
|
style="@style/form_relative_right_text"
|
|
style="@style/form_relative_right_text"
|
|
|
- editTextFormExample:testType="nocheck"
|
|
|
|
|
- android:hint="请选择" />
|
|
|
|
|
|
|
+ android:hint="请选择"
|
|
|
|
|
+ editTextFormExample:testType="nocheck" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -227,20 +235,19 @@
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:text="提醒"
|
|
android:text="提醒"
|
|
|
android:textColor="@color/text_main"
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
<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_notice"
|
|
android:id="@+id/tv_notice"
|
|
|
style="@style/form_relative_right_text"
|
|
style="@style/form_relative_right_text"
|
|
|
- editTextFormExample:testType="nocheck"
|
|
|
|
|
- android:hint="请选择" />
|
|
|
|
|
|
|
+ android:hint="请选择"
|
|
|
|
|
+ editTextFormExample:testType="nocheck" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -257,18 +264,21 @@
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
|
- android:drawablePadding="10dp"
|
|
|
|
|
android:layout_marginLeft="20dp"
|
|
android:layout_marginLeft="20dp"
|
|
|
|
|
+ android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:text="详情"
|
|
android:text="详情"
|
|
|
android:textColor="@color/text_main"
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
+
|
|
|
<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_content"
|
|
android:id="@+id/tv_content"
|
|
|
- android:layout_height="80dp"
|
|
|
|
|
style="@style/form_relative_right_text"
|
|
style="@style/form_relative_right_text"
|
|
|
- editTextFormExample:testType="nocheck"
|
|
|
|
|
- android:hint="最多输入十五个字符" />
|
|
|
|
|
|
|
+ android:gravity="top|left"
|
|
|
|
|
+ android:minLines="4"
|
|
|
|
|
+ android:padding="5dp"
|
|
|
|
|
+ android:hint="最多输入十五个字符"
|
|
|
|
|
+ editTextFormExample:testType="nocheck" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
|
|