<?xml version="1.0" encoding="utf-8"?>
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
android:background="@color/page_bg">
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
style="@style/style_tv_action"
|
app:layout_constraintBottom_toBottomOf="parent"
|
android:layout_margin="14dp"
|
android:text="提交"
|
android:id="@+id/tv_action" />
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:id="@+id/tv_1"
|
android:text="发票详情"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
android:layout_marginTop="9dp"
|
android:layout_marginStart="14dp"
|
android:textSize="15sp"
|
android:textColor="@color/textColor"
|
android:textStyle="bold"/>
|
<ScrollView
|
android:layout_width="match_parent"
|
android:layout_height="0dp"
|
android:scrollbars="none"
|
app:layout_constraintTop_toBottomOf="@id/tv_1"
|
android:layout_marginTop="10dp"
|
app:layout_constraintBottom_toTopOf="@id/tv_action">
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:orientation="vertical"
|
android:background="@color/white">
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content">
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
style="@style/style_form_ticket"
|
android:layout_marginStart="14dp"
|
android:text="抬头类型"/>
|
<TextView
|
android:id="@+id/tv_type"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
style="@style/style_form_ticket"
|
android:layout_marginEnd="14dp"
|
android:gravity="end"
|
android:drawableEnd="@mipmap/icon_more_grey"
|
android:text="企业单位"/>
|
</LinearLayout>
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="1px"
|
android:layout_marginHorizontal="14dp"
|
android:background="@color/dividing_line_color"/>
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content">
|
<TextView
|
android:layout_width="96dp"
|
android:layout_height="wrap_content"
|
style="@style/style_form_ticket"
|
android:layout_marginStart="14dp"
|
android:text="发票抬头"/>
|
<EditText
|
android:id="@+id/et_title"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
style="@style/style_form_ticket"
|
android:layout_marginEnd="14dp"
|
android:hint="填写发票抬头"/>
|
</LinearLayout>
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="1px"
|
android:layout_marginHorizontal="14dp"
|
android:background="@color/dividing_line_color"/>
|
<LinearLayout
|
android:id="@+id/ll_code"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content">
|
<TextView
|
android:layout_width="96dp"
|
android:layout_height="wrap_content"
|
style="@style/style_form_ticket"
|
android:layout_marginStart="14dp"
|
android:text="税号"/>
|
<EditText
|
android:id="@+id/et_code"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
style="@style/style_form_ticket"
|
android:layout_marginEnd="14dp"
|
android:hint="填写纳税人识别号"/>
|
</LinearLayout>
|
<View
|
android:id="@+id/line"
|
android:layout_width="match_parent"
|
android:layout_height="1px"
|
android:layout_marginHorizontal="14dp"
|
android:background="@color/dividing_line_color"/>
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content">
|
<TextView
|
android:layout_width="96dp"
|
android:layout_height="wrap_content"
|
style="@style/style_form_ticket"
|
android:layout_marginStart="14dp"
|
android:text="发票内容"/>
|
<TextView
|
android:id="@+id/et_content"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
style="@style/style_form_ticket"
|
android:layout_marginEnd="14dp"
|
android:textColor="@color/textColor99"
|
android:text="*运输服务*客运服务费"/>
|
</LinearLayout>
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="1px"
|
android:layout_marginHorizontal="14dp"
|
android:background="@color/dividing_line_color"/>
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content">
|
<TextView
|
android:layout_width="96dp"
|
android:layout_height="wrap_content"
|
style="@style/style_form_ticket"
|
android:layout_marginStart="14dp"
|
android:text="发票金额"/>
|
<TextView
|
android:id="@+id/tv_money"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
style="@style/style_form_ticket"
|
android:layout_marginEnd="14dp"
|
android:textColor="@color/textColor99"
|
android:text="0元"/>
|
</LinearLayout>
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="1px"
|
android:layout_marginHorizontal="14dp"
|
android:background="@color/dividing_line_color"/>
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content">
|
<TextView
|
android:layout_width="96dp"
|
android:layout_height="wrap_content"
|
style="@style/style_form_ticket"
|
android:layout_marginStart="14dp"
|
android:text="更多信息"/>
|
<TextView
|
android:id="@+id/tv_more"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
style="@style/style_form_ticket"
|
android:layout_marginEnd="14dp"
|
android:gravity="end"
|
android:drawableEnd="@mipmap/icon_more_grey"
|
android:textColor="@color/textColor99"
|
android:hint="填写备注、地址等"/>
|
</LinearLayout>
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:text="接收方式"
|
android:textColor="@color/textColor"
|
android:textSize="15sp"
|
android:textStyle="bold"
|
android:background="@color/page_bg"
|
android:paddingHorizontal="14dp"
|
android:paddingVertical="10dp"/>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content">
|
<TextView
|
android:layout_width="96dp"
|
android:layout_height="wrap_content"
|
style="@style/style_form_ticket"
|
android:layout_marginStart="14dp"
|
android:text="电子邮件"/>
|
<EditText
|
android:id="@+id/et_mail"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
style="@style/style_form_ticket"
|
android:layout_marginEnd="14dp"
|
android:inputType="textEmailAddress"
|
android:hint="填写电子邮件"/>
|
</LinearLayout>
|
</LinearLayout>
|
</ScrollView>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|