f3f24a6c80f6c70c0361d41155f5e6781eecc8ff.svn-base 2.6 KB

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