58 lines
2.0 KiB
XML
58 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="74dp"
|
|
android:background="#F5F5F5">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="74dp"
|
|
android:background="@color/colorWhite"
|
|
android:layout_marginLeft="12dp"
|
|
android:layout_marginRight="12dp">
|
|
|
|
<TextView
|
|
android:id="@+id/xike_tv_01"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="left"
|
|
android:layout_marginLeft="13dp"
|
|
android:layout_marginTop="18dp"
|
|
android:text="待成交客户成交"
|
|
android:textColor="@color/black"
|
|
android:textSize="@dimen/marking_13_sp" />
|
|
|
|
|
|
<TextView
|
|
android:id="@+id/xike_tv_02"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_below="@+id/xike_tv_01"
|
|
android:layout_marginTop="8dp"
|
|
android:layout_marginLeft="13dp"
|
|
android:text="2020/07/07 11:23:56"
|
|
android:textColor="@color/color_838282"
|
|
android:textSize="@dimen/marking_13_sp" />
|
|
<TextView
|
|
android:id="@+id/xike_tv_03"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="27dp"
|
|
android:layout_alignParentEnd="true"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:text="+3"
|
|
android:layout_marginRight="13dp"
|
|
android:textColor="#ff3a3a3a"
|
|
android:textSize="14sp"/>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0.5dp"
|
|
android:layout_below="@+id/xike_tv_02"
|
|
android:layout_marginTop="7dp"
|
|
android:background="@color/color_bfbfbf" />
|
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|