94baeca386747240bf98f8f36a88e7ed36c2db91.svn-base 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. <com.hjq.bar.TitleBar
  9. android:id="@+id/reading_title"
  10. android:layout_width="match_parent"
  11. android:layout_height="wrap_content"
  12. android:background="#5680FA"
  13. app:leftColor="@color/white"
  14. app:backButton="false"
  15. app:title="eVVM信息读取"
  16. app:titleColor="@color/white">
  17. </com.hjq.bar.TitleBar>
  18. <ImageView
  19. android:id="@+id/reading_bg"
  20. android:layout_width="wrap_content"
  21. android:layout_height="322dp"
  22. android:layout_below="@id/reading_title"
  23. android:scaleType="center"
  24. android:src="@mipmap/iv_reading" />
  25. <ImageView
  26. android:id="@+id/reading__round"
  27. android:layout_marginLeft="93dp"
  28. android:layout_marginTop="113dp"
  29. android:src="@mipmap/iv_round"
  30. android:layout_width="wrap_content"
  31. android:layout_height="wrap_content" />
  32. <ImageView
  33. android:id="@+id/reading__line"
  34. android:layout_marginLeft="93dp"
  35. android:layout_marginTop="113dp"
  36. android:src="@mipmap/iv_sao_args"
  37. android:layout_width="wrap_content"
  38. android:layout_height="wrap_content" />
  39. <ProgressBar
  40. android:id="@+id/reading_progress"
  41. style="@android:style/Widget.ProgressBar.Horizontal"
  42. android:layout_width="174dp"
  43. android:layout_height="wrap_content"
  44. android:layout_below="@id/reading_title"
  45. android:layout_centerHorizontal="true"
  46. android:layout_marginTop="235dp"
  47. android:max="100"
  48. android:maxHeight="4dp"
  49. android:minHeight="4dp"
  50. android:progress="20"
  51. android:progressDrawable="@drawable/m_progress_horizontal"
  52. android:secondaryProgress="20" />
  53. <LinearLayout
  54. android:layout_width="wrap_content"
  55. android:layout_height="wrap_content"
  56. android:layout_below="@id/reading_bg"
  57. android:layout_marginLeft="52dp"
  58. android:layout_marginTop="13.4dp"
  59. android:orientation="horizontal">
  60. <TextView
  61. android:layout_width="wrap_content"
  62. android:layout_height="wrap_content"
  63. android:layout_marginRight="7dp"
  64. android:ems="1"
  65. android:text="请将微电子标签贴近您手机"
  66. android:textSize="13.4sp" />
  67. <TextView
  68. android:layout_width="wrap_content"
  69. android:layout_height="wrap_content"
  70. android:ems="1"
  71. android:text="背部的N F C天线标识位置" />
  72. </LinearLayout>
  73. <ImageView
  74. android:layout_width="wrap_content"
  75. android:layout_height="322dp"
  76. android:layout_alignParentBottom="true"
  77. android:layout_marginLeft="125.8dp"
  78. android:layout_marginBottom="2dp"
  79. android:scaleType="center"
  80. android:src="@mipmap/iv_reading_phone" />
  81. </RelativeLayout>