Advertisement
Ola_Mundo

new7

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