ea32fbc90aa9fbdad993c0e4a72c95794e7164ac.svn-base 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:orientation="vertical"
  8. tools:context=".ui.vaccination.ReadingActivity">
  9. <com.hjq.bar.TitleBar
  10. android:id="@+id/reading_title"
  11. android:layout_width="match_parent"
  12. android:layout_height="wrap_content"
  13. android:background="#5680FA"
  14. app:leftIcon="@drawable/back_white_logo"
  15. app:leftColor="@color/white"
  16. app:titleColor="@color/white"
  17. app:title="eVVM信息读取" >
  18. </com.hjq.bar.TitleBar>
  19. <TextView
  20. android:id="@+id/again_bt"
  21. android:layout_width="wrap_content"
  22. android:layout_height="wrap_content"
  23. android:layout_alignParentRight="true"
  24. android:text="再次扫描"
  25. android:paddingLeft="20dp"
  26. android:gravity="bottom"
  27. android:paddingRight="20dp"
  28. android:paddingBottom="18dp"
  29. android:layout_alignBottom="@+id/reading_title"
  30. android:layout_alignTop="@+id/reading_title"
  31. android:textColor="@color/white"
  32. android:textSize="15sp"
  33. android:background="@color/transparent"/>
  34. <ImageView
  35. android:id="@+id/reading_bg"
  36. android:layout_below="@id/reading_title"
  37. android:src="@mipmap/iv_reading"
  38. android:scaleType="center"
  39. android:layout_width="wrap_content"
  40. android:layout_height="322dp" />
  41. <ImageView
  42. android:id="@+id/reading__round"
  43. android:layout_marginLeft="93dp"
  44. android:layout_marginTop="113dp"
  45. android:src="@mipmap/iv_round"
  46. android:layout_width="wrap_content"
  47. android:layout_height="wrap_content" />
  48. <ImageView
  49. android:id="@+id/reading__line"
  50. android:layout_marginLeft="93dp"
  51. android:layout_marginTop="113dp"
  52. android:src="@mipmap/iv_sao_args"
  53. android:layout_width="wrap_content"
  54. android:layout_height="wrap_content" />
  55. <ProgressBar
  56. android:id="@+id/reading_progress"
  57. android:layout_below="@id/reading_title"
  58. android:layout_marginTop="235dp"
  59. android:layout_centerHorizontal="true"
  60. style="@android:style/Widget.ProgressBar.Horizontal"
  61. android:layout_width="174dp"
  62. android:layout_height="wrap_content"
  63. android:max="100"
  64. android:maxHeight="4dp"
  65. android:minHeight="4dp"
  66. android:progress="20"
  67. android:progressDrawable="@drawable/m_progress_horizontal"
  68. android:secondaryProgress="20" />
  69. <LinearLayout
  70. android:layout_below="@id/reading_bg"
  71. android:layout_marginTop="13.4dp"
  72. android:layout_marginLeft="52dp"
  73. android:orientation="horizontal"
  74. android:layout_width="wrap_content"
  75. android:layout_height="wrap_content">
  76. <TextView
  77. android:ems="1"
  78. android:textSize="13.4sp"
  79. android:layout_marginRight="7dp"
  80. android:text="请将微电子标签贴近您手机"
  81. android:layout_width="wrap_content"
  82. android:layout_height="wrap_content" />
  83. <TextView
  84. android:ems="1"
  85. android:text="背部的N F C天线标识位置"
  86. android:layout_width="wrap_content"
  87. android:layout_height="wrap_content" />
  88. </LinearLayout>
  89. <ImageView
  90. android:layout_marginBottom="2dp"
  91. android:layout_alignParentBottom="true"
  92. android:src="@mipmap/iv_reading_phone"
  93. android:scaleType="center"
  94. android:layout_marginLeft="125.8dp"
  95. android:layout_width="wrap_content"
  96. android:layout_height="322dp" />
  97. </RelativeLayout>