Advertisement
Guest User

Untitled

a guest
Nov 11th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.57 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:orientation="horizontal"
  5. android:background="#EEEEEE"
  6. android:layout_width="match_parent"
  7. android:layout_height="match_parent"
  8. >
  9. <LinearLayout
  10. xmlns:android="http://schemas.android.com/apk/res/android"
  11. android:orientation="horizontal"
  12. android:background="#EEEEEE"
  13. android:layout_width="match_parent"
  14. android:layout_height="match_parent">
  15.  
  16.  
  17. <LinearLayout
  18. android:layout_weight="2"
  19. android:orientation="vertical"
  20. android:layout_width="match_parent"
  21. android:layout_height="match_parent">
  22.  
  23. <LinearLayout
  24. android:background="@color/colorWhite"
  25. android:layout_margin="6dp"
  26. android:layout_weight="1"
  27. android:layout_width="match_parent"
  28. android:layout_height="match_parent">
  29. <TextView
  30. android:text="Struktur biaya"
  31. android:layout_width="match_parent"
  32. android:layout_height="wrap_content" />
  33. </LinearLayout>
  34.  
  35.  
  36. <LinearLayout
  37. android:background="@color/colorWhite"
  38. android:layout_margin="6dp"
  39. android:layout_weight="1"
  40. android:layout_width="match_parent"
  41. android:layout_height="match_parent">
  42. <TextView
  43. android:text="Aliran pendapatan"
  44. android:layout_width="match_parent"
  45. android:layout_height="wrap_content" />
  46.  
  47. </LinearLayout>
  48.  
  49.  
  50. </LinearLayout>
  51.  
  52. <LinearLayout
  53. android:layout_weight="1"
  54. android:orientation="vertical"
  55. android:layout_width="match_parent"
  56. android:layout_height="match_parent">
  57.  
  58. <LinearLayout
  59. android:layout_weight="1"
  60. android:background="@color/colorWhite"
  61. android:layout_margin="6dp"
  62. android:layout_width="match_parent"
  63. android:layout_height="match_parent">
  64.  
  65.  
  66. <TextView
  67. android:text="mitra utama"
  68. android:layout_width="match_parent"
  69. android:layout_height="wrap_content" />
  70. </LinearLayout>
  71.  
  72. <LinearLayout
  73. android:layout_weight="1"
  74. android:layout_width="match_parent"
  75. android:layout_height="match_parent">
  76.  
  77. <LinearLayout
  78.  
  79. android:background="@color/colorWhite"
  80. android:layout_margin="6dp"
  81. android:layout_weight="1"
  82. android:layout_width="match_parent"
  83. android:layout_height="match_parent">
  84.  
  85. <TextView
  86. android:text="Sumber daya utama"
  87. android:layout_width="wrap_content"
  88. android:layout_height="wrap_content" />
  89. </LinearLayout>
  90.  
  91. <LinearLayout
  92.  
  93. android:background="@color/colorWhite"
  94. android:layout_margin="6dp"
  95. android:layout_weight="1"
  96. android:layout_width="match_parent"
  97. android:layout_height="match_parent">
  98. <TextView
  99. android:text="aktivitas utama"
  100. android:layout_width="wrap_content"
  101. android:layout_height="wrap_content" />
  102.  
  103. </LinearLayout>
  104. </LinearLayout>
  105.  
  106.  
  107. <LinearLayout
  108. android:layout_weight="1"
  109. android:background="@color/colorWhite"
  110. android:layout_margin="6dp"
  111. android:layout_width="match_parent"
  112. android:layout_height="match_parent">
  113.  
  114. <TextView
  115. android:text="Proposi nilai"
  116. android:layout_width="wrap_content"
  117. android:layout_height="wrap_content" />
  118.  
  119. </LinearLayout>
  120.  
  121. <LinearLayout
  122. android:layout_weight="1"
  123. android:background="@color/colorWhite"
  124. android:layout_margin="6dp"
  125. android:layout_width="match_parent"
  126. android:layout_height="match_parent">
  127.  
  128. <TextView
  129. android:text="Segmen dan persona pelanggan"
  130. android:layout_width="wrap_content"
  131. android:layout_height="wrap_content" />
  132. </LinearLayout>
  133.  
  134.  
  135. <LinearLayout
  136. android:layout_weight="1"
  137. android:layout_width="match_parent"
  138. android:layout_height="match_parent">
  139.  
  140. <LinearLayout
  141.  
  142. android:background="@color/colorWhite"
  143. android:layout_margin="6dp"
  144. android:layout_weight="1"
  145. android:layout_width="match_parent"
  146. android:layout_height="match_parent">
  147. <TextView
  148. android:text="Channel"
  149. android:layout_width="wrap_content"
  150. android:layout_height="wrap_content" />
  151.  
  152. </LinearLayout>
  153. <LinearLayout
  154.  
  155. android:background="@color/colorWhite"
  156. android:layout_margin="6dp"
  157. android:layout_weight="1"
  158. android:layout_width="match_parent"
  159. android:layout_height="match_parent">
  160.  
  161. <TextView
  162. android:text="Hubungan Pelanggan"
  163. android:layout_width="match_parent"
  164. android:layout_height="wrap_content" />
  165. </LinearLayout>
  166. </LinearLayout>
  167.  
  168. </LinearLayout>
  169.  
  170. </LinearLayout>
  171. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement