|
|
@@ -3,6 +3,7 @@
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
+ android:background="@color/item_line"
|
|
|
tools:context="com.xzjmyk.pm.activity.ui.erp.activity.oa.VisitActivity">
|
|
|
|
|
|
<LinearLayout
|
|
|
@@ -10,7 +11,9 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
- <RelativeLayout style="@style/IMTbleLine_UP">
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/time_rl"
|
|
|
+ style="@style/IMTbleLine_UP">
|
|
|
|
|
|
<TextView
|
|
|
style="@style/add_signin_tv_main"
|
|
|
@@ -19,24 +22,18 @@
|
|
|
android:text="拜访日期" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:id="@+id/time_tv"
|
|
|
style="@style/add_signin_tv_hine"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:drawableRight="@drawable/oa_next"
|
|
|
android:text="默认系统时间" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="1px"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="@color/item_line" />
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="1px"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:background="@color/item_line" />
|
|
|
|
|
|
- <RelativeLayout style="@style/IMTbleLine_UP">
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/location_rl"
|
|
|
+ style="@style/IMTbleLine_UP"
|
|
|
+ android:layout_marginTop="10dp">
|
|
|
|
|
|
<TextView
|
|
|
style="@style/add_signin_tv_main"
|
|
|
@@ -57,10 +54,11 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="right"
|
|
|
android:text="定位不准?点我重置"
|
|
|
- android:textColor="@color/blue" />
|
|
|
+ android:textColor="@color/dodgerblue" />
|
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
+ android:id="@+id/client_rl"
|
|
|
style="@style/IMTbleLine_UP"
|
|
|
android:layout_marginTop="10dp">
|
|
|
|
|
|
@@ -68,16 +66,18 @@
|
|
|
style="@style/add_signin_tv_main"
|
|
|
android:drawableLeft="@drawable/oa_client"
|
|
|
android:gravity="center"
|
|
|
- android:text="地址" />
|
|
|
+ android:text="客户" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:id="@+id/client_tv"
|
|
|
style="@style/add_signin_tv_hine"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:drawableRight="@drawable/oa_next"
|
|
|
- android:text="广东深圳市南山XXXX" />
|
|
|
+ android:text="北京XXX" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
|
+ android:id="@+id/contact_rl"
|
|
|
style="@style/IMTbleLine_UP"
|
|
|
android:layout_marginTop="1dp">
|
|
|
|
|
|
@@ -85,13 +85,13 @@
|
|
|
style="@style/add_signin_tv_main"
|
|
|
android:drawableLeft="@drawable/oa_client"
|
|
|
android:gravity="center"
|
|
|
- android:text="地址" />
|
|
|
-
|
|
|
+ android:text="联系人" />
|
|
|
<TextView
|
|
|
+ android:id="@+id/contact_tv"
|
|
|
style="@style/add_signin_tv_hine"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:drawableRight="@drawable/oa_next"
|
|
|
- android:text="广东深圳市南山XXXX" />
|
|
|
+ android:text="梁某某" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
@@ -112,10 +112,11 @@
|
|
|
android:gravity="center"
|
|
|
android:text="业务员" />
|
|
|
|
|
|
- <EditText
|
|
|
+ <TextView
|
|
|
style="@style/add_signin_tv_hine"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:text="广东深圳市南山XXXX"
|
|
|
+ android:drawableRight="@drawable/oa_next"
|
|
|
android:textColorLink="@null" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
@@ -130,7 +131,7 @@
|
|
|
android:gravity="center"
|
|
|
android:text="业务员" />
|
|
|
|
|
|
- <EditText
|
|
|
+ <TextView
|
|
|
style="@style/add_signin_tv_hine"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:text="广东深圳市南山XXXX"
|
|
|
@@ -148,7 +149,7 @@
|
|
|
android:gravity="center"
|
|
|
android:text="业务员" />
|
|
|
|
|
|
- <EditText
|
|
|
+ <TextView
|
|
|
style="@style/add_signin_tv_hine"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:text="广东深圳市南山XXXX"
|
|
|
@@ -166,7 +167,7 @@
|
|
|
android:gravity="center"
|
|
|
android:text="业务员" />
|
|
|
|
|
|
- <EditText
|
|
|
+ <TextView
|
|
|
style="@style/add_signin_tv_hine"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:text="广东深圳市南山XXXX"
|