d
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<RelativeLayout
|
||||
android:id="@+id/rl_cus_01"
|
||||
android:layout_width="match_parent"
|
||||
android:background="@color/colorWhite"
|
||||
android:layout_height="24dp">
|
||||
<TextView
|
||||
android:id="@+id/tv_cus_01"
|
||||
@@ -18,6 +19,7 @@
|
||||
/>
|
||||
<TextView
|
||||
android:layout_toRightOf="@+id/tv_cus_01"
|
||||
android:id="@+id/tv_source_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="17dp"
|
||||
android:layout_marginLeft="10dp"
|
||||
@@ -51,7 +53,7 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_dea_name"
|
||||
android:layout_width="59dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="21dp"
|
||||
android:layout_marginLeft="13.5dp"
|
||||
android:layout_marginTop="19.5dp"
|
||||
@@ -60,12 +62,20 @@
|
||||
android:textColor="#ff333333"
|
||||
android:textSize="15sp"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="22dp"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:layout_toRightOf="@+id/tv_dea_name"
|
||||
android:text=" • "
|
||||
/>
|
||||
<TextView
|
||||
android:id="@+id/tv_dea_phone"
|
||||
android:layout_width="67dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="16dp"
|
||||
android:layout_marginTop="19.5dp"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:layout_marginTop="22dp"
|
||||
android:layout_toRightOf="@+id/tv_dea_name"
|
||||
android:text="18971614151"
|
||||
android:textColor="#ff333333"
|
||||
|
||||
Reference in New Issue
Block a user