Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.86 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent">
  5. <ScrollView
  6. android:layout_width="fill_parent"
  7. android:layout_height="wrap_content">
  8. <LinearLayout
  9. android:layout_width="fill_parent"
  10. android:layout_height="fill_parent"
  11. android:orientation="vertical">
  12. <TextView
  13. android:text="Mesaj Başlığı"
  14. android:padding="20dp"
  15. android:layout_width="wrap_content"
  16. android:layout_height="wrap_content"
  17. android:id="@+id/textExtendHeader"
  18. android:layout_marginBottom="2dp"
  19. android:textStyle="bold"
  20. android:textSize="22sp" />
  21. <FrameLayout
  22. android:layout_width="match_parent"
  23. android:layout_height="300dp"
  24. android:layout_x="0dp"
  25. android:layout_y="0dp"
  26. android:layout_gravity="center_horizontal|top">
  27. <TableRow
  28. android:layout_width="fill_parent"
  29. android:layout_height="fill_parent"
  30. android:layout_alignParentTop="true"
  31. android:layout_centerHorizontal="true"
  32. android:layout_marginTop="000dp">
  33. <ScrollView
  34. android:id="@+id/scrollView1"
  35. android:layout_width="match_parent"
  36. android:layout_height="match_parent"
  37. android:fillViewport="true"
  38. android:gravity="top">
  39. <ListView
  40. android:id="@+id/ListC"
  41. android:layout_width="fill_parent"
  42. android:layout_height="fill_parent"
  43. android:cacheColorHint="#FFDAFF7F"
  44. android:focusable="true"
  45. android:focusableInTouchMode="true"
  46. android:footerDividersEnabled="true"
  47. android:headerDividersEnabled="true"
  48. android:fastScrollEnabled="true"
  49. android:fastScrollAlwaysVisible="true"
  50. android:clickable="true"
  51. android:scrollingCache="true"
  52. android:smoothScrollbar="true"
  53. android:stackFromBottom="false"
  54. android:drawSelectorOnTop="true" />
  55. </ScrollView>
  56. </TableRow>
  57. </FrameLayout>
  58. <FrameLayout
  59. android:layout_width="match_parent"
  60. android:layout_height="33dp"
  61. android:layout_x="0dp"
  62. android:layout_y="135dp"
  63. android:layout_gravity="center_horizontal|top">
  64. <View
  65. android:layout_marginTop="15dp"
  66. android:layout_width="fill_parent"
  67. android:layout_height="1dp"
  68. android:background="@android:color/darker_gray" />
  69. </FrameLayout>
  70.  
  71. <FrameLayout
  72. android:layout_width="match_parent"
  73. android:layout_height="33dp"
  74. android:layout_x="0dp"
  75. android:layout_y="135dp"
  76. android:layout_gravity="center_horizontal|top">
  77. <View
  78. android:layout_marginTop="15dp"
  79. android:layout_width="fill_parent"
  80. android:layout_height="1dp"
  81. android:background="@android:color/darker_gray" />
  82. </FrameLayout>
  83. <LinearLayout
  84. android:orientation="vertical"
  85. android:layout_width="fill_parent"
  86. android:layout_height="wrap_content"
  87. android:showDividers="middle">
  88. <LinearLayout
  89. android:orientation="horizontal"
  90. android:layout_width="fill_parent"
  91. android:layout_height="wrap_content"
  92. android:minHeight="72dp"
  93. android:paddingLeft="16dp"
  94. android:paddingRight="16dp">
  95. <LinearLayout
  96. android:orientation="vertical"
  97. android:minWidth="25px"
  98. android:minHeight="25px"
  99. android:layout_width="0px"
  100. android:layout_height="wrap_content"
  101. android:id="@+id/linearLayout12"
  102. android:layout_weight="1"
  103. android:layout_gravity="center">
  104. <TextView
  105. android:text="Çağrı Bilgileri"
  106. android:layout_width="wrap_content"
  107. android:layout_height="wrap_content"
  108. android:id="@+id/textExtendHeader"
  109. android:layout_marginBottom="2dp"
  110. android:textSize="22sp" />
  111. <FrameLayout
  112. android:layout_width="match_parent"
  113. android:layout_height="33dp"
  114. android:layout_x="0dp"
  115. android:layout_y="135dp"
  116. android:layout_gravity="center_horizontal|top">
  117. <View
  118. android:layout_marginTop="15dp"
  119. android:layout_width="fill_parent"
  120. android:layout_height="1dp"
  121. android:background="@android:color/darker_gray" />
  122. </FrameLayout>
  123. <TextView
  124. android:text="Mesaj Başlığı"
  125. android:layout_width="wrap_content"
  126. android:layout_height="wrap_content"
  127. android:id="@+id/textExtendHeader"
  128. android:layout_marginBottom="2dp"
  129. android:textSize="22sp" />
  130. <TextView
  131. android:text="mesaj içeriği"
  132. android:layout_width="match_parent"
  133. android:layout_height="match_parent"
  134. android:paddingTop="10dp"
  135. android:id="@+id/textExtendBody" />
  136. <TextView
  137. android:text="Tarih"
  138. android:layout_width="match_parent"
  139. android:paddingTop="10dp"
  140. android:gravity="right"
  141. android:paddingRight="10dp"
  142. android:layout_height="match_parent"
  143. android:id="@+id/textExtendDatetime" />
  144. </LinearLayout>
  145. </LinearLayout>
  146.  
  147.  
  148. <LinearLayout
  149. android:orientation="horizontal"
  150. android:layout_width="fill_parent"
  151. android:layout_height="wrap_content"
  152. android:minHeight="72dp"
  153. android:paddingLeft="16dp"
  154. android:paddingRight="16dp">
  155. <ImageView
  156. android:src="@android:drawable/ic_menu_gallery"
  157. android:layout_width="40dp"
  158. android:layout_height="40dp"
  159. android:id="@+id/avatarView3"
  160. android:layout_gravity="center"
  161. android:layout_marginRight="16dp" />
  162. <LinearLayout
  163. android:orientation="vertical"
  164. android:minWidth="25px"
  165. android:minHeight="25px"
  166. android:layout_width="0px"
  167. android:layout_height="wrap_content"
  168. android:id="@+id/linearLayout15"
  169. android:layout_weight="1"
  170. android:layout_gravity="center">
  171. <TextView
  172. android:text="Effective Navigation in Android"
  173. android:layout_width="wrap_content"
  174. android:layout_height="wrap_content"
  175. android:id="@+id/item_text_primary3"
  176. android:layout_marginBottom="2dp" />
  177. <TextView
  178. android:text="James Montemagno"
  179. android:layout_width="wrap_content"
  180. android:layout_height="wrap_content"
  181. android:id="@+id/item_text_primary4" />
  182. </LinearLayout>
  183. </LinearLayout>
  184. <LinearLayout
  185. android:orientation="horizontal"
  186. android:layout_width="fill_parent"
  187. android:layout_height="wrap_content"
  188. android:minHeight="72dp"
  189. android:paddingLeft="16dp"
  190. android:paddingRight="16dp">
  191. <ImageView
  192. android:src="@android:drawable/ic_menu_gallery"
  193. android:layout_width="40dp"
  194. android:layout_height="40dp"
  195. android:id="@+id/avatarView4"
  196. android:layout_gravity="center"
  197. android:layout_marginRight="16dp" />
  198. <LinearLayout
  199. android:orientation="vertical"
  200. android:minWidth="25px"
  201. android:minHeight="25px"
  202. android:layout_width="0px"
  203. android:layout_height="wrap_content"
  204. android:id="@+id/linearLayout16"
  205. android:layout_weight="1"
  206. android:layout_gravity="center">
  207. <TextView
  208. android:text="Mastering Time and Space"
  209. android:layout_width="wrap_content"
  210. android:layout_height="wrap_content"
  211. android:id="@+id/item_text_primary7"
  212. android:layout_marginBottom="2dp" />
  213. <TextView
  214. android:text="Jérémie Laval"
  215. android:layout_width="wrap_content"
  216. android:layout_height="wrap_content"
  217. android:id="@+id/item_text_primary8" />
  218. </LinearLayout>
  219. </LinearLayout>
  220. </LinearLayout>
  221. </LinearLayout>
  222. </ScrollView>
  223. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement