fragment_group_info_examination.xml 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:background="@color/white"
  6. android:orientation="vertical">
  7. <LinearLayout
  8. android:layout_width="match_parent"
  9. android:layout_height="wrap_content"
  10. android:layout_marginStart="@dimen/common_padding_huge"
  11. android:layout_marginTop="@dimen/common_padding_huge"
  12. android:layout_marginEnd="@dimen/common_padding_huge"
  13. android:orientation="vertical">
  14. <TextView
  15. android:layout_width="wrap_content"
  16. android:layout_height="wrap_content"
  17. android:text="@string/examination"
  18. android:textColor="@color/title_background_color"
  19. android:textSize="@dimen/text_size_medium"
  20. android:textStyle="bold" />
  21. <View
  22. android:layout_width="match_parent"
  23. android:layout_height="@dimen/line"
  24. android:layout_marginTop="@dimen/common_padding"
  25. android:layout_marginBottom="@dimen/common_padding"
  26. android:background="@color/line_color" />
  27. </LinearLayout>
  28. <LinearLayout
  29. android:layout_width="match_parent"
  30. android:layout_height="0dp"
  31. android:layout_marginStart="@dimen/common_padding_huge"
  32. android:layout_marginEnd="@dimen/common_padding_huge"
  33. android:layout_weight="1"
  34. android:orientation="vertical">
  35. <LinearLayout
  36. android:layout_width="match_parent"
  37. android:layout_height="wrap_content"
  38. android:layout_marginTop="@dimen/common_padding"
  39. android:orientation="vertical">
  40. <TextView
  41. android:layout_width="wrap_content"
  42. android:layout_height="wrap_content"
  43. android:layout_marginBottom="@dimen/common_padding"
  44. android:text="@string/go_abroad_examination_department"
  45. android:textSize="@dimen/text_size_medium" />
  46. <com.pan_american.android.util.ScrollEditText
  47. android:id="@+id/department_name"
  48. android:layout_width="match_parent"
  49. android:layout_height="70dp"
  50. android:background="@drawable/shape_large_edit_text_background"
  51. android:gravity="start" />
  52. </LinearLayout>
  53. <View
  54. android:layout_width="match_parent"
  55. android:layout_height="@dimen/line"
  56. android:layout_marginTop="@dimen/common_padding_huge"
  57. android:layout_marginBottom="@dimen/common_padding"
  58. android:background="@color/line_color" />
  59. <LinearLayout
  60. android:layout_width="match_parent"
  61. android:layout_height="wrap_content"
  62. android:layout_marginTop="@dimen/common_padding"
  63. android:orientation="horizontal">
  64. <TextView
  65. android:layout_width="wrap_content"
  66. android:layout_height="wrap_content"
  67. android:layout_gravity="center"
  68. android:text="@string/examination_code"
  69. android:textSize="@dimen/text_size_medium" />
  70. <EditText
  71. android:id="@+id/examination_code"
  72. android:layout_width="0dp"
  73. android:layout_height="wrap_content"
  74. android:layout_marginStart="@dimen/common_padding"
  75. android:layout_weight="1"
  76. android:background="@color/white"
  77. android:gravity="end"
  78. android:hint="@string/please_input"
  79. android:importantForAutofill="no"
  80. android:inputType="text"
  81. android:textColor="@color/text_color"
  82. android:textColorHint="@color/hint_text_color"
  83. android:textSize="@dimen/text_size_medium" />
  84. </LinearLayout>
  85. <View
  86. android:layout_width="match_parent"
  87. android:layout_height="@dimen/line"
  88. android:layout_marginTop="@dimen/common_padding_huge"
  89. android:layout_marginBottom="@dimen/common_padding"
  90. android:background="@color/line_color" />
  91. <LinearLayout
  92. android:layout_width="match_parent"
  93. android:layout_height="wrap_content"
  94. android:layout_marginTop="@dimen/common_padding"
  95. android:orientation="vertical">
  96. <TextView
  97. android:layout_width="wrap_content"
  98. android:layout_height="wrap_content"
  99. android:layout_marginBottom="@dimen/common_padding"
  100. android:text="@string/politics_examination_department"
  101. android:textSize="@dimen/text_size_medium" />
  102. <com.pan_american.android.util.ScrollEditText
  103. android:id="@+id/political_check_name"
  104. android:layout_width="match_parent"
  105. android:layout_height="70dp"
  106. android:background="@drawable/shape_large_edit_text_background"
  107. android:gravity="start" />
  108. </LinearLayout>
  109. <View
  110. android:layout_width="match_parent"
  111. android:layout_height="@dimen/line"
  112. android:layout_marginTop="@dimen/common_padding_huge"
  113. android:layout_marginBottom="@dimen/common_padding"
  114. android:background="@color/line_color" />
  115. <LinearLayout
  116. android:layout_width="match_parent"
  117. android:layout_height="wrap_content"
  118. android:layout_marginTop="@dimen/common_padding"
  119. android:orientation="horizontal">
  120. <TextView
  121. android:layout_width="wrap_content"
  122. android:layout_height="wrap_content"
  123. android:layout_gravity="center"
  124. android:text="@string/examination_code"
  125. android:textSize="@dimen/text_size_medium" />
  126. <EditText
  127. android:id="@+id/political_check_code"
  128. android:layout_width="0dp"
  129. android:layout_height="wrap_content"
  130. android:layout_marginStart="@dimen/common_padding"
  131. android:layout_weight="1"
  132. android:background="@color/white"
  133. android:gravity="end"
  134. android:hint="@string/please_input"
  135. android:importantForAutofill="no"
  136. android:inputType="text"
  137. android:textColor="@color/text_color"
  138. android:textColorHint="@color/hint_text_color"
  139. android:textSize="@dimen/text_size_medium" />
  140. </LinearLayout>
  141. <View
  142. android:layout_width="match_parent"
  143. android:layout_height="@dimen/line"
  144. android:layout_marginTop="@dimen/common_padding_huge"
  145. android:layout_marginBottom="@dimen/common_padding"
  146. android:background="@color/line_color" />
  147. <LinearLayout
  148. android:layout_width="match_parent"
  149. android:layout_height="@dimen/button_height"
  150. android:layout_marginTop="80dp"
  151. android:layout_marginBottom="50dp"
  152. android:background="@drawable/shape_corner_solid_blue"
  153. android:orientation="horizontal">
  154. <TextView
  155. android:id="@+id/commit"
  156. android:layout_width="match_parent"
  157. android:layout_height="match_parent"
  158. android:gravity="center"
  159. android:text="@string/add"
  160. android:textColor="@color/white"
  161. android:textSize="@dimen/text_size_large"
  162. android:textStyle="bold" />
  163. </LinearLayout>
  164. </LinearLayout>
  165. </LinearLayout>