river-lucky-driver/app/src/main/res/layout/item_huoyuan_xq_datab.xml
2022-08-24 09:32:54 +08:00

82 lines
3.3 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="wrap_content"
android:orientation="vertical"
android:background="#F8F8F8"
android:id="@+id/item_huoyuan_xq_datab"
android:layout_marginBottom="@dimen/dp_1">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<ImageView
android:id="@+id/type_img"
android:layout_marginLeft="@dimen/dp_23"
android:layout_width="@dimen/dp_18"
android:layout_height="@dimen/dp_18"
android:src="@mipmap/zhuang"
android:layout_gravity="center"/>
<LinearLayout
android:layout_marginTop="@dimen/dp_10"
android:layout_marginBottom="@dimen/dp_10"
android:layout_marginRight="@dimen/dp_18"
android:layout_marginLeft="@dimen/dp_10"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_gravity="center">
<TextView
android:id="@+id/provinceCityArea"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="#ff333333"
android:textSize="@dimen/sp_13"
/>
<LinearLayout
android:layout_marginTop="@dimen/dp_4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="#ff999999"
android:textSize="@dimen/sp_12"
android:text="货物详情:"
/>
<TextView
android:id="@+id/goodData"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="#ff999999"
android:textSize="@dimen/sp_12"
android:text="111"
/>
</LinearLayout>
<LinearLayout
android:layout_marginTop="@dimen/dp_4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="#ff999999"
android:textSize="@dimen/sp_12"
android:text="截止时间:"
/>
<TextView
android:id="@+id/deadline"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="#ff999999"
android:textSize="@dimen/sp_12"
android:text="222"
/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>