Ola_Mundo

content_addtreepg4.xml

Jun 26th, 2016
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.78 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="fill_parent"
  4. android:layout_height="wrap_content"
  5. android:orientation="vertical"
  6. android:padding="10dp"
  7. android:fillViewport="false">
  8.  
  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. android:scrollbars="vertical"
  21. android:id="@+id/content_addtreepg4"
  22. >
  23. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  24. android:layout_height="wrap_content"
  25. android:layout_width="fill_parent">
  26. <TextView
  27. android:layout_width="wrap_content"
  28. android:layout_height="wrap_content"
  29. android:id="@+id/lblTxtRb1"
  30. android:text="Condições Gerais"
  31. android:textSize="25dp"
  32.  
  33. />
  34.  
  35. <RatingBar
  36. android:layout_width="wrap_content"
  37. android:layout_height="wrap_content"
  38. android:id="@+id/rb1"
  39. android:numStars="4"
  40. android:layout_below="@+id/lblTxtRb1"
  41. android:layout_alignParentStart="true" />
  42.  
  43.  
  44. </RelativeLayout>
  45.  
  46. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  47. android:layout_height="wrap_content"
  48. android:layout_width="fill_parent">
  49. <TextView
  50. android:layout_width="wrap_content"
  51. android:layout_height="wrap_content"
  52. android:id="@+id/lblTxtRb2"
  53. android:text="Adequação de Canteiros"
  54. android:textSize="25dp"
  55. />
  56. <RatingBar
  57. android:layout_width="wrap_content"
  58. android:layout_height="wrap_content"
  59. android:id="@+id/rb2"
  60. android:layout_below="@+id/lblTxtRb2"
  61. android:numStars="3"
  62. android:layout_alignParentStart="true"
  63. />
  64. </RelativeLayout>
  65. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  66. android:layout_height="wrap_content"
  67. android:layout_width="fill_parent"
  68. android:layout_weight="0.1">
  69. <TextView
  70. android:layout_width="wrap_content"
  71. android:layout_height="wrap_content"
  72. android:id="@+id/lblTxtRb3"
  73. android:text="Qtd Poda"
  74. android:textSize="25dp"
  75. />
  76. <RatingBar
  77. android:layout_width="wrap_content"
  78. android:layout_height="wrap_content"
  79. android:id="@+id/rb3"
  80. android:layout_below="@+id/lblTxtRb3"
  81. android:numStars="3"
  82. android:layout_alignParentStart="true"
  83. />
  84. </RelativeLayout>
  85. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  86. android:layout_height="wrap_content"
  87. android:layout_width="fill_parent"
  88. android:layout_weight="0.1"
  89. android:layout_alignParentStart="true">
  90. <TextView
  91. android:layout_width="wrap_content"
  92. android:layout_height="wrap_content"
  93. android:id="@+id/lblTxtRb4"
  94. android:text="Cupim"
  95. android:textSize="25dp"
  96. />
  97. <RatingBar
  98. android:layout_width="wrap_content"
  99. android:layout_height="wrap_content"
  100. android:id="@+id/rb4"
  101. android:layout_below="@+id/lblTxtRb4"
  102. android:numStars="3"
  103. android:layout_alignParentStart="true"
  104. />
  105. </RelativeLayout>
  106. <RelativeLayout
  107. android:layout_width="wrap_content"
  108. android:layout_height="wrap_content">
  109. <TextView
  110. android:layout_width="wrap_content"
  111. android:layout_height="wrap_content"
  112. android:id="@+id/lblTxtRb5"
  113. android:text="Formiga Carpinteira"
  114. android:textSize="25dp"/>
  115.  
  116. <RatingBar
  117. android:layout_width="wrap_content"
  118. android:layout_height="wrap_content"
  119. android:id="@+id/rb5"
  120. android:numStars="3"
  121.  
  122. android:layout_alignParentStart="true"
  123. android:layout_below="@id/lblTxtRb5"
  124. />
  125. </RelativeLayout>
  126. <RelativeLayout
  127. android:layout_width="wrap_content"
  128. android:layout_height="wrap_content"
  129. >
  130. <TextView
  131. android:layout_width="wrap_content"
  132. android:layout_height="wrap_content"
  133. android:id="@+id/lblTxtRb6"
  134. android:text="Podridão Negra"
  135. android:textSize="25dp"
  136. android:scrollbars="vertical"
  137. />
  138. <RatingBar
  139. android:layout_width="wrap_content"
  140. android:layout_height="wrap_content"
  141. android:layout_below="@id/lblTxtRb6"
  142. android:numStars="3"
  143. android:id="@+id/rb6"
  144. />
  145.  
  146.  
  147. </RelativeLayout>
  148. <RelativeLayout
  149. android:layout_width="wrap_content"
  150. android:layout_height="wrap_content">
  151. <TextView
  152. android:layout_width="wrap_content"
  153. android:layout_height="wrap_content"
  154. android:id="@+id/lblTxTRb7"
  155. android:text="Podridão Branca"
  156. android:textSize="25dp"
  157. android:scrollbars="vertical"
  158. />
  159. <RatingBar
  160. android:layout_width="wrap_content"
  161. android:layout_height="wrap_content"
  162. android:id="@+id/rb7"
  163. android:numStars="3"
  164. android:layout_below="@id/lblTxTRb7"
  165.  
  166. />
  167.  
  168.  
  169. </RelativeLayout>
  170. <RelativeLayout
  171. android:layout_width="wrap_content"
  172. android:layout_height="wrap_content">
  173. <TextView
  174. android:layout_width="wrap_content"
  175. android:layout_height="wrap_content"
  176. android:id="@+id/lblTxtRb8"
  177. android:text="Base Oca"
  178. android:textSize="25dp"
  179. />
  180. <RatingBar
  181. android:layout_width="wrap_content"
  182. android:layout_height="wrap_content"
  183. android:id="@+id/rb8"
  184. android:numStars="4"
  185. android:layout_below="@id/lblTxtRb8"
  186.  
  187. />
  188.  
  189. </RelativeLayout>
  190. <RelativeLayout
  191. android:layout_width="wrap_content"
  192. android:layout_height="wrap_content">
  193. <TextView
  194. android:layout_width="wrap_content"
  195. android:layout_height="wrap_content"
  196. android:id="@+id/lblTxtRb9"
  197. android:text="Base Seca"
  198. android:textSize="25dp"
  199. />
  200. <RatingBar
  201. android:layout_width="wrap_content"
  202. android:layout_height="wrap_content"
  203. android:id="@+id/rb9"
  204. android:numStars="4"
  205. android:layout_below="@id/lblTxtRb9"
  206. />
  207.  
  208. </RelativeLayout>
  209. <RelativeLayout
  210. android:layout_width="wrap_content"
  211. android:layout_height="wrap_content">
  212. <TextView
  213. android:layout_width="wrap_content"
  214. android:layout_height="wrap_content"
  215. android:id="@+id/lblTxtRb10"
  216. android:text="Injurias Raizes"
  217. android:textSize="25dp"
  218. />
  219. <RatingBar
  220. android:layout_width="wrap_content"
  221. android:layout_height="wrap_content"
  222. android:id="@+id/rb10"
  223. android:numStars="5"
  224. android:layout_below="@id/lblTxtRb10"
  225. />
  226.  
  227. </RelativeLayout>
  228. <RelativeLayout
  229. android:layout_width="wrap_content"
  230. android:layout_height="wrap_content">
  231. <TextView
  232. android:layout_width="wrap_content"
  233. android:layout_height="wrap_content"
  234. android:id="@+id/lblTxtRb11"
  235. android:text="Ângulo de Inclinação"
  236. android:textSize="25dp"
  237.  
  238. />
  239. <RatingBar
  240. android:layout_width="wrap_content"
  241. android:layout_height="wrap_content"
  242. android:layout_below="@id/lblTxtRb11"
  243. android:id="@+id/rb11"
  244. android:numStars="6"
  245. />
  246.  
  247.  
  248. </RelativeLayout>
  249. <RelativeLayout
  250. android:layout_width="wrap_content"
  251. android:layout_height="wrap_content">
  252. <TextView
  253. android:layout_width="wrap_content"
  254. android:layout_height="wrap_content"
  255. android:id="@+id/lblTxtRb12"
  256. android:text="Raiz Erguendo Calçada"
  257. android:textSize="25dp"
  258. />
  259. <RatingBar
  260. android:layout_width="wrap_content"
  261. android:layout_height="wrap_content"
  262. android:numStars="6"
  263. android:layout_below="@id/lblTxtRb12"
  264. android:id="@+id/rb12"
  265. />
  266.  
  267. </RelativeLayout>
  268. <RelativeLayout
  269. android:layout_width="wrap_content"
  270. android:layout_height="wrap_content">
  271. <TextView
  272. android:layout_width="wrap_content"
  273. android:layout_height="wrap_content"
  274. android:id="@+id/lblTxtRb13"
  275. android:text="Gravidade Alvo"
  276. android:textSize="25dp"
  277. />
  278. <RatingBar
  279. android:layout_width="wrap_content"
  280. android:layout_height="wrap_content"
  281. android:numStars="5"
  282. android:id="@+id/rb13"
  283. android:layout_below="@id/lblTxtRb13"
  284. />
  285.  
  286. </RelativeLayout>
  287. </LinearLayout>
  288. </ScrollView>
Add Comment
Please, Sign In to add comment