Ola_Mundo

content_addtreepg4.xml

Jun 30th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.37 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. android:orientation="vertical" android:layout_width="fill_parent"
  11. android:layout_height="match_parent"
  12. android:weightSum="1">
  13.  
  14. <TextView
  15. android:layout_width="wrap_content"
  16. android:layout_height="wrap_content"
  17. android:textAppearance="?android:attr/textAppearanceMedium"
  18. android:text="Condições Gerais:"
  19. android:id="@+id/lblCG" />
  20.  
  21. <RatingBar
  22. android:layout_width="wrap_content"
  23. android:layout_height="wrap_content"
  24. android:id="@+id/ratingBar"
  25. android:numStars="4" />
  26.  
  27. <TextView
  28. android:layout_width="wrap_content"
  29. android:layout_height="wrap_content"
  30. android:textAppearance="?android:attr/textAppearanceMedium"
  31. android:text="Adequação do Canteiro:"
  32. android:id="@+id/lblAC"
  33. android:layout_marginTop="10dp" />
  34.  
  35. <RatingBar
  36. android:layout_width="wrap_content"
  37. android:layout_height="wrap_content"
  38. android:id="@+id/ratingBar2"
  39. android:numStars="3" />
  40.  
  41. <TextView
  42. android:layout_width="wrap_content"
  43. android:layout_height="wrap_content"
  44. android:textAppearance="?android:attr/textAppearanceMedium"
  45. android:text="Quantidade Poda:"
  46. android:id="@+id/lblQP"
  47. android:layout_marginTop="10dp" />
  48.  
  49. <RatingBar
  50. android:layout_width="wrap_content"
  51. android:layout_height="wrap_content"
  52. android:id="@+id/ratingBar3"
  53. android:numStars="3" />
  54.  
  55. <TextView
  56. android:layout_width="wrap_content"
  57. android:layout_height="wrap_content"
  58. android:textAppearance="?android:attr/textAppearanceMedium"
  59. android:text="Cupim:"
  60. android:id="@+id/lblC"
  61. android:layout_marginTop="10dp" />
  62.  
  63. <RatingBar
  64. android:layout_width="wrap_content"
  65. android:layout_height="wrap_content"
  66. android:id="@+id/ratingBar4"
  67. android:numStars="3" />
  68.  
  69. <TextView
  70. android:layout_width="wrap_content"
  71. android:layout_height="wrap_content"
  72. android:textAppearance="?android:attr/textAppearanceMedium"
  73. android:text="Formiga Carpinteira:"
  74. android:id="@+id/lblFC"
  75. android:layout_marginTop="10dp" />
  76.  
  77. <RatingBar
  78. android:layout_width="wrap_content"
  79. android:layout_height="wrap_content"
  80. android:id="@+id/ratingBar5"
  81. android:numStars="3" />
  82.  
  83. <TextView
  84. android:layout_width="wrap_content"
  85. android:layout_height="wrap_content"
  86. android:textAppearance="?android:attr/textAppearanceMedium"
  87. android:text="Podridão Negra:"
  88. android:id="@+id/lblPN"
  89. android:layout_marginTop="10dp" />
  90.  
  91. <RatingBar
  92. android:layout_width="wrap_content"
  93. android:layout_height="wrap_content"
  94. android:id="@+id/ratingBar6"
  95. android:numStars="3" />
  96.  
  97. <TextView
  98. android:layout_width="wrap_content"
  99. android:layout_height="wrap_content"
  100. android:textAppearance="?android:attr/textAppearanceMedium"
  101. android:text="Podridão Branca:"
  102. android:id="@+id/lblPB"
  103. android:layout_marginTop="10dp" />
  104.  
  105. <RatingBar
  106. android:layout_width="wrap_content"
  107. android:layout_height="wrap_content"
  108. android:id="@+id/ratingBar7"
  109. android:numStars="3" />
  110.  
  111. <TextView
  112. android:layout_width="wrap_content"
  113. android:layout_height="wrap_content"
  114. android:textAppearance="?android:attr/textAppearanceMedium"
  115. android:text="Base Oca:"
  116. android:id="@+id/lblBO"
  117. android:layout_marginTop="10dp" />
  118.  
  119. <RatingBar
  120. android:layout_width="wrap_content"
  121. android:layout_height="wrap_content"
  122. android:id="@+id/ratingBar8"
  123. android:numStars="4" />
  124.  
  125. <TextView
  126. android:layout_width="wrap_content"
  127. android:layout_height="wrap_content"
  128. android:textAppearance="?android:attr/textAppearanceMedium"
  129. android:text="Base Seca:"
  130. android:id="@+id/lblBS"
  131. android:layout_marginTop="10dp" />
  132.  
  133. <RatingBar
  134. android:layout_width="wrap_content"
  135. android:layout_height="wrap_content"
  136. android:id="@+id/ratingBar9"
  137. android:numStars="4" />
  138.  
  139. <TextView
  140. android:layout_width="wrap_content"
  141. android:layout_height="wrap_content"
  142. android:textAppearance="?android:attr/textAppearanceMedium"
  143. android:text="Injurias Raizes:"
  144. android:id="@+id/lblIR"
  145. android:layout_marginTop="10dp" />
  146.  
  147. <RatingBar
  148. android:layout_width="wrap_content"
  149. android:layout_height="wrap_content"
  150. android:id="@+id/ratingBar10"
  151. android:numStars="5" />
  152.  
  153. <TextView
  154. android:layout_width="wrap_content"
  155. android:layout_height="wrap_content"
  156. android:textAppearance="?android:attr/textAppearanceMedium"
  157. android:text="Ângulo Enclinação:"
  158. android:id="@+id/lblAE"
  159. android:layout_marginTop="10dp" />
  160.  
  161. <RatingBar
  162. android:layout_width="wrap_content"
  163. android:layout_height="wrap_content"
  164. android:id="@+id/ratingBar11"
  165. android:numStars="6" />
  166.  
  167. <TextView
  168. android:layout_width="wrap_content"
  169. android:layout_height="wrap_content"
  170. android:textAppearance="?android:attr/textAppearanceMedium"
  171. android:text="Raiz Erguendo Calçada:"
  172. android:id="@+id/lblREC"
  173. android:layout_marginTop="10dp" />
  174.  
  175. <RatingBar
  176. android:layout_width="wrap_content"
  177. android:layout_height="wrap_content"
  178. android:id="@+id/ratingBar12"
  179. android:numStars="6" />
  180.  
  181. <TextView
  182. android:layout_width="wrap_content"
  183. android:layout_height="wrap_content"
  184. android:textAppearance="?android:attr/textAppearanceMedium"
  185. android:text="Gravidade Alvo:"
  186. android:id="@+id/lblGA"
  187. android:layout_marginTop="10dp" />
  188.  
  189. <RatingBar
  190. android:layout_width="wrap_content"
  191. android:layout_height="wrap_content"
  192. android:id="@+id/ratingBar13"
  193. android:numStars="5" />
  194.  
  195. <Space
  196. android:layout_width="match_parent"
  197. android:layout_height="wrap_content"
  198. android:layout_gravity="center_horizontal"
  199. android:layout_marginTop="45dp" />
  200.  
  201. </LinearLayout>
  202. </ScrollView>
Add Comment
Please, Sign In to add comment