Advertisement
Guest User

Untitled

a guest
Jan 25th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.24 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:orientation="vertical"
  8. tools:context=".MainActivity"
  9. android:background="#B5D1F1">
  10.  
  11.  
  12. <ScrollView
  13. android:layout_width="match_parent"
  14. android:layout_height="match_parent">
  15.  
  16.  
  17. <LinearLayout
  18. android:layout_width="match_parent"
  19. android:layout_height="match_parent"
  20. android:layout_marginLeft="20dp"
  21. android:layout_marginRight="20dp"
  22. android:layout_marginTop="50dp"
  23. android:orientation="vertical">
  24.  
  25. <TextView
  26. android:id="@+id/textView17"
  27. android:layout_width="wrap_content"
  28. android:layout_height="wrap_content"
  29. android:text="Personal Information"
  30. android:fontFamily="sans-serif-smallcaps"
  31. android:textSize="35sp"
  32. android:textColor="#2D3E50"
  33. android:gravity="center" />
  34.  
  35. <LinearLayout
  36. android:layout_width="match_parent"
  37. android:layout_height="match_parent"
  38. android:orientation="horizontal"
  39. android:layout_marginTop="10dp">
  40.  
  41.  
  42. <TextView
  43. android:id="@+id/textView11"
  44. android:layout_width="match_parent"
  45. android:layout_height="match_parent"
  46. android:layout_marginTop="20dp"
  47. android:drawableLeft="@drawable/ic_account"
  48. android:drawablePadding="10dp"
  49. android:layout_weight="1"
  50. android:text="Firstname"
  51. android:textColor="#2D3E50"
  52. android:textSize="15sp"
  53. android:padding="5dp"/>
  54.  
  55. <TextView
  56. android:id="@+id/textView3"
  57. android:layout_width="match_parent"
  58. android:layout_height="match_parent"
  59. android:layout_marginTop="20dp"
  60. android:layout_weight="1"
  61. android:text="Janler"
  62. android:textColor="#000"
  63. android:textSize="18sp"
  64. android:background="@drawable/text_round"
  65. android:padding="5dp"/>
  66. </LinearLayout>
  67.  
  68.  
  69. <LinearLayout
  70. android:layout_width="match_parent"
  71. android:layout_height="match_parent"
  72. android:orientation="horizontal">
  73.  
  74. <TextView
  75. android:id="@+id/textView12"
  76. android:layout_width="match_parent"
  77. android:layout_height="match_parent"
  78. android:layout_marginTop="20dp"
  79. android:drawableLeft="@drawable/ic_account2"
  80. android:drawablePadding="10dp"
  81. android:layout_weight="1"
  82. android:text="Lastname"
  83. android:textColor="#2D3E50"
  84. android:textSize="15sp"
  85. android:padding="5dp"/>
  86.  
  87. <TextView
  88. android:id="@+id/textView2"
  89. android:layout_width="match_parent"
  90. android:layout_height="match_parent"
  91. android:layout_marginTop="20dp"
  92. android:layout_weight="1"
  93. android:text="Gamboa"
  94. android:textColor="#000"
  95. android:textSize="18sp"
  96. android:background="@drawable/text_round"
  97. android:padding="5dp"/>
  98. </LinearLayout>
  99.  
  100. <LinearLayout
  101. android:layout_width="match_parent"
  102. android:layout_height="match_parent"
  103. android:orientation="horizontal">
  104.  
  105. <TextView
  106. android:id="@+id/textView13"
  107. android:layout_width="match_parent"
  108. android:layout_height="match_parent"
  109. android:layout_marginTop="20dp"
  110. android:drawableLeft="@drawable/ic_email"
  111. android:drawablePadding="10dp"
  112. android:layout_weight="1"
  113. android:text="Email"
  114. android:textColor="#2D3E50"
  115. android:textSize="15sp"
  116. android:padding="5dp"/>
  117.  
  118. <TextView
  119. android:id="@+id/textView5"
  120. android:layout_width="match_parent"
  121. android:layout_height="match_parent"
  122. android:layout_marginTop="20dp"
  123. android:layout_weight="1"
  124. android:text="ler@gmail.com"
  125. android:textColor="#000"
  126. android:textSize="18sp"
  127. android:background="@drawable/text_round"
  128. android:padding="5dp"/>
  129. </LinearLayout>
  130.  
  131. <LinearLayout
  132. android:layout_width="match_parent"
  133. android:layout_height="match_parent"
  134. android:orientation="horizontal">
  135.  
  136. <TextView
  137. android:id="@+id/textView14"
  138. android:layout_width="match_parent"
  139. android:layout_height="match_parent"
  140. android:layout_marginTop="20dp"
  141. android:drawableLeft="@drawable/ic_phone"
  142. android:drawablePadding="10dp"
  143. android:layout_weight="1"
  144. android:text="Phone No"
  145. android:textColor="#2D3E50"
  146. android:textSize="15sp"
  147. android:padding="5dp"/>
  148.  
  149. <TextView
  150. android:id="@+id/textView6"
  151. android:layout_width="match_parent"
  152. android:layout_height="match_parent"
  153. android:layout_marginTop="20dp"
  154. android:layout_weight="1"
  155. android:text="090909"
  156. android:textColor="#000"
  157. android:textSize="18sp"
  158. android:background="@drawable/text_round"
  159. android:padding="5dp"/>
  160. </LinearLayout>
  161.  
  162. <LinearLayout
  163. android:layout_width="match_parent"
  164. android:layout_height="match_parent"
  165. android:orientation="horizontal">
  166.  
  167. <TextView
  168. android:id="@+id/textView15"
  169. android:layout_width="match_parent"
  170. android:layout_height="match_parent"
  171. android:layout_marginTop="20dp"
  172. android:drawableLeft="@drawable/ic_address"
  173. android:drawablePadding="10dp"
  174. android:layout_weight="1"
  175. android:text="Address"
  176. android:textColor="#2D3E50"
  177. android:textSize="15sp"
  178. android:padding="5dp"/>
  179.  
  180. <TextView
  181. android:id="@+id/textView7"
  182. android:layout_width="match_parent"
  183. android:layout_height="match_parent"
  184. android:layout_marginTop="20dp"
  185. android:layout_weight="1"
  186. android:text="Pardo"
  187. android:textColor="#000"
  188. android:textSize="18sp"
  189. android:background="@drawable/text_round"
  190. android:padding="5dp"/>
  191. </LinearLayout>
  192.  
  193. <LinearLayout
  194. android:layout_width="match_parent"
  195. android:layout_height="match_parent"
  196. android:orientation="horizontal">
  197.  
  198. <TextView
  199. android:id="@+id/textView8"
  200. android:layout_width="match_parent"
  201. android:layout_height="wrap_content"
  202. android:drawableLeft="@drawable/ic_money"
  203. android:drawablePadding="10dp"
  204. android:layout_marginTop="20dp"
  205. android:layout_weight="1"
  206. android:text="CoinsPh"
  207. android:textColor="#2D3E50"
  208. android:textSize="15sp"
  209. android:padding="5dp"/>
  210.  
  211. <TextView
  212. android:id="@+id/textView16"
  213. android:layout_width="match_parent"
  214. android:layout_height="wrap_content"
  215. android:layout_marginTop="20dp"
  216. android:layout_weight="1"
  217. android:text="xGh279Wj"
  218. android:textColor="#9E9E9E"
  219. android:textSize="1sp"
  220. android:background="@drawable/text_round"
  221. android:padding="5dp"/>
  222. </LinearLayout>
  223. </LinearLayout>
  224.  
  225. </ScrollView>
  226. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement