Ola_Mundo

BoaSorteEditandoEsse(content_addtreepg7.xml)

Jun 20th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.19 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.  
  8. android:padding="10dp"
  9. android:fillViewport="false">
  10. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  11. xmlns:tools="http://schemas.android.com/tools"
  12. android:layout_width="match_parent"
  13. android:layout_height="match_parent"
  14. android:paddingLeft="@dimen/activity_horizontal_margin"
  15. android:paddingRight="@dimen/activity_horizontal_margin"
  16. android:paddingTop="@dimen/activity_vertical_margin"
  17. android:paddingBottom="@dimen/activity_vertical_margin"
  18. tools:context=".AddTreeActivity"
  19. android:orientation="vertical"
  20. android:weightSum="1">
  21.  
  22. <RelativeLayout
  23. android:layout_width="wrap_content" android:layout_height="wrap_content"
  24. android:layout_weight="10">
  25.  
  26. <TextView
  27. android:layout_width="wrap_content"
  28. android:layout_height="wrap_content"
  29. android:text="Comp. Copa(cm): "
  30.  
  31. android:textSize="25dp"
  32. android:id="@+id/lblTxtVar1"
  33. android:layout_alignParentTop="true"
  34. android:layout_toStartOf="@+id/lblVar1" />
  35. <TextView
  36. android:layout_width="wrap_content"
  37. android:layout_height="wrap_content"
  38. android:text="Var Comp. Copa"
  39. android:textSize="25dp"
  40. android:inputType="numberDecimal"
  41. android:id="@+id/lblVar1"
  42. android:layout_alignParentBottom="true"
  43. android:layout_alignParentEnd="true" />
  44. </RelativeLayout>
  45.  
  46.  
  47. <RelativeLayout
  48. android:layout_width="wrap_content"
  49. android:layout_height="wrap_content"
  50. >
  51.  
  52.  
  53.  
  54. <TextView
  55. android:layout_width="wrap_content"
  56. android:layout_height="wrap_content"
  57. android:text="DAP(m): "
  58. android:textSize="25dp"
  59. android:id="@+id/lblTxtVar2"
  60. />
  61. <TextView
  62. android:layout_width="wrap_content"
  63. android:layout_height="wrap_content"
  64. android:layout_toEndOf="@+id/lblTxtVar2"
  65. android:text="Var DAP"
  66. android:textSize="25dp"
  67. android:id="@+id/lblVar2"
  68. />
  69.  
  70. </RelativeLayout>
  71. <RelativeLayout
  72. android:layout_width="wrap_content"
  73. android:layout_height="wrap_content">
  74. <TextView
  75. android:layout_width="wrap_content"
  76. android:layout_height="wrap_content"
  77. android:text="Volume Copa: "
  78. android:textSize="25dp"
  79. android:id="@+id/lblTxtVar3"
  80. />
  81. <TextView
  82. android:layout_width="wrap_content"
  83. android:layout_height="wrap_content"
  84. android:text="Var Vol Copa"
  85. android:textSize="25dp"
  86. android:id="@+id/lblVar3"
  87. android:layout_toEndOf="@id/lblTxtVar3"
  88. />
  89.  
  90. </RelativeLayout>
  91. <RelativeLayout
  92. android:layout_width="wrap_content"
  93. android:layout_height="wrap_content">
  94. <TextView
  95. android:layout_width="wrap_content"
  96. android:layout_height="wrap_content"
  97. android:textSize="25dp"
  98. android:text="Área Copa(m²): "
  99. android:id="@+id/lblTxtVar4"
  100. />
  101. <TextView
  102. android:layout_width="wrap_content"
  103. android:layout_height="wrap_content"
  104. android:layout_toEndOf="@id/lblTxtVar4"
  105. android:text="Var ACopa"
  106. android:textSize="25dp"
  107. android:id="@+id/lblVar4"
  108. />
  109.  
  110. </RelativeLayout>
  111. <RelativeLayout
  112. android:layout_width="wrap_content"
  113. android:layout_height="wrap_content">
  114.  
  115. <TextView
  116. android:layout_width="wrap_content"
  117. android:layout_height="wrap_content"
  118. android:text="Diametro Base: "
  119. android:textSize="25dp"
  120. android:id="@+id/lblTxtVar5"
  121. />
  122. <TextView
  123. android:layout_width="wrap_content"
  124. android:layout_height="wrap_content"
  125. android:text="VarDiaBase"
  126. android:textSize="25dp"
  127. android:id="@+id/lblVar5"
  128. android:layout_toEndOf="@id/lblTxtVar5"
  129. />
  130.  
  131. </RelativeLayout>
  132. <RelativeLayout
  133. android:layout_width="wrap_content"
  134. android:layout_height="wrap_content">
  135.  
  136. <TextView
  137. android:layout_width="wrap_content"
  138. android:layout_height="wrap_content"
  139. android:text="IRQ: "
  140. android:textSize="25dp"
  141. android:id="@+id/lblTxtVar6"
  142. />
  143. <TextView
  144. android:layout_width="wrap_content"
  145. android:layout_height="wrap_content"
  146. android:layout_toEndOf="@id/lblTxtVar6"
  147. android:text="VarIRQ"
  148. android:textSize="25dp"
  149. android:id="@+id/lblVar6"
  150. />
  151. </RelativeLayout>
  152. <RelativeLayout
  153. android:layout_width="wrap_content"
  154. android:layout_height="wrap_content">
  155. <TextView
  156. android:layout_width="wrap_content"
  157. android:layout_height="wrap_content"
  158. android:text="Hora Cadastro: "
  159. android:textSize="25dp"
  160. android:id="@+id/lblTxtVar7"/>
  161. <TextView
  162. android:layout_width="wrap_content"
  163. android:layout_height="wrap_content"
  164. android:textSize="25dp"
  165. android:text="Hora Cadastro"
  166. android:layout_toEndOf="@id/lblTxtVar7"
  167. android:id="@+id/lblVar7"/>
  168.  
  169. </RelativeLayout>
  170.  
  171. </LinearLayout>
  172. </ScrollView>
Add Comment
Please, Sign In to add comment