|
|
@@ -241,12 +241,21 @@
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="40dp">
|
|
|
-
|
|
|
+ <!-- <ImageView
|
|
|
+ android:layout_toLeftOf="@id/iv_sale"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content" />-->
|
|
|
+
|
|
|
<ImageView
|
|
|
+ android:id="@+id/iv_sale"
|
|
|
android:layout_width="240dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerInParent="true"
|
|
|
- android:src="@drawable/ic_sale_brief" />
|
|
|
+ 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" />-->
|
|
|
|
|
|
<!-- <ImageButton style="@style/crm_ib_card_topRight"
|
|
|
android:id="@+id/ib_sale_condition" />-->
|