Guest User

Untitled

a guest
Sep 4th, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.42 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout android:layout_width="match_parent"
  3. android:layout_height="match_parent"
  4. android:orientation="vertical" xmlns:android="http://schemas.android.com/apk/res/android">
  5.  
  6.  
  7. <ScrollView
  8. android:id="@+id/playsv"
  9. android:layout_width="match_parent"
  10. android:layout_height="match_parent"
  11. android:fadeScrollbars="false" >
  12.  
  13.  
  14. <LinearLayout
  15. android:id="@+id/root"
  16. android:layout_width="fill_parent"
  17. android:layout_height="wrap_content"
  18. android:orientation="vertical" >
  19.  
  20. <LinearLayout
  21. android:id="@+id/lldata"
  22. android:layout_width="fill_parent"
  23. android:layout_height="wrap_content"
  24. android:background="#FFFFFF"
  25. android:orientation="vertical" >
  26.  
  27. <LinearLayout
  28. android:layout_width="match_parent"
  29. android:layout_height="wrap_content" >
  30.  
  31. <ImageView
  32. android:id="@+id/imageView1"
  33. android:layout_width="50dp"
  34. android:layout_height="match_parent"
  35. android:layout_weight="0.17"
  36. android:paddingLeft="10dp"
  37. android:src="@drawable/homelogo" />
  38.  
  39. <TextView
  40. android:id="@+id/textView1"
  41. android:layout_width="wrap_content"
  42. android:layout_height="47dp"
  43. android:layout_weight="0.36"
  44. android:text="@string/playerreport_title"
  45. android:textAppearance="?android:attr/textAppearanceLarge" />
  46. </LinearLayout>
  47. </LinearLayout>
  48.  
  49. <LinearLayout
  50. android:layout_width="match_parent"
  51. android:layout_height="wrap_content"
  52. android:orientation="horizontal" >
  53.  
  54. <ImageView
  55. android:id="@+id/playerimage"
  56. android:layout_width="wrap_content"
  57. android:layout_height="wrap_content"
  58. android:src="@drawable/ic_launcher" />
  59.  
  60.  
  61.  
  62.  
  63. <TextView
  64. android:id="@+id/playername"
  65. android:layout_width="72dp"
  66. android:layout_height="wrap_content"
  67. android:text="Derric Rose"
  68. android:textSize="15dp"
  69. android:textStyle="bold" />
  70.  
  71. </LinearLayout>
  72.  
  73. <LinearLayout
  74. android:layout_width="match_parent"
  75. android:layout_height="1dp"
  76. android:background="#000000"
  77. android:orientation="vertical" >
  78. </LinearLayout>
  79.  
  80. <LinearLayout
  81. android:layout_width="match_parent"
  82. android:layout_height="10dp"
  83. android:orientation="vertical" >
  84. </LinearLayout>
  85.  
  86. <TextView
  87. android:id="@+id/note"
  88. android:layout_width="wrap_content"
  89. android:layout_height="wrap_content"
  90. android:text="@string/offense_notes"
  91. android:textAppearance="?android:attr/textAppearanceSmall"
  92. android:textStyle="bold" />
  93.  
  94. <LinearLayout
  95. android:layout_width="match_parent"
  96. android:layout_height="10dp"
  97. android:orientation="vertical" >
  98. </LinearLayout>
  99.  
  100. <TextView
  101. android:id="@+id/notes"
  102. android:layout_width="match_parent"
  103. android:layout_height="wrap_content"
  104. android:text="@string/team_bio"
  105. android:textAppearance="?android:attr/textAppearanceSmall" />
  106.  
  107. <LinearLayout
  108. android:layout_width="match_parent"
  109. android:layout_height="10dp"
  110. android:orientation="vertical" >
  111. </LinearLayout>
  112.  
  113. <LinearLayout
  114. android:layout_width="match_parent"
  115. android:layout_height="1dp"
  116. android:background="#000000"
  117. android:orientation="vertical" >
  118. </LinearLayout>
  119.  
  120. <LinearLayout
  121. android:layout_width="match_parent"
  122. android:layout_height="10dp"
  123. android:orientation="vertical" >
  124. </LinearLayout>
  125.  
  126. <TextView
  127. android:id="@+id/textView3"
  128. android:layout_width="wrap_content"
  129. android:layout_height="wrap_content"
  130. android:text="@string/playerreport_stats"
  131. android:textStyle="bold" />
  132.  
  133. <LinearLayout
  134. android:layout_width="match_parent"
  135. android:layout_height="50dp"
  136. android:orientation="vertical" >
  137.  
  138. <ScrollView
  139. xmlns:android="http://schemas.android.com/apk/res/android"
  140. android:layout_width="fill_parent"
  141. android:layout_height="match_parent"
  142. android:fadeScrollbars="false" >
  143.  
  144. <HorizontalScrollView
  145. xmlns:android="http://schemas.android.com/apk/res/android"
  146. android:layout_width="wrap_content"
  147. android:layout_height="match_parent"
  148. android:fadeScrollbars="false" >
  149.  
  150. <TableLayout
  151. android:layout_width="match_parent"
  152. android:layout_height="wrap_content"
  153. >
  154.  
  155. <TableRow android:background="#ffff00" >
  156.  
  157. <TextView
  158. android:padding="3dip"
  159. android:text="Sno" />
  160.  
  161. <TextView
  162. android:padding="3dip"
  163. android:text="Player id" />
  164.  
  165. <TextView
  166. android:padding="3dip"
  167. android:text="Player name" />
  168.  
  169. <TextView
  170. android:padding="3dip"
  171. android:text="player rank" />
  172.  
  173. <TextView
  174. android:padding="3dip"
  175. android:text="player Score" />
  176.  
  177. <TextView
  178. android:padding="3dip"
  179. android:text="player designation" />
  180. </TableRow>
  181.  
  182. <TableRow
  183. android:id="@+id/tableRow1"
  184. android:layout_width="wrap_content"
  185. android:layout_height="wrap_content" >
  186.  
  187. <TextView
  188. android:padding="3dip"
  189. android:text="Sno" />
  190.  
  191. <TextView
  192. android:padding="3dip"
  193. android:text="Player id" />
  194.  
  195. <TextView
  196. android:padding="3dip"
  197. android:text="Player name" />
  198.  
  199. <TextView
  200. android:padding="3dip"
  201. android:text="player rank" />
  202.  
  203. <TextView
  204. android:padding="3dip"
  205. android:text="player Score" />
  206.  
  207. <TextView
  208. android:padding="3dip"
  209. android:text="player designation" />
  210. </TableRow>
  211.  
  212. <TableRow
  213. android:id="@+id/tableRow2"
  214. android:layout_width="wrap_content"
  215. android:layout_height="wrap_content" >
  216.  
  217. <TextView
  218. android:padding="3dip"
  219. android:text="Sno" />
  220.  
  221. <TextView
  222. android:padding="3dip"
  223. android:text="Player id" />
  224.  
  225. <TextView
  226. android:padding="3dip"
  227. android:text="Player name" />
  228.  
  229. <TextView
  230. android:padding="3dip"
  231. android:text="player rank" />
  232.  
  233. <TextView
  234. android:padding="3dip"
  235. android:text="player Score" />
  236.  
  237. <TextView
  238. android:padding="3dip"
  239. android:text="player designation" />
  240. </TableRow>
  241.  
  242. <TableRow
  243. android:id="@+id/tableRow3"
  244. android:layout_width="wrap_content"
  245. android:layout_height="wrap_content" >
  246. </TableRow>
  247.  
  248. <TableRow
  249. android:id="@+id/tableRow4"
  250. android:layout_width="wrap_content"
  251. android:layout_height="wrap_content" >
  252. </TableRow>
  253. </TableLayout>
  254. </HorizontalScrollView>
  255. </ScrollView>
  256. </LinearLayout>
  257.  
  258. <LinearLayout
  259. android:layout_width="match_parent"
  260. android:layout_height="10dp"
  261. android:orientation="vertical" >
  262. </LinearLayout>
  263.  
  264. <TextView
  265. android:id="@+id/viewonespn"
  266. android:layout_width="match_parent"
  267. android:layout_height="wrap_content"
  268. android:layout_weight="1"
  269. android:textColor="#0000ff"
  270. android:clickable="true"/>
  271.  
  272. <LinearLayout
  273. android:layout_width="match_parent"
  274. android:layout_height="10dp"
  275. android:orientation="vertical" >
  276. </LinearLayout>
  277.  
  278. <LinearLayout
  279. android:layout_width="match_parent"
  280. android:layout_height="1dp"
  281. android:background="#000000"
  282. android:orientation="vertical" >
  283. </LinearLayout>
  284.  
  285. <TextView
  286. android:id="@+id/textView5"
  287. android:layout_width="wrap_content"
  288. android:layout_height="wrap_content"
  289. android:text="@string/offense_media"
  290. android:textAppearance="?android:attr/textAppearanceSmall"
  291. android:textStyle="bold" />
  292. <!-- <LinearLayout android:layout_height="100dp" android:layout_width="match_parent" android:id="@+id/power"> -->
  293. <GridView
  294. android:id="@+id/gridView1"
  295. android:layout_width="match_parent"
  296. android:layout_height="wrap_content"
  297. android:numColumns="4"
  298. android:fadeScrollbars="false"
  299. android:focusableInTouchMode="true"
  300. android:paddingRight="30dp">
  301. </GridView>
  302. <!-- </LinearLayout> -->
  303. <LinearLayout
  304. android:layout_width="match_parent"
  305. android:layout_height="10dp"
  306. android:orientation="vertical" >
  307. </LinearLayout>
  308.  
  309. <LinearLayout
  310. android:layout_width="match_parent"
  311. android:layout_height="1dp"
  312. android:background="#000000"
  313. android:orientation="vertical" >
  314. </LinearLayout>
  315.  
  316. <TextView
  317. android:id="@+id/textView6"
  318. android:layout_width="wrap_content"
  319. android:layout_height="wrap_content"
  320. android:text="@string/offense_externallinks"
  321. android:textAppearance="?android:attr/textAppearanceSmall"
  322. android:textStyle="bold" />
  323.  
  324. <!-- <ScrollView
  325. android:id="@+id/signupsv"
  326. android:layout_width="match_parent"
  327. android:layout_height="wrap_content"
  328. android:fadeScrollbars="false" > -->
  329.  
  330. <LinearLayout
  331. android:id="@+id/externallinks"
  332. android:layout_width="match_parent"
  333. android:layout_height="match_parent"
  334. android:orientation="vertical" >
  335.  
  336. <!--
  337. <TextView
  338. android:id="@+id/textView6"
  339. android:layout_width="wrap_content"
  340. android:layout_height="wrap_content"
  341. android:text="naseer"></TextView>
  342. <TextView
  343. android:id="@+id/textView6"
  344. android:layout_width="wrap_content"
  345. android:layout_height="wrap_content"
  346. android:text="Aswin"></TextView>
  347. <TextView
  348. android:id="@+id/textView6"
  349. android:layout_width="wrap_content"
  350. android:layout_height="wrap_content"
  351. android:text="Venkat"></TextView>
  352. -->
  353.  
  354. </LinearLayout>
  355. <!-- </ScrollView> -->
  356. </LinearLayout>
  357.  
  358. </ScrollView>
  359. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment