Advertisement
minafaw3

Policy

Oct 19th, 2016
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.24 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <android.support.constraint.ConstraintLayout 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:id="@+id/activity_policy_and_contact_detail"
  6. android:layout_width="match_parent"
  7. android:layout_height="match_parent"
  8. android:background="@android:color/white"
  9. tools:context="psystem.co.reaya.Activities.Claims.PolicyAndContactDetailActivity">
  10. <include
  11. layout="@layout/toolbar_layout_home_icon"
  12. android:layout_width="0dp"
  13. android:layout_height="wrap_content"
  14. app:layout_constraintRight_toRightOf="parent"
  15. app:layout_constraintLeft_toLeftOf="parent"
  16. app:layout_constraintTop_toTopOf="parent"
  17. android:id="@+id/include" />
  18.  
  19. <TextView
  20. android:text="@string/step1Header"
  21. android:layout_width="0dp"
  22. android:layout_height="wrap_content"
  23. android:id="@+id/textView13"
  24. android:padding="16dp"
  25. android:textSize="28sp"
  26. android:textStyle="normal|bold"
  27. app:layout_constraintRight_toRightOf="parent"
  28. app:layout_constraintLeft_toLeftOf="parent"
  29. app:layout_constraintTop_toBottomOf="@+id/include"
  30. android:background="@color/divider_bg"/>
  31.  
  32. <android.support.constraint.ConstraintLayout
  33. android:layout_width="0dp"
  34. android:layout_height="0dp"
  35. android:layout_marginStart="16dp"
  36. app:layout_constraintLeft_toLeftOf="parent"
  37. android:layout_marginLeft="16dp"
  38. android:layout_marginEnd="16dp"
  39. app:layout_constraintRight_toRightOf="parent"
  40. android:layout_marginRight="16dp"
  41. android:layout_marginTop="8dp"
  42. app:layout_constraintTop_toBottomOf="@+id/textView13"
  43. app:layout_constraintBottom_toBottomOf="parent"
  44. android:layout_marginBottom="16dp"
  45. app:layout_constraintVertical_bias="1.0"
  46. app:layout_constraintHorizontal_bias="1.0">
  47.  
  48. <TextView
  49. android:text="@string/policy_information"
  50. android:layout_width="0dp"
  51. android:layout_height="wrap_content"
  52. android:id="@+id/textView18"
  53. android:textStyle="normal|bold"
  54. android:textSize="18sp"
  55. app:layout_constraintLeft_toLeftOf="parent"
  56. app:layout_constraintRight_toRightOf="parent"
  57. app:layout_constraintHorizontal_bias="0.0"
  58. app:layout_constraintTop_toTopOf="parent" />
  59.  
  60. <TextView
  61. android:text="@string/policy_no"
  62. android:layout_width="wrap_content"
  63. android:layout_height="wrap_content"
  64. android:id="@+id/textView19"
  65. android:layout_marginTop="16dp"
  66. app:layout_constraintTop_toBottomOf="@+id/textView18"
  67. app:layout_constraintLeft_toLeftOf="parent" />
  68.  
  69. <TextView
  70. android:text="@string/policy_holder_name"
  71. android:layout_width="wrap_content"
  72. android:layout_height="wrap_content"
  73. android:id="@+id/textView20"
  74. android:layout_marginTop="8dp"
  75. app:layout_constraintTop_toBottomOf="@+id/textView19"
  76. app:layout_constraintLeft_toLeftOf="parent" />
  77.  
  78. <TextView
  79. android:text="@string/certificate_no"
  80. android:layout_width="wrap_content"
  81. android:layout_height="wrap_content"
  82. android:id="@+id/textView21"
  83. android:layout_marginTop="8dp"
  84. app:layout_constraintTop_toBottomOf="@+id/textView20"
  85. app:layout_constraintLeft_toLeftOf="parent" />
  86.  
  87. <TextView
  88. android:text="@string/insured_name"
  89. android:layout_width="wrap_content"
  90. android:layout_height="wrap_content"
  91. android:id="@+id/textView22"
  92. android:layout_marginTop="8dp"
  93. app:layout_constraintTop_toBottomOf="@+id/textView21"
  94. app:layout_constraintLeft_toLeftOf="parent" />
  95.  
  96. <TextView
  97. android:text="TextView"
  98. android:layout_width="wrap_content"
  99. android:layout_height="wrap_content"
  100. android:id="@+id/textView23"
  101. android:layout_marginTop="16dp"
  102. app:layout_constraintTop_toBottomOf="@+id/textView18"
  103. app:layout_constraintRight_toRightOf="parent" />
  104.  
  105. <TextView
  106. android:text="TextView"
  107. android:layout_width="wrap_content"
  108. android:layout_height="wrap_content"
  109. android:id="@+id/textView24"
  110. app:layout_constraintRight_toRightOf="parent"
  111. android:layout_marginTop="8dp"
  112. app:layout_constraintTop_toBottomOf="@+id/textView23" />
  113.  
  114. <TextView
  115. android:text="TextView"
  116. android:layout_width="wrap_content"
  117. android:layout_height="wrap_content"
  118. android:id="@+id/textView25"
  119. app:layout_constraintRight_toRightOf="parent"
  120. android:layout_marginTop="8dp"
  121. app:layout_constraintTop_toBottomOf="@+id/textView24" />
  122.  
  123. <TextView
  124. android:text="@string/mohamed_shokrey_psystems_co"
  125. android:layout_width="wrap_content"
  126. android:layout_height="wrap_content"
  127. android:id="@+id/textView26"
  128. app:layout_constraintRight_toRightOf="parent"
  129. app:layout_constraintTop_toBottomOf="@+id/textView25"
  130. android:layout_marginTop="8dp" />
  131.  
  132. <View
  133. android:layout_width="wrap_content"
  134. android:layout_height="5dp"
  135. android:background="@color/divider_bg"
  136. android:layout_marginTop="8dp"
  137. app:layout_constraintTop_toBottomOf="@+id/textView22"
  138. android:id="@+id/view3"
  139. app:layout_constraintLeft_toLeftOf="parent"
  140. app:layout_constraintRight_toRightOf="parent" />
  141.  
  142. <TextView
  143. android:text="@string/contact_information"
  144. android:layout_width="0dp"
  145. android:layout_height="wrap_content"
  146. android:id="@+id/textView27"
  147. app:layout_constraintTop_toBottomOf="@+id/view3"
  148. android:layout_marginTop="8dp"
  149. app:layout_constraintLeft_toLeftOf="@+id/view3"
  150. app:layout_constraintRight_toRightOf="parent"
  151. android:textSize="18sp"
  152. android:textStyle="normal|bold" />
  153.  
  154. <TextView
  155. android:text="Preferred Mobile No:"
  156. android:layout_width="0dp"
  157. android:layout_height="wrap_content"
  158. android:id="@+id/textView28"
  159. app:layout_constraintLeft_toLeftOf="parent"
  160. android:layout_marginTop="16dp"
  161. app:layout_constraintTop_toBottomOf="@+id/textView27" />
  162.  
  163. <TextView
  164. android:id="@+id/textView12"
  165. style="@style/Que_CountryCodeStyle"
  166. android:text="@string/_20"
  167. android:layout_height="wrap_content"
  168. android:layout_width="wrap_content"
  169. app:layout_constraintLeft_toLeftOf="parent"
  170. android:textAlignment="center"
  171. app:layout_constraintBaseline_toBaselineOf="@+id/et_phoneNumber" />
  172.  
  173. <EditText
  174. android:id="@+id/et_phoneNumber"
  175. style="@style/Que_NumberEdittextStyle"
  176. android:layout_toEndOf="@+id/textView12"
  177. android:layout_toRightOf="@+id/textView12"
  178. android:layout_width="0dp"
  179. app:layout_constraintRight_toRightOf="parent"
  180. app:layout_constraintTop_toBottomOf="@+id/textView28"
  181. android:layout_marginStart="16dp"
  182. app:layout_constraintLeft_toRightOf="@+id/textView12"
  183. android:layout_marginLeft="16dp"
  184. app:layout_constraintHorizontal_bias="1.0"
  185. android:layout_height="wrap_content" />
  186.  
  187. <TextView
  188. android:text="Email Address:"
  189. android:layout_width="0dp"
  190. android:layout_height="wrap_content"
  191. android:id="@+id/textView29"
  192. android:layout_marginTop="16dp"
  193. app:layout_constraintTop_toBottomOf="@+id/textView12"
  194. app:layout_constraintLeft_toLeftOf="parent"
  195. app:layout_constraintRight_toRightOf="parent"
  196. app:layout_constraintHorizontal_bias="1.0" />
  197.  
  198. <EditText
  199. android:id="@+id/et_emailAddress"
  200. style="@style/Que_NumberEdittextStyle"
  201. android:layout_toEndOf="@+id/textView12"
  202. android:layout_toRightOf="@+id/textView12"
  203. android:layout_height="30dp"
  204. app:layout_constraintTop_toBottomOf="@+id/textView29"
  205. android:layout_marginTop="8dp"
  206. android:layout_width="0dp"
  207. app:layout_constraintLeft_toLeftOf="parent"
  208. app:layout_constraintRight_toRightOf="parent" />
  209.  
  210. <View
  211. android:layout_width="wrap_content"
  212. android:layout_height="2dp"
  213. android:background="@color/divider_bg"
  214. android:layout_marginTop="8dp"
  215. app:layout_constraintTop_toBottomOf="@+id/et_emailAddress"
  216. android:id="@+id/view4"
  217. app:layout_constraintLeft_toLeftOf="parent"
  218. app:layout_constraintRight_toRightOf="parent" />
  219.  
  220. <TextView
  221. android:text="@string/step_1_details"
  222. android:layout_width="0dp"
  223. android:layout_height="114dp"
  224. android:id="@+id/textView30"
  225. app:layout_constraintLeft_toLeftOf="parent"
  226. app:layout_constraintTop_toTopOf="@+id/view4"
  227. app:layout_constraintRight_toRightOf="parent"
  228. app:layout_constraintHorizontal_bias="1.0"
  229. android:layout_marginTop="8dp" />
  230.  
  231. <Button
  232. android:text="Button"
  233. android:layout_width="0dp"
  234. android:layout_height="wrap_content"
  235. android:id="@+id/button5"
  236. app:layout_constraintLeft_toLeftOf="parent"
  237. android:layout_marginTop="16dp"
  238. app:layout_constraintTop_toBottomOf="@+id/textView30"
  239. app:layout_constraintRight_toRightOf="parent" />
  240. </android.support.constraint.ConstraintLayout>
  241.  
  242. </android.support.constraint.ConstraintLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement