|
|
@@ -6,53 +6,59 @@
|
|
|
android:background="@color/white"
|
|
|
tools:context="com.xzjmyk.pm.activity.ui.erp.activity.crm.BusinessLessActivity">
|
|
|
|
|
|
- <TextView
|
|
|
- android:text="处理结果:"
|
|
|
- android:layout_margin="10dp"
|
|
|
- style="@style/TextView_Basic"></TextView>
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_result"
|
|
|
+ style="@style/LinearLayout_horizontal">
|
|
|
|
|
|
- <EditText
|
|
|
- android:id="@+id/et_remark"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="120dp"
|
|
|
- android:gravity="left|top"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:background="@drawable/shape_from_edit" />
|
|
|
+ <TextView
|
|
|
+ style="@style/TextView_Basic"
|
|
|
+ android:layout_margin="10dp"
|
|
|
+ android:text="处理结果:"></TextView>
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_remark"
|
|
|
+ android:layout_width="260dp"
|
|
|
+ android:layout_height="120dp"
|
|
|
+ android:layout_margin="10dp"
|
|
|
+ android:padding="5dp"
|
|
|
+ android:background="@drawable/shape_from_edit"
|
|
|
+ android:gravity="left|top" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_leader"
|
|
|
style="@style/LinearLayout_horizontal">
|
|
|
|
|
|
<TextView
|
|
|
- android:text="直属领导:"
|
|
|
+ style="@style/TextView_Basic"
|
|
|
android:layout_margin="10dp"
|
|
|
- style="@style/TextView_Basic" />
|
|
|
+ android:text="直属领导:" />
|
|
|
+
|
|
|
<TextView
|
|
|
+ android:id="@+id/tv_leader"
|
|
|
+ style="@style/TextView_Basic"
|
|
|
+ android:layout_width="260dp"
|
|
|
+ android:layout_margin="10dp"
|
|
|
android:background="@drawable/shape_from_edit"
|
|
|
android:drawableRight="@drawable/nav_icon_search_default"
|
|
|
- android:layout_margin="10dp"
|
|
|
- android:layout_width="260dp"
|
|
|
- android:padding="5dp"
|
|
|
- style="@style/TextView_Basic"
|
|
|
- android:id="@+id/tv_leader" />
|
|
|
+ android:padding="5dp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout style="@style/LinearLayout_horizontal">
|
|
|
|
|
|
<TextView
|
|
|
- android:text="处理时间:"
|
|
|
+ style="@style/TextView_Basic"
|
|
|
android:layout_margin="10dp"
|
|
|
- style="@style/TextView_Basic" />
|
|
|
+ android:text="处理时间:" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:id="@+id/tv_date"
|
|
|
+ style="@style/TextView_Basic"
|
|
|
+ android:layout_width="260dp"
|
|
|
+ android:layout_margin="10dp"
|
|
|
android:background="@drawable/shape_from_edit"
|
|
|
android:drawableRight="@drawable/nav_icon_search_default"
|
|
|
- android:layout_margin="10dp"
|
|
|
- android:layout_width="260dp"
|
|
|
- android:padding="5dp"
|
|
|
- style="@style/TextView_Basic"
|
|
|
- android:id="@+id/tv_date" />
|
|
|
+ android:padding="5dp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
@@ -60,19 +66,19 @@
|
|
|
style="@style/LinearLayout_horizontal">
|
|
|
|
|
|
<TextView
|
|
|
- android:text="商机阶段:"
|
|
|
+ style="@style/TextView_Basic"
|
|
|
android:layout_margin="10dp"
|
|
|
- style="@style/TextView_Basic" />
|
|
|
+ android:text="商机阶段:" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_business_state"
|
|
|
- android:text="未分配"
|
|
|
+ style="@style/TextView_Basic"
|
|
|
+ android:layout_width="260dp"
|
|
|
+ android:layout_margin="10dp"
|
|
|
android:background="@drawable/shape_from_edit"
|
|
|
android:drawableRight="@drawable/nav_icon_search_default"
|
|
|
- android:layout_margin="10dp"
|
|
|
- android:layout_width="260dp"
|
|
|
android:padding="5dp"
|
|
|
- style="@style/TextView_Basic" />
|
|
|
+ android:text="未分配" />
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|