Advertisement
Guest User

XX

a guest
Jan 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.16 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6.  
  7. tools:context=".View.DetailRequest"
  8. android:background="#c3c0c0">
  9. <ScrollView
  10. android:layout_width="match_parent"
  11. android:layout_height="match_parent">
  12.  
  13. <LinearLayout
  14. android:orientation="vertical"
  15. android:layout_width="match_parent"
  16. android:layout_height="match_parent">
  17.  
  18. <LinearLayout
  19. android:orientation="vertical"
  20. android:layout_width="match_parent"
  21. android:layout_height="wrap_content"
  22. android:background="#fff"
  23. android:padding="10dp">
  24.  
  25. <TextView
  26. android:layout_width="wrap_content"
  27. android:layout_height="wrap_content"
  28. android:textAppearance="?android:attr/textAppearanceMedium"
  29. android:text="DETAIL BOOKING"
  30. android:id="@+id/textView7"
  31. android:textStyle="bold"
  32. android:layout_marginBottom="5dp" />
  33.  
  34. <fragment
  35. android:layout_width="match_parent"
  36. android:layout_height="200dp"
  37. android:name="com.google.android.gms.maps.SupportMapFragment"
  38. android:id="@+id/mapDetail"
  39. android:layout_marginBottom="5dp" />
  40.  
  41. <TextView
  42. android:layout_width="wrap_content"
  43. android:layout_height="wrap_content"
  44. android:textAppearance="?android:attr/textAppearanceMedium"
  45. android:text="RUTE"
  46. android:id="@+id/textView8"
  47. android:textStyle="bold"
  48. android:layout_marginTop="5dp" />
  49.  
  50. <LinearLayout
  51. android:orientation="horizontal"
  52. android:layout_width="match_parent"
  53. android:layout_height="1dp"
  54. android:background="#000"
  55. android:layout_marginTop="5dp"></LinearLayout>
  56.  
  57. <TextView
  58. android:layout_width="match_parent"
  59. android:layout_height="wrap_content"
  60. android:textAppearance="?android:attr/textAppearanceSmall"
  61. android:text="From :"
  62. android:id="@+id/requestFrom"
  63. android:layout_marginBottom="5dp"
  64. android:layout_marginTop="10dp"
  65. android:padding="5dp" />
  66.  
  67. <TextView
  68. android:layout_width="match_parent"
  69. android:layout_height="wrap_content"
  70. android:textAppearance="?android:attr/textAppearanceSmall"
  71. android:text="Tujuan :"
  72. android:id="@+id/requestTo"
  73. android:layout_marginTop="10dp"
  74. android:layout_marginBottom="10dp"
  75. android:padding="5dp" />
  76.  
  77. </LinearLayout>
  78.  
  79. <LinearLayout
  80. android:orientation="vertical"
  81. android:layout_width="match_parent"
  82. android:layout_height="wrap_content"
  83. android:layout_marginTop="10dp"
  84. android:background="#fff"
  85. android:padding="10dp">
  86.  
  87. <TextView
  88. android:layout_width="wrap_content"
  89. android:layout_height="wrap_content"
  90. android:textAppearance="?android:attr/textAppearanceMedium"
  91. android:text="DETAIL"
  92. android:id="@+id/textView9"
  93. android:textStyle="bold"
  94. android:layout_marginTop="5dp" />
  95.  
  96. <LinearLayout
  97. android:orientation="horizontal"
  98. android:layout_width="match_parent"
  99. android:layout_height="1dp"
  100. android:background="#000" />
  101.  
  102. <TextView
  103. android:layout_width="match_parent"
  104. android:layout_height="wrap_content"
  105. android:textAppearance="?android:attr/textAppearanceSmall"
  106. android:text="Waktu :"
  107. android:id="@+id/requestWaktu"
  108. android:layout_marginTop="10dp"
  109. android:layout_marginBottom="10dp"
  110. android:padding="5dp" />
  111.  
  112. <TextView
  113. android:layout_width="match_parent"
  114. android:layout_height="wrap_content"
  115. android:textAppearance="?android:attr/textAppearanceSmall"
  116. android:text="Tarif :"
  117. android:id="@+id/requestTarif"
  118. android:layout_marginTop="10dp"
  119. android:layout_marginBottom="10dp"
  120. android:padding="5dp" />
  121.  
  122. </LinearLayout>
  123.  
  124. <LinearLayout
  125. android:orientation="vertical"
  126. android:layout_width="match_parent"
  127. android:layout_height="wrap_content"
  128. android:layout_marginTop="10dp"
  129. android:background="#fff"
  130. android:padding="10dp" >
  131.  
  132. <TextView
  133. android:layout_width="wrap_content"
  134. android:layout_height="wrap_content"
  135. android:textAppearance="?android:attr/textAppearanceMedium"
  136. android:text="PEMESAN"
  137. android:id="@+id/textView18"
  138. android:textStyle="bold"
  139. android:layout_marginTop="5dp" />
  140.  
  141. <LinearLayout
  142. android:orientation="horizontal"
  143. android:layout_width="match_parent"
  144. android:layout_height="1dp"
  145. android:background="#000"
  146. android:layout_marginTop="5dp" />
  147.  
  148. <TextView
  149. android:layout_width="match_parent"
  150. android:layout_height="wrap_content"
  151. android:textAppearance="?android:attr/textAppearanceSmall"
  152. android:text="Nama :"
  153. android:id="@+id/requestNama"
  154. android:layout_marginTop="10dp"
  155. android:layout_marginBottom="10dp"
  156. android:padding="5dp" />
  157.  
  158. <TextView
  159. android:layout_width="match_parent"
  160. android:layout_height="wrap_content"
  161. android:textAppearance="?android:attr/textAppearanceSmall"
  162. android:text="Email :"
  163. android:id="@+id/requestEmail"
  164. android:layout_marginTop="10dp"
  165. android:layout_marginBottom="10dp"
  166. android:padding="5dp" />
  167.  
  168. <TextView
  169. android:layout_width="wrap_content"
  170. android:layout_height="wrap_content"
  171. android:textAppearance="?android:attr/textAppearanceSmall"
  172. android:text="ID :"
  173. android:id="@+id/requestID"
  174. android:layout_marginTop="10dp"
  175. android:layout_marginBottom="10dp"
  176. android:padding="5dp" />
  177. </LinearLayout>
  178.  
  179. <Button
  180. style="?android:attr/buttonStyleSmall"
  181. android:layout_width="match_parent"
  182. android:layout_height="wrap_content"
  183. android:text="TAKE BOOKING"
  184. android:id="@+id/requestTakeBooking"
  185. android:layout_marginTop="20dp"
  186. android:background="#000"
  187. android:textColor="#fff"
  188. android:textStyle="bold" />
  189.  
  190. </LinearLayout>
  191. </ScrollView>
  192. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement