2cc4e0ee94687a2f9a2994bfd30e87acd8ebe0f0.svn-base 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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__line"
  27. android:layout_width="wrap_content"
  28. android:layout_height="wrap_content"
  29. android:layout_marginLeft="93dp"
  30. android:layout_marginTop="113dp"
  31. android:src="@mipmap/iv_sao_args" />
  32. <ProgressBar
  33. android:id="@+id/reading_progress"
  34. style="@android:style/Widget.ProgressBar.Horizontal"
  35. android:layout_width="174dp"
  36. android:layout_height="wrap_content"
  37. android:layout_below="@id/reading_title"
  38. android:layout_centerHorizontal="true"
  39. android:layout_marginTop="235dp"
  40. android:max="100"
  41. android:maxHeight="4dp"
  42. android:minHeight="4dp"
  43. android:progress="20"
  44. android:progressDrawable="@drawable/m_progress_horizontal"
  45. android:secondaryProgress="20" />
  46. <LinearLayout
  47. android:layout_width="wrap_content"
  48. android:layout_height="wrap_content"
  49. android:layout_below="@id/reading_bg"
  50. android:layout_marginLeft="52dp"
  51. android:layout_marginTop="13.4dp"
  52. android:orientation="horizontal">
  53. <TextView
  54. android:layout_width="wrap_content"
  55. android:layout_height="wrap_content"
  56. android:layout_marginRight="7dp"
  57. android:ems="1"
  58. android:text="请将微电子标签贴近您手机"
  59. android:textSize="13.4sp" />
  60. <TextView
  61. android:layout_width="wrap_content"
  62. android:layout_height="wrap_content"
  63. android:ems="1"
  64. android:text="背部的N F C天线标识位置" />
  65. </LinearLayout>
  66. <ImageView
  67. android:layout_width="wrap_content"
  68. android:layout_height="322dp"
  69. android:layout_alignParentBottom="true"
  70. android:layout_marginLeft="125.8dp"
  71. android:layout_marginBottom="2dp"
  72. android:scaleType="center"
  73. android:src="@mipmap/iv_reading_phone" />
  74. </RelativeLayout>