|
|
@@ -48,7 +48,8 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/business_manage_home_company_ll"
|
|
|
- style="@style/business_manage_header_item">
|
|
|
+ style="@style/business_manage_header_item"
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="40dp"
|
|
|
@@ -85,66 +86,40 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/business_manage_home_grap_ll"
|
|
|
- style="@style/business_manage_header_item"
|
|
|
- android:visibility="invisible">
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="@color/white"
|
|
|
- android:paddingBottom="10dp"
|
|
|
- android:paddingLeft="10dp"
|
|
|
- android:paddingRight="10dp"
|
|
|
- android:paddingTop="0dp"
|
|
|
- android:visibility="gone">
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/business_manage_home_distribution_ll"
|
|
|
style="@style/business_manage_header_item">
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="40dp"
|
|
|
android:layout_height="40dp"
|
|
|
- android:src="@drawable/ic_business_header_distribution" />
|
|
|
+ android:src="@drawable/ic_business_header_race" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="6dp"
|
|
|
- android:text="商机分配"
|
|
|
+ android:text="抢占商机"
|
|
|
android:textColor="#333333"
|
|
|
android:textSize="12sp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
+ android:id="@+id/business_manage_home_distribution_ll"
|
|
|
style="@style/business_manage_header_item">
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="40dp"
|
|
|
android:layout_height="40dp"
|
|
|
- android:src="@drawable/ic_business_header_race" />
|
|
|
+ android:src="@drawable/ic_business_header_distribution" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="6dp"
|
|
|
- android:text="抢占商机"
|
|
|
+ android:text="商机分配"
|
|
|
android:textColor="#333333"
|
|
|
android:textSize="12sp" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- style="@style/business_manage_header_item">
|
|
|
- </LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- style="@style/business_manage_header_item">
|
|
|
</LinearLayout>
|
|
|
-
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|