|
|
@@ -123,10 +123,25 @@
|
|
|
android:layout_height="40dp">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="240dp"
|
|
|
+ android:layout_toLeftOf="@+id/iv_icon1"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:src="@drawable/crm_left"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/iv_icon1"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:textColor="#62B7F2"
|
|
|
android:layout_centerInParent="true"
|
|
|
- android:src="@drawable/ic_my_rank" />
|
|
|
+ android:text="@string/crm_icon1" />
|
|
|
+ <ImageView
|
|
|
+ android:layout_toRightOf="@+id/iv_icon1"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:src="@drawable/crm_right"/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/ib_ranking_condition"
|
|
|
@@ -241,21 +256,26 @@
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="40dp">
|
|
|
- <!-- <ImageView
|
|
|
- android:layout_toLeftOf="@id/iv_sale"
|
|
|
+ <ImageView
|
|
|
+ android:layout_toLeftOf="@+id/iv_sale"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content" />-->
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:src="@drawable/crm_left"/>
|
|
|
|
|
|
- <ImageView
|
|
|
+ <TextView
|
|
|
android:id="@+id/iv_sale"
|
|
|
- android:layout_width="240dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerInParent="true"
|
|
|
- android:src="@drawable/ic_sale_brief" />
|
|
|
- <!-- <ImageView
|
|
|
- android:layout_toRightOf="@id/iv_sale"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content" />-->
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textColor="#62B7F2"
|
|
|
+ android:layout_centerInParent="true"
|
|
|
+ android:text="@string/crm_icon2" />
|
|
|
+ <ImageView
|
|
|
+ android:layout_toRightOf="@+id/iv_sale"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:src="@drawable/crm_right"/>
|
|
|
|
|
|
<!-- <ImageButton style="@style/crm_ib_card_topRight"
|
|
|
android:id="@+id/ib_sale_condition" />-->
|
|
|
@@ -465,12 +485,26 @@
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="40dp">
|
|
|
-
|
|
|
<ImageView
|
|
|
- android:layout_width="240dp"
|
|
|
+ android:layout_toLeftOf="@+id/iv_icon3"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:src="@drawable/crm_left"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/iv_icon3"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textColor="#62B7F2"
|
|
|
android:layout_centerInParent="true"
|
|
|
- android:src="@drawable/ic_my_branch" />
|
|
|
+ android:text="@string/crm_icon3" />
|
|
|
+ <ImageView
|
|
|
+ android:layout_toRightOf="@+id/iv_icon3"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:src="@drawable/crm_right"/>
|
|
|
|
|
|
<!-- <ImageButton style="@style/crm_ib_card_topRight"
|
|
|
android:id="@+id/ib_em_condition" />-->
|
|
|
@@ -805,10 +839,25 @@
|
|
|
android:layout_height="40dp">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="240dp"
|
|
|
+ android:layout_toLeftOf="@+id/iv_icon4"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:src="@drawable/crm_left"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/iv_icon4"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textColor="#62B7F2"
|
|
|
android:layout_centerInParent="true"
|
|
|
- android:src="@drawable/ic_my_target" />
|
|
|
+ android:text="@string/crm_icon4" />
|
|
|
+ <ImageView
|
|
|
+ android:layout_toRightOf="@+id/iv_icon4"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:src="@drawable/crm_right"/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/ib_index_condition"
|
|
|
@@ -888,12 +937,26 @@
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="40dp">
|
|
|
-
|
|
|
<ImageView
|
|
|
- android:layout_width="240dp"
|
|
|
+ android:layout_toLeftOf="@+id/iv_icon5"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:src="@drawable/crm_left"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/iv_icon5"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:textColor="#62B7F2"
|
|
|
android:layout_centerInParent="true"
|
|
|
- android:src="@drawable/ic_forget_customer" />
|
|
|
+ android:text="@string/crm_icon5" />
|
|
|
+ <ImageView
|
|
|
+ android:layout_toRightOf="@+id/iv_icon5"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:src="@drawable/crm_right"/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_cu_count"
|