047a116f85f66e714464c418423ed7caaf281fdf.svn-base 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. xmlns:app="http://schemas.android.com/apk/res-auto"
  5. xmlns:tools="http://schemas.android.com/tools"
  6. android:layout_width="match_parent"
  7. android:layout_height="match_parent"
  8. android:orientation="vertical"
  9. tools:context=".ui.vaccination.InoculationRegistActivity">
  10. <com.hjq.bar.TitleBar
  11. android:id="@+id/tb_registicl_title"
  12. android:layout_width="match_parent"
  13. android:layout_height="wrap_content"
  14. app:title="@string/inoculation_regist_title" />
  15. <LinearLayout
  16. android:layout_marginLeft="9.6dp"
  17. android:layout_marginRight="9.6dp"
  18. android:layout_marginTop="11.6dp"
  19. android:background="@color/white"
  20. android:gravity="center_vertical"
  21. android:layout_width="match_parent"
  22. android:orientation="horizontal"
  23. android:layout_height="57.6dp">
  24. <ImageView
  25. android:src="@mipmap/iv_information_name"
  26. android:layout_marginLeft="11.8dp"
  27. android:layout_width="wrap_content"
  28. android:layout_height="wrap_content" />
  29. <TextView
  30. android:text="@string/personal_data_name"
  31. android:layout_marginLeft="10dp"
  32. android:textSize="15.3sp"
  33. android:layout_width="wrap_content"
  34. android:layout_height="wrap_content" />
  35. <EditText
  36. android:id="@+id/registicl_et_name"
  37. android:background="@null"
  38. android:textSize="15.3sp"
  39. android:layout_marginLeft="50.5dp"
  40. android:hint="@string/personal_data_name_hint"
  41. android:layout_weight="1"
  42. android:layout_width="0dp"
  43. android:text="小欧啊"
  44. android:maxLength="10"
  45. android:maxLines="1"
  46. android:layout_height="wrap_content" />
  47. </LinearLayout>
  48. <LinearLayout
  49. android:layout_marginLeft="9.6dp"
  50. android:layout_marginRight="9.6dp"
  51. android:layout_marginTop="11.6dp"
  52. android:background="@color/white"
  53. android:gravity="center_vertical"
  54. android:layout_width="match_parent"
  55. android:orientation="horizontal"
  56. android:layout_height="57.6dp">
  57. <ImageView
  58. android:src="@mipmap/iv_information_idcard"
  59. android:layout_marginLeft="11.8dp"
  60. android:layout_width="wrap_content"
  61. android:layout_height="wrap_content" />
  62. <TextView
  63. android:text="@string/personal_data_idnum"
  64. android:layout_marginLeft="10dp"
  65. android:textSize="15.3sp"
  66. android:layout_width="wrap_content"
  67. android:layout_height="wrap_content" />
  68. <EditText
  69. android:id="@+id/registicl_et_code"
  70. android:background="@null"
  71. android:textSize="15.3sp"
  72. android:layout_marginLeft="20dp"
  73. android:hint="@string/personal_data_idnum_hint"
  74. android:layout_weight="1"
  75. android:layout_width="0dp"
  76. android:maxLength="20"
  77. android:text="110222183716297736"
  78. android:maxLines="1"
  79. android:layout_height="wrap_content" />
  80. </LinearLayout>
  81. <LinearLayout
  82. android:layout_marginLeft="9.6dp"
  83. android:layout_marginRight="9.6dp"
  84. android:layout_marginTop="11.6dp"
  85. android:background="@color/white"
  86. android:gravity="center_vertical"
  87. android:layout_width="match_parent"
  88. android:orientation="horizontal"
  89. android:layout_height="57.6dp">
  90. <ImageView
  91. android:src="@mipmap/iv_phone_icon"
  92. android:layout_marginLeft="11.8dp"
  93. android:layout_width="wrap_content"
  94. android:layout_height="wrap_content" />
  95. <TextView
  96. android:text="@string/login_phone"
  97. android:layout_marginLeft="10dp"
  98. android:textSize="15.3sp"
  99. android:layout_width="wrap_content"
  100. android:layout_height="wrap_content" />
  101. <EditText
  102. android:id="@+id/registicl_et_phone"
  103. android:background="@null"
  104. android:textSize="15.3sp"
  105. android:layout_marginLeft="35dp"
  106. android:hint="@string/login_phone_hint"
  107. android:layout_weight="1"
  108. android:layout_width="0dp"
  109. android:inputType="phone"
  110. android:text="138776678943"
  111. android:maxLength="11"
  112. android:maxLines="1"
  113. android:layout_height="wrap_content" />
  114. </LinearLayout>
  115. <LinearLayout
  116. android:layout_marginLeft="9.6dp"
  117. android:layout_marginRight="9.6dp"
  118. android:layout_marginTop="11.6dp"
  119. android:background="@color/white"
  120. android:gravity="center_vertical"
  121. android:layout_width="match_parent"
  122. android:orientation="horizontal"
  123. android:layout_height="57.6dp">
  124. <ImageView
  125. android:src="@mipmap/iv_information_email"
  126. android:layout_marginLeft="11.8dp"
  127. android:layout_width="wrap_content"
  128. android:layout_height="wrap_content" />
  129. <TextView
  130. android:text="@string/personal_data_email"
  131. android:layout_marginLeft="10dp"
  132. android:textSize="15.3sp"
  133. android:layout_width="wrap_content"
  134. android:layout_height="wrap_content" />
  135. <EditText
  136. android:id="@+id/registicl_et_email"
  137. android:background="@null"
  138. android:textSize="15.3sp"
  139. android:layout_marginLeft="51.5dp"
  140. android:hint="@string/personal_data_email_hint"
  141. android:layout_weight="1"
  142. android:layout_width="0dp"
  143. android:maxLength="25"
  144. android:text="728657778@qq.com"
  145. android:maxLines="1"
  146. android:layout_height="wrap_content" />
  147. </LinearLayout>
  148. <Button
  149. android:id="@+id/registicl_btn_submitted"
  150. android:layout_width="282dp"
  151. android:layout_height="48dp"
  152. android:layout_gravity="center_horizontal"
  153. android:layout_marginTop="38.5dp"
  154. android:background="@drawable/selector_button"
  155. android:text="@string/inoculation_submitted"
  156. android:textColor="@color/white"
  157. android:textSize="15.3sp" />
  158. </LinearLayout>