|
@@ -12,17 +12,17 @@
|
|
|
tools:context="com.xzjmyk.pm.activity.ui.erp.activity.crm.VisitReportPlanActivity">
|
|
tools:context="com.xzjmyk.pm.activity.ui.erp.activity.crm.VisitReportPlanActivity">
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
- android:layout_marginBottom="20dp"
|
|
|
|
|
- android:background="@color/white"
|
|
|
|
|
android:id="@+id/rl_dateSelect"
|
|
android:id="@+id/rl_dateSelect"
|
|
|
- style="@style/IMTbleLine_UP_Me">
|
|
|
|
|
|
|
+ style="@style/IMTbleLine_UP_Me"
|
|
|
|
|
+ android:layout_marginBottom="20dp"
|
|
|
|
|
+ android:background="@color/white">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/date_text"
|
|
android:id="@+id/date_text"
|
|
|
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:drawableLeft="@drawable/usa_zhanghu"
|
|
|
|
|
|
|
+ android:drawableLeft="@drawable/oa_client"
|
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:text="拜访日期"
|
|
android:text="拜访日期"
|
|
@@ -32,14 +32,14 @@
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_date_select"
|
|
android:id="@+id/tv_date_select"
|
|
|
style="@style/IMTbleLine_TextValue"
|
|
style="@style/IMTbleLine_TextValue"
|
|
|
- android:layout_toLeftOf="@+id/date_arrow_img"
|
|
|
|
|
|
|
+ android:layout_toLeftOf="@+id/name_arrow_img"
|
|
|
android:layout_toRightOf="@+id/date_text"
|
|
android:layout_toRightOf="@+id/date_text"
|
|
|
android:text="2016-07-05"
|
|
android:text="2016-07-05"
|
|
|
android:textColor="@color/text_hine"
|
|
android:textColor="@color/text_hine"
|
|
|
android:textSize="@dimen/text_hine" />
|
|
android:textSize="@dimen/text_hine" />
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
- android:id="@+id/date_arrow_img"
|
|
|
|
|
|
|
+ android:id="@+id/name_arrow_img"
|
|
|
android:layout_width="@dimen/next_width"
|
|
android:layout_width="@dimen/next_width"
|
|
|
android:layout_height="@dimen/next_height"
|
|
android:layout_height="@dimen/next_height"
|
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentRight="true"
|
|
@@ -50,17 +50,17 @@
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
- android:layout_marginBottom="1dp"
|
|
|
|
|
- android:background="@color/white"
|
|
|
|
|
android:id="@+id/address_erp_rl"
|
|
android:id="@+id/address_erp_rl"
|
|
|
- style="@style/IMTbleLine_UP_Me">
|
|
|
|
|
|
|
+ style="@style/IMTbleLine_UP_Me"
|
|
|
|
|
+ android:layout_marginBottom="1dp"
|
|
|
|
|
+ android:background="@color/white">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/address_text"
|
|
android:id="@+id/address_text"
|
|
|
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:drawableLeft="@drawable/usa_zhanghu"
|
|
|
|
|
|
|
+ android:drawableLeft="@drawable/oa_signin"
|
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:text="地址"
|
|
android:text="地址"
|
|
@@ -88,26 +88,26 @@
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="40dp"
|
|
|
android:layout_marginRight="10dp"
|
|
android:layout_marginRight="10dp"
|
|
|
- android:text="定位不准?点我重试"
|
|
|
|
|
- android:textSize="13sp"
|
|
|
|
|
- android:textColor="@color/light_green"
|
|
|
|
|
android:gravity="right|center_vertical"
|
|
android:gravity="right|center_vertical"
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="40dp" />
|
|
|
|
|
|
|
+ android:text="定位不准?点我重试"
|
|
|
|
|
+ android:textColor="#415dea"
|
|
|
|
|
+ android:textSize="13sp" />
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
- android:layout_marginBottom="1dp"
|
|
|
|
|
- android:background="@color/white"
|
|
|
|
|
android:id="@+id/customer_erp_rl"
|
|
android:id="@+id/customer_erp_rl"
|
|
|
- style="@style/IMTbleLine_UP_Me">
|
|
|
|
|
|
|
+ style="@style/IMTbleLine_UP_Me"
|
|
|
|
|
+ android:layout_marginBottom="1dp"
|
|
|
|
|
+ android:background="@color/white">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:id="@+id/customer_text"
|
|
|
|
|
|
|
+ android:id="@+id/company_text"
|
|
|
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:drawableLeft="@drawable/usa_zhanghu"
|
|
|
|
|
|
|
+ android:drawableLeft="@drawable/oa_client"
|
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:text="客户"
|
|
android:text="客户"
|
|
@@ -117,14 +117,14 @@
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_customer_login"
|
|
android:id="@+id/tv_customer_login"
|
|
|
style="@style/IMTbleLine_TextValue"
|
|
style="@style/IMTbleLine_TextValue"
|
|
|
- android:layout_toLeftOf="@+id/customer_arrow_img"
|
|
|
|
|
- android:layout_toRightOf="@+id/customer_text"
|
|
|
|
|
|
|
+ android:layout_toLeftOf="@+id/company_arrow_img"
|
|
|
|
|
+ android:layout_toRightOf="@+id/company_text"
|
|
|
android:text="北京******公司"
|
|
android:text="北京******公司"
|
|
|
android:textColor="@color/text_hine"
|
|
android:textColor="@color/text_hine"
|
|
|
android:textSize="@dimen/text_hine" />
|
|
android:textSize="@dimen/text_hine" />
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
- android:id="@+id/customer_arrow_img"
|
|
|
|
|
|
|
+ android:id="@+id/company_arrow_img"
|
|
|
android:layout_width="@dimen/next_width"
|
|
android:layout_width="@dimen/next_width"
|
|
|
android:layout_height="@dimen/next_height"
|
|
android:layout_height="@dimen/next_height"
|
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentRight="true"
|
|
@@ -135,17 +135,17 @@
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
- android:layout_marginBottom="20dp"
|
|
|
|
|
- android:background="@color/white"
|
|
|
|
|
android:id="@+id/linksman_erp_rl"
|
|
android:id="@+id/linksman_erp_rl"
|
|
|
- style="@style/IMTbleLine_UP_Me">
|
|
|
|
|
|
|
+ style="@style/IMTbleLine_UP_Me"
|
|
|
|
|
+ android:layout_marginBottom="20dp"
|
|
|
|
|
+ android:background="@color/white">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:id="@+id/linksman_text"
|
|
|
|
|
|
|
+ android:id="@+id/deparment_text"
|
|
|
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:drawableLeft="@drawable/usa_zhanghu"
|
|
|
|
|
|
|
+ android:drawableLeft="@drawable/oa_client"
|
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:text="联系人"
|
|
android:text="联系人"
|
|
@@ -155,14 +155,14 @@
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_linksman_login"
|
|
android:id="@+id/tv_linksman_login"
|
|
|
style="@style/IMTbleLine_TextValue"
|
|
style="@style/IMTbleLine_TextValue"
|
|
|
- android:layout_toLeftOf="@+id/linksman_arrow_img"
|
|
|
|
|
- android:layout_toRightOf="@+id/linksman_text"
|
|
|
|
|
|
|
+ android:layout_toLeftOf="@+id/deparment_arrow_img"
|
|
|
|
|
+ android:layout_toRightOf="@+id/deparment_text"
|
|
|
android:text="***"
|
|
android:text="***"
|
|
|
android:textColor="@color/text_hine"
|
|
android:textColor="@color/text_hine"
|
|
|
android:textSize="@dimen/text_hine" />
|
|
android:textSize="@dimen/text_hine" />
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
- android:id="@+id/linksman_arrow_img"
|
|
|
|
|
|
|
+ android:id="@+id/deparment_arrow_img"
|
|
|
android:layout_width="@dimen/next_width"
|
|
android:layout_width="@dimen/next_width"
|
|
|
android:layout_height="@dimen/next_height"
|
|
android:layout_height="@dimen/next_height"
|
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentRight="true"
|
|
@@ -173,16 +173,17 @@
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
- android:background="@color/white"
|
|
|
|
|
android:id="@+id/visit_erp_rl"
|
|
android:id="@+id/visit_erp_rl"
|
|
|
- style="@style/IMTbleLine_UP_Me">
|
|
|
|
|
|
|
+ style="@style/IMTbleLine_UP_Me"
|
|
|
|
|
+ android:layout_marginBottom="1dp"
|
|
|
|
|
+ android:background="@color/white">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:id="@+id/visit_text"
|
|
|
|
|
|
|
+ android:id="@+id/position_text"
|
|
|
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:drawableLeft="@drawable/usa_zhanghu"
|
|
|
|
|
|
|
+ android:drawableLeft="@drawable/oa_client"
|
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:text="业务员"
|
|
android:text="业务员"
|
|
@@ -192,14 +193,14 @@
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_visit_login"
|
|
android:id="@+id/tv_visit_login"
|
|
|
style="@style/IMTbleLine_TextValue"
|
|
style="@style/IMTbleLine_TextValue"
|
|
|
- android:layout_toLeftOf="@+id/visit_arrow_img"
|
|
|
|
|
- android:layout_toRightOf="@+id/visit_text"
|
|
|
|
|
|
|
+ android:layout_toLeftOf="@+id/position_arrow_img"
|
|
|
|
|
+ android:layout_toRightOf="@+id/position_text"
|
|
|
android:text="xxxxx"
|
|
android:text="xxxxx"
|
|
|
android:textColor="@color/text_hine"
|
|
android:textColor="@color/text_hine"
|
|
|
android:textSize="@dimen/text_hine" />
|
|
android:textSize="@dimen/text_hine" />
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
- android:id="@+id/visit_arrow_img"
|
|
|
|
|
|
|
+ android:id="@+id/position_arrow_img"
|
|
|
android:layout_width="@dimen/next_width"
|
|
android:layout_width="@dimen/next_width"
|
|
|
android:layout_height="@dimen/next_height"
|
|
android:layout_height="@dimen/next_height"
|
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentRight="true"
|
|
@@ -210,16 +211,17 @@
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
- android:background="@color/white"
|
|
|
|
|
android:id="@+id/depart_erp_rl"
|
|
android:id="@+id/depart_erp_rl"
|
|
|
- style="@style/IMTbleLine_UP_Me">
|
|
|
|
|
|
|
+ style="@style/IMTbleLine_UP_Me"
|
|
|
|
|
+ android:layout_marginBottom="1dp"
|
|
|
|
|
+ android:background="@color/white">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:id="@+id/depart_text"
|
|
|
|
|
|
|
+ android:id="@+id/tel_text"
|
|
|
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:drawableLeft="@drawable/usa_zhanghu"
|
|
|
|
|
|
|
+ android:drawableLeft="@drawable/oa_client"
|
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:text="部门"
|
|
android:text="部门"
|
|
@@ -229,14 +231,15 @@
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_depart_login"
|
|
android:id="@+id/tv_depart_login"
|
|
|
style="@style/IMTbleLine_TextValue"
|
|
style="@style/IMTbleLine_TextValue"
|
|
|
- android:layout_toLeftOf="@+id/depart_arrow_img"
|
|
|
|
|
- android:layout_toRightOf="@+id/depart_text"
|
|
|
|
|
|
|
+ android:layout_marginBottom="1dp"
|
|
|
|
|
+ android:layout_toLeftOf="@+id/tel_arrow_img"
|
|
|
|
|
+ android:layout_toRightOf="@+id/tel_text"
|
|
|
android:text="xxxxx"
|
|
android:text="xxxxx"
|
|
|
android:textColor="@color/text_hine"
|
|
android:textColor="@color/text_hine"
|
|
|
android:textSize="@dimen/text_hine" />
|
|
android:textSize="@dimen/text_hine" />
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
- android:id="@+id/depart_arrow_img"
|
|
|
|
|
|
|
+ android:id="@+id/tel_arrow_img"
|
|
|
android:layout_width="@dimen/next_width"
|
|
android:layout_width="@dimen/next_width"
|
|
|
android:layout_height="@dimen/next_height"
|
|
android:layout_height="@dimen/next_height"
|
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentRight="true"
|
|
@@ -248,16 +251,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
- android:background="@color/white"
|
|
|
|
|
android:id="@+id/startTime_erp_rl"
|
|
android:id="@+id/startTime_erp_rl"
|
|
|
- style="@style/IMTbleLine_UP_Me">
|
|
|
|
|
|
|
+ style="@style/IMTbleLine_UP_Me"
|
|
|
|
|
+ android:layout_marginBottom="1dp"
|
|
|
|
|
+ android:background="@color/white">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/startTime_text"
|
|
android:id="@+id/startTime_text"
|
|
|
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:drawableLeft="@drawable/usa_zhanghu"
|
|
|
|
|
|
|
+ android:drawableLeft="@drawable/oa_client"
|
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:text="开始时间"
|
|
android:text="开始时间"
|
|
@@ -286,16 +290,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
- android:background="@color/white"
|
|
|
|
|
android:id="@+id/endTime_erp_rl"
|
|
android:id="@+id/endTime_erp_rl"
|
|
|
- style="@style/IMTbleLine_UP_Me">
|
|
|
|
|
|
|
+ style="@style/IMTbleLine_UP_Me"
|
|
|
|
|
+ android:layout_marginBottom="1dp"
|
|
|
|
|
+ android:background="@color/white">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:id="@+id/endTime_text"
|
|
|
|
|
|
|
+ android:id="@+id/email_text"
|
|
|
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:drawableLeft="@drawable/usa_zhanghu"
|
|
|
|
|
|
|
+ android:drawableLeft="@drawable/oa_client"
|
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:text="截止时间"
|
|
android:text="截止时间"
|
|
@@ -305,14 +310,14 @@
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_endTime_login"
|
|
android:id="@+id/tv_endTime_login"
|
|
|
style="@style/IMTbleLine_TextValue"
|
|
style="@style/IMTbleLine_TextValue"
|
|
|
- android:layout_toLeftOf="@+id/endTime_arrow_img"
|
|
|
|
|
- android:layout_toRightOf="@+id/endTime_text"
|
|
|
|
|
|
|
+ android:layout_toLeftOf="@+id/email_arrow_img"
|
|
|
|
|
+ android:layout_toRightOf="@+id/email_text"
|
|
|
android:text="xxxxx"
|
|
android:text="xxxxx"
|
|
|
android:textColor="@color/text_hine"
|
|
android:textColor="@color/text_hine"
|
|
|
android:textSize="@dimen/text_hine" />
|
|
android:textSize="@dimen/text_hine" />
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
- android:id="@+id/endTime_arrow_img"
|
|
|
|
|
|
|
+ android:id="@+id/email_arrow_img"
|
|
|
android:layout_width="@dimen/next_width"
|
|
android:layout_width="@dimen/next_width"
|
|
|
android:layout_height="@dimen/next_height"
|
|
android:layout_height="@dimen/next_height"
|
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentRight="true"
|
|
@@ -322,18 +327,18 @@
|
|
|
android:contentDescription="@string/app_name" />
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
- android:background="@color/white"
|
|
|
|
|
android:id="@+id/businessState_erp_rl"
|
|
android:id="@+id/businessState_erp_rl"
|
|
|
- style="@style/IMTbleLine_UP_Me">
|
|
|
|
|
|
|
+ style="@style/IMTbleLine_UP_Me"
|
|
|
|
|
+ android:layout_marginBottom="1dp"
|
|
|
|
|
+ android:background="@color/white">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/businessState_text"
|
|
android:id="@+id/businessState_text"
|
|
|
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:drawableLeft="@drawable/usa_zhanghu"
|
|
|
|
|
|
|
+ android:drawableLeft="@drawable/oa_client"
|
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:text="当前商机阶段"
|
|
android:text="当前商机阶段"
|
|
@@ -362,16 +367,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
- android:background="@color/white"
|
|
|
|
|
android:id="@+id/notes_erp_rl"
|
|
android:id="@+id/notes_erp_rl"
|
|
|
- style="@style/IMTbleLine_UP_Me">
|
|
|
|
|
|
|
+ style="@style/IMTbleLine_UP_Me"
|
|
|
|
|
+ android:background="@color/white">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/notes_text"
|
|
android:id="@+id/notes_text"
|
|
|
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:drawableLeft="@drawable/usa_zhanghu"
|
|
|
|
|
|
|
+ android:drawableLeft="@drawable/oa_client"
|
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:text="备注"
|
|
android:text="备注"
|