activity_id_handle_rsk.xml 2.35 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/app_top_title" />

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="1"
        android:gravity="center"
        android:orientation="vertical">

        <TextView
            android:id="@+id/tips"
            android:layout_width="match_parent"
            android:layout_height="@dimen/dp_48"
            android:background="@color/showBlue"
            android:gravity="center"
            android:text="请刷身份证"
            android:textSize="@dimen/sp_25" />

        <ImageView
            android:layout_width="match_parent"
            android:layout_height="0dp"
            android:layout_weight="1"
            android:background="@color/gray"
            android:paddingTop="@dimen/dp_20"
            android:src="@drawable/ectrip_idcard_rsk_id" />

<!--        <com.ectrip.cyt.zxing.view.GradientShaderTextView-->
<!--            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" />-->
        <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>

<!--    <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>