43 lines
1.6 KiB
XML
43 lines
1.6 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="wrap_content"
|
|
android:background="@color/color_bg"
|
|
android:id="@+id/yundan_start_top">
|
|
|
|
<RelativeLayout
|
|
android:layout_marginTop="@dimen/dp_68"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="@dimen/dp_24">
|
|
<ImageButton
|
|
android:layout_marginLeft="@dimen/dp_38"
|
|
android:id="@+id/return_btn"
|
|
android:layout_width="@dimen/dp_21"
|
|
android:layout_height="@dimen/dp_18"
|
|
android:src="@mipmap/return_lefts"
|
|
android:scaleType="fitXY"
|
|
android:background="@null"
|
|
android:layout_centerVertical="true"/>
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="运单详情"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_17"
|
|
android:layout_centerHorizontal="true"
|
|
/>
|
|
<TextView
|
|
android:id="@+id/fenxiang"
|
|
android:layout_marginRight="@dimen/dp_38"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="分享"
|
|
android:textColor="@color/theme_color"
|
|
android:textSize="@dimen/sp_15"
|
|
android:layout_centerVertical="true"
|
|
/>
|
|
</RelativeLayout>
|
|
|
|
</RelativeLayout> |