Blame view

res/layout/activity_scan_head.xml 1.95 KB
c05c7a9b   黄灿宏   标准版本 1.扩展设备8 2....
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
  <?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>