<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:orientation="vertical"
|
android:layout_height="match_parent">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_margin="14dp"
|
android:paddingBottom="20dp"
|
android:background="@drawable/bg_white_6"
|
android:orientation="vertical">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="40dp"
|
android:layout_marginTop="10dp"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<View
|
android:layout_width="0dp"
|
android:layout_height="1px"
|
android:layout_marginRight="14dp"
|
android:layout_weight="1"
|
android:alpha="0.3"
|
android:background="#979797" />
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="手动输入打表金额"
|
android:textColor="#ff333333"
|
android:textSize="14sp" />
|
|
<View
|
android:layout_width="0dp"
|
android:layout_height="1px"
|
android:layout_marginLeft="14dp"
|
android:layout_weight="1"
|
android:alpha="0.3"
|
android:background="#979797" />
|
|
|
</LinearLayout>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="40dp"
|
android:layout_marginStart="5dp"
|
android:layout_marginEnd="5dp"
|
android:background="@drawable/bg_gray_fill_out"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginStart="9dp"
|
android:text="行程费用"
|
android:textColor="#ff333333"
|
android:textSize="12sp" />
|
|
<View
|
android:layout_width="1px"
|
android:layout_height="match_parent"
|
android:layout_marginStart="14dp"
|
android:layout_marginTop="10dp"
|
android:layout_marginBottom="10dp"
|
android:background="#E8E8E8" />
|
|
<EditText
|
android:id="@+id/et_travel_money"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:background="@null"
|
android:hint="金额"
|
android:digits="1234567890."
|
android:maxLength="8"
|
android:paddingStart="7dp"
|
android:textColorHint="#ff999999"
|
android:textSize="12sp" />
|
|
</LinearLayout>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="40dp"
|
android:layout_marginTop="10dp"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<View
|
android:layout_width="0dp"
|
android:layout_height="1px"
|
android:layout_marginRight="14dp"
|
android:layout_weight="1"
|
android:alpha="0.3"
|
android:background="#979797" />
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="其他费用"
|
android:textColor="#ff333333"
|
android:textSize="14sp" />
|
|
<View
|
android:layout_width="0dp"
|
android:layout_height="1px"
|
android:layout_marginLeft="14dp"
|
android:layout_weight="1"
|
android:alpha="0.3"
|
android:background="#979797" />
|
|
|
</LinearLayout>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="40dp"
|
android:layout_marginStart="5dp"
|
android:layout_marginEnd="5dp"
|
android:background="@drawable/bg_gray_fill_out"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginStart="9dp"
|
android:text="停车费"
|
android:textColor="#ff333333"
|
android:textSize="12sp" />
|
|
<View
|
android:layout_width="1px"
|
android:layout_height="match_parent"
|
android:layout_marginStart="14dp"
|
android:layout_marginTop="10dp"
|
android:layout_marginBottom="10dp"
|
android:background="#E8E8E8" />
|
|
<EditText
|
android:id="@+id/et_parking_money"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:background="@null"
|
android:hint="金额"
|
android:digits="1234567890."
|
android:maxLength="8"
|
android:paddingStart="7dp"
|
android:textColorHint="#ff999999"
|
android:textSize="12sp" />
|
|
</LinearLayout>
|
|
<LinearLayout
|
android:layout_marginTop="10dp"
|
android:layout_width="match_parent"
|
android:layout_marginStart="5dp"
|
android:layout_marginEnd="5dp"
|
android:layout_height="40dp"
|
android:background="@drawable/bg_gray_fill_out"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginStart="9dp"
|
android:text="过路费"
|
android:textColor="#ff333333"
|
android:textSize="12sp" />
|
|
<View
|
android:layout_width="1px"
|
android:layout_height="match_parent"
|
android:layout_marginStart="14dp"
|
android:layout_marginTop="10dp"
|
android:layout_marginBottom="10dp"
|
android:background="#E8E8E8" />
|
|
<EditText
|
android:id="@+id/et_crossing_money"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:background="@null"
|
android:hint="金额"
|
android:digits="1234567890."
|
android:maxLength="8"
|
android:paddingStart="7dp"
|
android:textColorHint="#ff999999"
|
android:textSize="12sp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
<include layout="@layout/include_weight_height"/>
|
|
<TextView
|
android:id="@+id/tv_sure"
|
android:layout_width="match_parent"
|
android:text="确认费用并发送"
|
android:textColor="#ffffffff"
|
android:gravity="center"
|
android:layout_marginBottom="14dp"
|
android:layout_marginTop="44dp"
|
android:layout_marginStart="14dp"
|
android:layout_marginEnd="14dp"
|
android:background="@drawable/bg_login"
|
android:textSize="14sp"
|
android:layout_height="40dp"/>
|
|
</LinearLayout>
|