52 lines
2.0 KiB
XML
52 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
android:id="@+id/item_order_recommend"
|
|
android:layout_marginTop="@dimen/dp_4">
|
|
|
|
<RelativeLayout
|
|
android:layout_marginLeft="@dimen/dp_20"
|
|
android:layout_marginRight="@dimen/dp_20"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="货源推荐"
|
|
android:textColor="#31456A"
|
|
android:textSize="@dimen/sp_16"
|
|
android:textStyle="bold"
|
|
/>
|
|
<LinearLayout
|
|
android:id="@+id/huoyuan_all"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal"
|
|
android:layout_centerVertical="true">
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="更多货源"
|
|
android:textColor="#92AADB"
|
|
android:textSize="@dimen/sp_12"
|
|
/>
|
|
<ImageView
|
|
android:layout_marginLeft="@dimen/dp_6"
|
|
android:layout_width="@dimen/dp_6"
|
|
android:layout_height="@dimen/dp_10"
|
|
android:src="@mipmap/icon_arrows"
|
|
android:layout_gravity="center"/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
|
|
<com.arpa.hndahesudintocctmsdriver.util.view.BaseRecyclerView
|
|
android:layout_marginTop="@dimen/dp_4"
|
|
android:id="@+id/brv_order_recommend"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"/>
|
|
|
|
</LinearLayout> |