d
This commit is contained in:
180
app/src/main/res/layout/dingdan_five.xml
Normal file
180
app/src/main/res/layout/dingdan_five.xml
Normal file
@@ -0,0 +1,180 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<RelativeLayout android:layout_width="match_parent"
|
||||
android:layout_height="206dp"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:background="@color/colorWhite"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<View
|
||||
android:id="@+id/view2"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="2dp"
|
||||
android:background="#F5F5F5"
|
||||
/>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/rl_par_01"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_below="@+id/rl_par_00"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_height="55dp">
|
||||
<RelativeLayout
|
||||
android:id="@+id/rl_001"
|
||||
android:layout_width="130dp"
|
||||
android:layout_height="55dp">
|
||||
|
||||
<View
|
||||
android:layout_width="@dimen/dimen_1dp"
|
||||
android:layout_height="10dp"
|
||||
android:background="#D4D4D4"
|
||||
android:layout_centerHorizontal="true"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_time_001"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="21dp"
|
||||
android:text="12:47"
|
||||
android:layout_marginTop="15dp"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:textColor="#ff545454"
|
||||
android:textSize="15sp"
|
||||
/>
|
||||
<TextView
|
||||
android:id="@+id/tv_time_002"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="15dp"
|
||||
android:text="2020-07-01"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_below="@+id/tv_time_001"
|
||||
android:textColor="#ffbfbfbf"
|
||||
android:textSize="11sp"
|
||||
/>
|
||||
|
||||
</RelativeLayout>
|
||||
<RelativeLayout
|
||||
android:layout_toRightOf="@+id/rl_001"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="55dp">
|
||||
<TextView
|
||||
android:id="@+id/tv_pl"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="品类:"
|
||||
android:textColor="#ff545454"
|
||||
android:textSize="13sp"
|
||||
/>
|
||||
<TextView
|
||||
android:id="@+id/tv_pp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_toRightOf="@+id/tv_pl"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:text="品牌:"
|
||||
android:textColor="#ff545454"
|
||||
android:textSize="13sp" />
|
||||
<TextView
|
||||
android:id="@+id/tv_md"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/tv_pl"
|
||||
android:text="门店:"
|
||||
android:textColor="#ff545454"
|
||||
android:textSize="13sp"
|
||||
/>
|
||||
<TextView
|
||||
android:id="@+id/tv_qdr"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/tv_md"
|
||||
android:text="抢单人:"
|
||||
android:textColor="#ff545454"
|
||||
android:textSize="13sp"
|
||||
/>
|
||||
</RelativeLayout>
|
||||
</RelativeLayout>
|
||||
<com.fenghoo.seven.widget.ItemProView
|
||||
android:id="@+id/item_my_twitter"
|
||||
android:layout_below="@+id/rl_par_01"
|
||||
android:layout_width="300dp"
|
||||
android:layout_marginTop="20dp"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_height="wrap_content"
|
||||
app:iv_icon_01="@drawable/shape_pro_yuan"
|
||||
app:iv_icon_02="@drawable/shape_pro_yuan"
|
||||
app:iv_icon_03="@drawable/shape_pro_yuan"
|
||||
/>
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_below="@+id/item_my_twitter"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_marginTop="20dp"
|
||||
android:layout_height="60dp">
|
||||
<RelativeLayout
|
||||
android:id="@+id/rl_01"
|
||||
android:layout_width="130dp"
|
||||
android:layout_height="60dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_time_01"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="21dp"
|
||||
android:text="12:47"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:textColor="#ff545454"
|
||||
android:textSize="15sp"
|
||||
/>
|
||||
<TextView
|
||||
android:id="@+id/tv_time_02"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="15dp"
|
||||
android:text="2020-07-01"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_below="@+id/tv_time_01"
|
||||
android:textColor="#ffbfbfbf"
|
||||
android:textSize="11sp"
|
||||
/>
|
||||
|
||||
</RelativeLayout>
|
||||
<RelativeLayout
|
||||
android:layout_toRightOf="@+id/rl_01"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="60dp">
|
||||
<TextView
|
||||
android:id="@+id/tv_fphy"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="分配行业:"
|
||||
android:textColor="#ff545454"
|
||||
android:textSize="13sp"
|
||||
/>
|
||||
<TextView
|
||||
android:id="@+id/tv_jzjd"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_toRightOf="@+id/tv_fphy"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:text="家装阶段:"
|
||||
android:textColor="#ff545454"
|
||||
android:textSize="13sp" />
|
||||
<TextView
|
||||
android:id="@+id/tv_fpcs"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/tv_fphy"
|
||||
android:text="分配城市:"
|
||||
android:textColor="#ff545454"
|
||||
android:textSize="13sp"
|
||||
/>
|
||||
<TextView
|
||||
android:id="@+id/tv_khys"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/tv_fpcs"
|
||||
android:text="客户预算:"
|
||||
android:textColor="#ff545454"
|
||||
android:textSize="13sp"
|
||||
/>
|
||||
</RelativeLayout>
|
||||
</RelativeLayout>
|
||||
</RelativeLayout>
|
||||
Reference in New Issue
Block a user