activity_scan_head.xml 1.95 KB
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/activity_scan_gun"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">

    <!-- 顶部返回按扭 -->
<!--    <include layout="@layout/top_item" />-->
    <include layout="@layout/app_top_title" />

    <TextView
        android:id="@+id/tips"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="@dimen/dp_15"
        android:gravity="center"
        android:text="请刷身份证"
        android:textSize="@dimen/sp_25" />

    <ImageView
        android:layout_width="match_parent"
        android:layout_height="@dimen/dp_0"
        android:layout_weight="1"
        android:paddingTop="@dimen/dp_20"
        android:src="@drawable/ectrip_idcard_id" />

    <TextView
        android:id="@+id/tv_no_id"
        android:layout_width="match_parent"
        android:layout_height="@dimen/dp_68"
        android:background="@color/showBlue"
        android:gravity="center"
        android:text=" -点击手输身份证- "
        android:textSize="@dimen/sp_25" />


<!--    <LinearLayout-->
<!--        android:id="@+id/ll_ship"-->
<!--        android:layout_width="match_parent"-->
<!--        android:layout_height="wrap_content"-->
<!--        android:gravity="center"-->
<!--        android:orientation="vertical">-->
<!--        <include layout="@layout/layout_show_ship" />-->
<!--    </LinearLayout>-->
<!--    <LinearLayout-->
<!--        android:id="@+id/ll_bottom"-->
<!--        android:layout_width="match_parent"-->
<!--        android:layout_height="wrap_content"-->
<!--        android:gravity="center"-->
<!--        android:orientation="vertical">-->
<!--        <include layout="@layout/layout_show_bottom" />-->
<!--    </LinearLayout>-->

</LinearLayout>