Advertisement
Ola_Mundo

content_addtreepg3.xml

Jun 20th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.64 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="fill_parent"
  5. android:layout_height="wrap_content"
  6. android:orientation="vertical"
  7. android:padding="10dp"
  8. android:fillViewport="false">
  9. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  10. xmlns:tools="http://schemas.android.com/tools"
  11. android:layout_width="match_parent"
  12. android:layout_height="match_parent"
  13. android:paddingLeft="@dimen/activity_horizontal_margin"
  14. android:paddingRight="@dimen/activity_horizontal_margin"
  15. android:paddingTop="@dimen/activity_vertical_margin"
  16. android:paddingBottom="@dimen/activity_vertical_margin"
  17. tools:context=".AddTreeActivity"
  18. android:orientation="vertical"
  19. android:weightSum="1">
  20. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  21. android:layout_width="match_parent" android:layout_height="match_parent">
  22.  
  23. <TextView
  24. android:layout_width="wrap_content"
  25. android:layout_height="wrap_content"
  26. android:text="Fiação Primária"
  27. android:textSize="20dp"
  28. android:id="@+id/lblTxtCb1"/>
  29.  
  30.  
  31. <CheckBox
  32. android:layout_width="wrap_content"
  33. android:layout_height="wrap_content"
  34. android:text="Sim"
  35. android:id="@+id/cb1s"
  36. android:layout_below="@+id/lblTxtCb1"
  37. android:layout_alignParentStart="true" />
  38. <CheckBox
  39. android:layout_width="wrap_content"
  40. android:layout_height="wrap_content"
  41. android:text="Não"
  42. android:id="@+id/cb1n"
  43. android:layout_below="@+id/cb1s"
  44. android:layout_alignParentStart="true" />
  45. <CheckBox
  46. android:layout_width="wrap_content"
  47. android:layout_height="wrap_content"
  48. android:text="Talvez"
  49. android:id="@+id/cb1t"
  50. android:layout_below="@+id/cb1n"
  51. android:layout_alignParentStart="true" />
  52. </RelativeLayout>
  53. <RelativeLayout
  54. android:layout_width="wrap_content"
  55. android:layout_height="wrap_content">
  56. <TextView
  57. android:layout_width="wrap_content"
  58. android:layout_height="wrap_content"
  59. android:text="Fiação Secundária"
  60. android:textSize="20dp"
  61. android:id="@+id/lblTxtCb2"/>
  62. <CheckBox
  63. android:layout_width="wrap_content"
  64. android:layout_height="wrap_content"
  65. android:text="Sim"
  66. android:id="@+id/cb2s"
  67. android:layout_below="@id/lblTxtCb2"/>
  68. <CheckBox
  69. android:layout_width="wrap_content"
  70. android:layout_height="wrap_content"
  71. android:layout_below="@id/cb2s"
  72. android:text="Não"
  73. android:id="@+id/cb2n"
  74. />
  75. <CheckBox
  76. android:layout_width="wrap_content"
  77. android:layout_height="wrap_content"
  78. android:layout_below="@id/cb2n"
  79. android:id="@+id/cb2t"
  80. android:text="Talvez"
  81. />
  82.  
  83.  
  84.  
  85.  
  86. </RelativeLayout>
  87. <RelativeLayout
  88. android:layout_width="wrap_content"
  89. android:layout_height="wrap_content">
  90. <TextView
  91. android:layout_width="wrap_content"
  92. android:layout_height="wrap_content"
  93. android:text="Fiação Derivação"
  94. android:textSize="20dp"
  95. android:id="@+id/lblTxtCb3"/>
  96. <CheckBox
  97. android:layout_width="wrap_content"
  98. android:layout_height="wrap_content"
  99. android:layout_below="@id/lblTxtCb3"
  100. android:id="@+id/cb3s"
  101. android:text="Sim"/>
  102. <CheckBox
  103. android:layout_width="wrap_content"
  104. android:layout_height="wrap_content"
  105. android:layout_below="@id/cb3s"
  106. android:id="@+id/cb3n"
  107. android:text="Não"/>
  108. <CheckBox
  109. android:layout_width="wrap_content"
  110. android:layout_height="wrap_content"
  111. android:id="@+id/cb3t"
  112. android:layout_below="@id/cb3n"
  113. android:text="Talvez"/>
  114. </RelativeLayout>
  115. <RelativeLayout
  116. android:layout_width="wrap_content"
  117. android:layout_height="wrap_content">
  118. <TextView
  119. android:layout_width="wrap_content"
  120. android:layout_height="wrap_content"
  121. android:text="Rede Compacta"
  122. android:textSize="20dp"
  123. android:id="@+id/lblTxtCb4"/>
  124. <CheckBox
  125. android:layout_width="wrap_content"
  126. android:layout_height="wrap_content"
  127. android:layout_below="@id/lblTxtCb4"
  128. android:id="@+id/cb4s"
  129. android:text="Sim"/>
  130. <CheckBox
  131. android:layout_width="wrap_content"
  132. android:layout_height="wrap_content"
  133. android:layout_below="@id/cb4s"
  134. android:id="@+id/cb4n"
  135. android:text="Não"/>
  136. <CheckBox
  137. android:layout_width="wrap_content"
  138. android:layout_height="wrap_content"
  139. android:id="@+id/cb4t"
  140. android:layout_below="@id/cb4n"
  141. android:text="Talvez"/>
  142. </RelativeLayout>
  143. <RelativeLayout
  144. android:layout_width="wrap_content"
  145. android:layout_height="wrap_content">
  146. <TextView
  147. android:layout_width="wrap_content"
  148. android:layout_height="wrap_content"
  149. android:text="Outro Conflito"
  150. android:textSize="20dp"
  151. android:id="@+id/lblTxtCb5"/>
  152. <CheckBox
  153. android:layout_width="wrap_content"
  154. android:layout_height="wrap_content"
  155. android:layout_below="@id/lblTxtCb5"
  156. android:id="@+id/cb5s"
  157. android:text="Sim"/>
  158. <CheckBox
  159. android:layout_width="wrap_content"
  160. android:layout_height="wrap_content"
  161. android:layout_below="@id/cb5s"
  162. android:id="@+id/cb5n"
  163. android:text="Não"/>
  164. <CheckBox
  165. android:layout_width="wrap_content"
  166. android:layout_height="wrap_content"
  167. android:id="@+id/cb5t"
  168. android:layout_below="@id/cb5n"
  169. android:text="Talvez"/>
  170. </RelativeLayout>
  171. <RelativeLayout
  172. android:layout_width="wrap_content"
  173. android:layout_height="wrap_content">
  174. <TextView
  175. android:layout_width="wrap_content"
  176. android:layout_height="wrap_content"
  177. android:text="Outra Planta"
  178. android:textSize="20dp"
  179. android:id="@+id/lblTxtCb6"/>
  180. <CheckBox
  181. android:layout_width="wrap_content"
  182. android:layout_height="wrap_content"
  183. android:layout_below="@id/lblTxtCb6"
  184. android:id="@+id/cb6s"
  185. android:text="Sim"/>
  186. <CheckBox
  187. android:layout_width="wrap_content"
  188. android:layout_height="wrap_content"
  189. android:layout_below="@id/cb6s"
  190. android:id="@+id/cb6n"
  191. android:text="Não"/>
  192. <CheckBox
  193. android:layout_width="wrap_content"
  194. android:layout_height="wrap_content"
  195. android:id="@+id/cb6t"
  196. android:layout_below="@id/cb6n"
  197. android:text="Talvez"/>
  198. </RelativeLayout>
  199. <RelativeLayout
  200. android:layout_width="wrap_content"
  201. android:layout_height="wrap_content">
  202. <TextView
  203. android:layout_width="wrap_content"
  204. android:layout_height="wrap_content"
  205. android:text="Colo Soterrado"
  206. android:textSize="20dp"
  207. android:id="@+id/lblTxtCb7"/>
  208. <CheckBox
  209. android:layout_width="wrap_content"
  210. android:layout_height="wrap_content"
  211. android:layout_below="@id/lblTxtCb7"
  212. android:id="@+id/cb7s"
  213. android:text="Sim"/>
  214. <CheckBox
  215. android:layout_width="wrap_content"
  216. android:layout_height="wrap_content"
  217. android:layout_below="@id/cb7s"
  218. android:id="@+id/cb7n"
  219. android:text="Não"/>
  220. <CheckBox
  221. android:layout_width="wrap_content"
  222. android:layout_height="wrap_content"
  223. android:id="@+id/cb7t"
  224. android:layout_below="@id/cb7n"
  225. android:text="Talvez"/>
  226. </RelativeLayout>
  227. <RelativeLayout
  228. android:layout_width="wrap_content"
  229. android:layout_height="wrap_content">
  230. <TextView
  231. android:layout_width="wrap_content"
  232. android:layout_height="wrap_content"
  233. android:text="Corpo Fruti Base"
  234. android:textSize="20dp"
  235. android:id="@+id/lblTxtCb8"/>
  236. <CheckBox
  237. android:layout_width="wrap_content"
  238. android:layout_height="wrap_content"
  239. android:layout_below="@id/lblTxtCb8"
  240. android:id="@+id/cb8s"
  241. android:text="Sim"/>
  242. <CheckBox
  243. android:layout_width="wrap_content"
  244. android:layout_height="wrap_content"
  245. android:layout_below="@id/cb8s"
  246. android:id="@+id/cb8n"
  247. android:text="Não"/>
  248. <CheckBox
  249. android:layout_width="wrap_content"
  250. android:layout_height="wrap_content"
  251. android:id="@+id/cb8t"
  252. android:layout_below="@id/cb8n"
  253. android:text="Talvez"/>
  254. </RelativeLayout>
  255. <RelativeLayout
  256. android:layout_width="wrap_content"
  257. android:layout_height="wrap_content">
  258. <TextView
  259. android:layout_width="wrap_content"
  260. android:layout_height="wrap_content"
  261. android:text="Corpo Fruti 1a Ram"
  262. android:textSize="20dp"
  263. android:id="@+id/lblTxtCb9"/>
  264. <CheckBox
  265. android:layout_width="wrap_content"
  266. android:layout_height="wrap_content"
  267. android:layout_below="@id/lblTxtCb9"
  268. android:id="@+id/cb9s"
  269. android:text="Sim"/>
  270. <CheckBox
  271. android:layout_width="wrap_content"
  272. android:layout_height="wrap_content"
  273. android:layout_below="@id/cb9s"
  274. android:id="@+id/cb9n"
  275. android:text="Não"/>
  276. <CheckBox
  277. android:layout_width="wrap_content"
  278. android:layout_height="wrap_content"
  279. android:id="@+id/cb9t"
  280. android:layout_below="@id/cb9n"
  281. android:text="Talvez"/>
  282. </RelativeLayout>
  283. <RelativeLayout
  284. android:layout_width="wrap_content"
  285. android:layout_height="wrap_content">
  286. <TextView
  287. android:layout_width="wrap_content"
  288. android:layout_height="wrap_content"
  289. android:text="Anelamento"
  290. android:textSize="20dp"
  291. android:id="@+id/lblTxtCb10"/>
  292. <CheckBox
  293. android:layout_width="wrap_content"
  294. android:layout_height="wrap_content"
  295. android:layout_below="@id/lblTxtCb10"
  296. android:id="@+id/cb10s"
  297. android:text="Sim"/>
  298. <CheckBox
  299. android:layout_width="wrap_content"
  300. android:layout_height="wrap_content"
  301. android:layout_below="@id/cb10s"
  302. android:id="@+id/cb10n"
  303. android:text="Não"/>
  304.  
  305. </RelativeLayout>
  306.  
  307. <CheckBox
  308. android:layout_width="wrap_content"
  309. android:layout_height="wrap_content"
  310. android:id="@+id/cb10t"
  311. android:layout_below="@id/cb10n"
  312. android:text="Talvez"/>
  313.  
  314. <CheckBox
  315. android:layout_width="wrap_content"
  316. android:layout_height="wrap_content"
  317. android:layout_below="@id/cb10n"
  318. android:id="@+id/space2"
  319. />
  320.  
  321. </LinearLayout>
  322. </ScrollView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement