d267a0e49ce380732b478de2609ed60ba747b8a0.svn-base 3.2 KB

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