|
|
@@ -0,0 +1,181 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ tools:context="com.xzjmyk.pm.activity.ui.erp.activity.oa.VisitActivity">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ style="@style/IMTbleLine_UP"
|
|
|
+ android:layout_marginTop="10dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/add_signin_tv_main"
|
|
|
+ android:drawableLeft="@drawable/calendar_back"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="拜访日期" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/add_signin_tv_hine"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:text="默认系统时间" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ style="@style/IMTbleLine_UP"
|
|
|
+ android:layout_marginTop="10dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/add_signin_tv_main"
|
|
|
+ android:drawableLeft="@drawable/oa_signin"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="地址" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/location_tv"
|
|
|
+ style="@style/add_signin_tv_hine"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:drawableRight="@drawable/set_list_next"
|
|
|
+ android:text="广东深圳市南山XXXX" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="right"
|
|
|
+ android:text="定位不准?点我重置"
|
|
|
+ android:textColor="@color/blue" />
|
|
|
+
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ style="@style/IMTbleLine_UP"
|
|
|
+ android:layout_marginTop="10dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/add_signin_tv_main"
|
|
|
+ android:drawableLeft="@drawable/oa_client"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="地址" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/add_signin_tv_hine"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:drawableRight="@drawable/set_list_next"
|
|
|
+ android:text="广东深圳市南山XXXX" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ style="@style/IMTbleLine_UP"
|
|
|
+ android:layout_marginTop="1dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/add_signin_tv_main"
|
|
|
+ android:drawableLeft="@drawable/oa_client"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="地址" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/add_signin_tv_hine"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:drawableRight="@drawable/set_list_next"
|
|
|
+ android:text="广东深圳市南山XXXX" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:padding="2dp">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ style="@style/IMTbleLine_UP"
|
|
|
+ android:layout_marginTop="1dp"
|
|
|
+ android:background="@drawable/oa_signin_tv_bg">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/add_signin_tv_main"
|
|
|
+ android:drawableLeft="@drawable/oa_client"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="业务员" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ style="@style/add_signin_tv_hine"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:text="广东深圳市南山XXXX"
|
|
|
+ android:textColorLink="@null" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ style="@style/IMTbleLine_UP"
|
|
|
+ android:layout_marginTop="1dp"
|
|
|
+ android:background="@drawable/oa_signin_tv_bg">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/add_signin_tv_main"
|
|
|
+ android:drawableLeft="@drawable/oa_client"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="业务员" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ style="@style/add_signin_tv_hine"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:text="广东深圳市南山XXXX"
|
|
|
+ android:textColorLink="@null" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ style="@style/IMTbleLine_UP"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:background="@drawable/oa_signin_tv_bg">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/add_signin_tv_main"
|
|
|
+ android:drawableLeft="@drawable/oa_client"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="业务员" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ style="@style/add_signin_tv_hine"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:text="广东深圳市南山XXXX"
|
|
|
+ android:textColorLink="@null" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ style="@style/IMTbleLine_UP"
|
|
|
+ android:layout_marginTop="1dp"
|
|
|
+ android:background="@drawable/oa_signin_tv_bg">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/add_signin_tv_main"
|
|
|
+ android:drawableLeft="@drawable/oa_client"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="业务员" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ style="@style/add_signin_tv_hine"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:text="广东深圳市南山XXXX"
|
|
|
+ android:textColorLink="@null" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ style="@style/IMTbleLine_UP"
|
|
|
+ android:layout_marginTop="1dp"
|
|
|
+ android:background="@drawable/oa_signin_tv_bg">
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ style="@style/add_signin_tv_main"
|
|
|
+ android:gravity="center"
|
|
|
+ android:minLines="3"
|
|
|
+ android:text="备注: 请输入" />
|
|
|
+ </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+</ScrollView>
|