settle_account_window.xml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. style="@style/shade_dark"
  4. android:layout_width="fill_parent"
  5. android:layout_height="fill_parent" >
  6. <RelativeLayout
  7. android:layout_width="@dimen/layw395"
  8. android:layout_height="@dimen/layw260"
  9. android:layout_centerInParent="true" >
  10. <ImageView
  11. android:id="@+id/settle_account_bg"
  12. android:layout_width="@dimen/layw395"
  13. android:layout_height="@dimen/layw260"
  14. android:background="@drawable/win_dialog" />
  15. <RelativeLayout
  16. android:layout_width="@dimen/layw213"
  17. android:layout_height="@dimen/layw133"
  18. android:layout_alignParentRight="true"
  19. android:layout_alignParentTop="true"
  20. android:layout_marginRight="@dimen/layw12"
  21. android:layout_marginTop="@dimen/layw80" >
  22. <!-- 自己头像 -->
  23. <RelativeLayout
  24. android:id="@+id/selfIconBorder"
  25. android:layout_width="@dimen/layw76"
  26. android:layout_height="@dimen/layw76"
  27. android:layout_alignParentLeft="true"
  28. android:layout_alignParentTop="true"
  29. android:layout_marginLeft="@dimen/layw10"
  30. android:layout_marginTop="@dimen/layw7"
  31. android:background="@drawable/js_self_icon_border" >
  32. <ImageView
  33. android:id="@+id/selfIcon"
  34. android:layout_width="@dimen/layw66"
  35. android:layout_height="@dimen/layw66"
  36. android:layout_centerInParent="true" />
  37. </RelativeLayout>
  38. <ImageView
  39. android:id="@+id/selfNickTag"
  40. android:layout_width="@dimen/layw15"
  41. android:layout_height="@dimen/layw15"
  42. android:layout_marginLeft="@dimen/layw10"
  43. android:layout_marginTop="@dimen/layw9"
  44. android:layout_toRightOf="@id/selfIconBorder"
  45. android:background="@drawable/js_nick_icon" />
  46. <TextView
  47. android:id="@+id/selfNick"
  48. android:layout_width="wrap_content"
  49. android:layout_height="wrap_content"
  50. android:layout_marginLeft="@dimen/layw10"
  51. android:layout_alignTop="@id/selfNickTag"
  52. android:layout_toRightOf="@id/selfNickTag"
  53. android:text="游客2012157"
  54. android:textColor="#ffffff"
  55. android:textSize="@dimen/layw12"
  56. android:singleLine="true"
  57. android:ellipsize="end"/>
  58. <ImageView
  59. android:id="@+id/selfAchieveTag"
  60. android:layout_width="@dimen/layw15"
  61. android:layout_height="@dimen/layw15"
  62. android:layout_alignLeft="@id/selfNickTag"
  63. android:layout_below="@id/selfNickTag"
  64. android:layout_marginTop="@dimen/layw22"/>
  65. <TextView
  66. android:id="@+id/selfAchieve"
  67. android:layout_width="wrap_content"
  68. android:layout_height="wrap_content"
  69. android:layout_alignLeft="@id/selfNick"
  70. android:layout_below="@id/selfNickTag"
  71. android:layout_marginRight="@dimen/layw7"
  72. android:layout_alignTop="@id/selfAchieveTag"
  73. android:text="-4000"
  74. android:textColor="#ff0000"
  75. android:textSize="@dimen/layw20"
  76. android:textStyle="bold"/>
  77. <RelativeLayout
  78. android:layout_width="@dimen/layw175"
  79. android:layout_height="@dimen/layw36"
  80. android:layout_alignLeft="@id/selfIconBorder"
  81. android:layout_below="@id/selfIconBorder"
  82. android:layout_marginLeft="@dimen/layw12"
  83. android:layout_marginTop="@dimen/layw9" >
  84. <ImageView
  85. android:id="@+id/selfBei"
  86. android:layout_width="@dimen/layw15"
  87. android:layout_height="@dimen/layw15"
  88. android:background="@drawable/js_bei_icon" />
  89. <TextView
  90. android:id="@+id/selfDouble"
  91. android:layout_width="wrap_content"
  92. android:layout_height="wrap_content"
  93. android:layout_alignTop="@id/selfBei"
  94. android:layout_marginLeft="@dimen/layw9"
  95. android:layout_marginTop="@dimen/layw1"
  96. android:layout_toRightOf="@id/selfBei"
  97. android:text="加倍X"
  98. android:textColor="#ffe400"
  99. android:textSize="@dimen/layw9" />
  100. <ImageView
  101. android:id="@+id/selfSpringTag"
  102. android:layout_width="@dimen/layw15"
  103. android:layout_height="@dimen/layw15"
  104. android:layout_alignTop="@id/selfBei"
  105. android:layout_toRightOf="@id/selfBei"
  106. android:layout_marginLeft="@dimen/layw78"
  107. android:background="@drawable/js_spring_icon" />
  108. <TextView
  109. android:id="@+id/selfSpring"
  110. android:layout_width="wrap_content"
  111. android:layout_height="wrap_content"
  112. android:layout_toRightOf="@id/selfSpringTag"
  113. android:layout_alignTop="@id/selfSpringTag"
  114. android:layout_marginLeft="@dimen/layw9"
  115. android:layout_marginTop="@dimen/layw1"
  116. android:text="春天X"
  117. android:textColor="#ffe400"
  118. android:textSize="@dimen/layw9" />
  119. <ImageView
  120. android:id="@+id/selfBombTag"
  121. android:layout_width="@dimen/layw15"
  122. android:layout_height="@dimen/layw15"
  123. android:layout_alignLeft="@id/selfBei"
  124. android:layout_alignParentBottom="true"
  125. android:background="@drawable/js_bomb_icon" />
  126. <TextView
  127. android:id="@+id/selfBomb"
  128. android:layout_width="wrap_content"
  129. android:layout_height="wrap_content"
  130. android:layout_alignLeft="@id/selfDouble"
  131. android:layout_alignTop="@id/selfBombTag"
  132. android:layout_marginTop="@dimen/layw1"
  133. android:text="炸弹X"
  134. android:textColor="#ffe400"
  135. android:textSize="@dimen/layw9" />
  136. <ImageView
  137. android:id="@+id/selfActiveTag"
  138. android:layout_width="@dimen/layw15"
  139. android:layout_height="@dimen/layw15"
  140. android:layout_alignLeft="@id/selfSpringTag"
  141. android:layout_alignParentBottom="true"
  142. android:background="@drawable/js_star_icon" />
  143. <TextView
  144. android:id="@+id/selfActive"
  145. android:layout_width="wrap_content"
  146. android:layout_height="wrap_content"
  147. android:layout_alignBaseline="@+id/selfBomb"
  148. android:layout_alignBottom="@+id/selfBomb"
  149. android:layout_alignLeft="@+id/selfSpring"
  150. android:text="活动X"
  151. android:textColor="#ffe400"
  152. android:textSize="@dimen/layw9" />
  153. </RelativeLayout>
  154. </RelativeLayout>
  155. <RelativeLayout
  156. android:layout_width="@dimen/layw148"
  157. android:layout_height="@dimen/layw60"
  158. android:layout_alignParentBottom="true"
  159. android:layout_alignParentLeft="true"
  160. android:layout_marginBottom="@dimen/layw50"
  161. android:layout_marginLeft="@dimen/layw14" >
  162. <RelativeLayout
  163. android:id="@+id/other2IconBorder"
  164. android:layout_width="@dimen/layw48"
  165. android:layout_height="@dimen/layw50"
  166. android:layout_alignParentTop="true"
  167. android:layout_marginTop="@dimen/layw6"
  168. android:background="@drawable/js_other_icon_border" >
  169. <ImageView
  170. android:id="@+id/other2Icon"
  171. android:layout_width="@dimen/layw40"
  172. android:layout_height="@dimen/layw40"
  173. android:layout_centerInParent="true" />
  174. </RelativeLayout>
  175. <TextView
  176. android:id="@+id/other2Nick"
  177. android:layout_width="wrap_content"
  178. android:layout_height="wrap_content"
  179. android:layout_marginLeft="@dimen/layw10"
  180. android:layout_marginTop="@dimen/layw9"
  181. android:layout_toRightOf="@id/other2IconBorder"
  182. android:text="游客2012157"
  183. android:textColor="#ffffff"
  184. android:textSize="@dimen/layw12"
  185. android:singleLine="true"
  186. android:ellipsize="end"/>
  187. <ImageView
  188. android:id="@+id/other2AchieveTag"
  189. android:layout_width="@dimen/layw15"
  190. android:layout_height="@dimen/layw15"
  191. android:layout_alignLeft="@id/other2Nick"
  192. android:layout_below="@id/other2Nick"
  193. android:layout_marginTop="@dimen/layw12"/>
  194. <TextView
  195. android:id="@+id/other2Achieve"
  196. android:layout_width="wrap_content"
  197. android:layout_height="@dimen/layw17"
  198. android:layout_toRightOf="@id/other2AchieveTag"
  199. android:layout_alignTop="@id/other2AchieveTag"
  200. android:layout_marginLeft="@dimen/layw2"
  201. android:text="-1000"
  202. android:textColor="#ff0000"
  203. android:textSize="@dimen/layw12"
  204. android:textStyle="bold"
  205. android:gravity="center"/>
  206. </RelativeLayout>
  207. <RelativeLayout
  208. android:layout_width="@dimen/layw148"
  209. android:layout_height="@dimen/layw60"
  210. android:layout_alignParentLeft="true"
  211. android:layout_alignParentTop="true"
  212. android:layout_marginLeft="@dimen/layw14"
  213. android:layout_marginTop="@dimen/layw80" >
  214. <RelativeLayout
  215. android:id="@+id/other1IconBorder"
  216. android:layout_width="@dimen/layw48"
  217. android:layout_height="@dimen/layw50"
  218. android:layout_alignParentTop="true"
  219. android:layout_marginTop="@dimen/layw6"
  220. android:background="@drawable/small_icon_border" >
  221. <ImageView
  222. android:id="@+id/other1Icon"
  223. android:layout_width="@dimen/layw40"
  224. android:layout_height="@dimen/layw40"
  225. android:layout_centerInParent="true" />
  226. </RelativeLayout>
  227. <TextView
  228. android:id="@+id/other1Nick"
  229. android:layout_width="wrap_content"
  230. android:layout_height="wrap_content"
  231. android:layout_marginLeft="@dimen/layw10"
  232. android:layout_marginTop="@dimen/layw9"
  233. android:layout_toRightOf="@id/other1IconBorder"
  234. android:text="游客2012157"
  235. android:textColor="#ffffff"
  236. android:textSize="@dimen/layw12"
  237. android:singleLine="true"
  238. android:ellipsize="end"/>
  239. <ImageView
  240. android:id="@+id/other1AchieveTag"
  241. android:layout_width="@dimen/layw15"
  242. android:layout_height="@dimen/layw15"
  243. android:layout_alignLeft="@id/other1Nick"
  244. android:layout_below="@id/other1Nick"
  245. android:layout_marginTop="@dimen/layw12"/>
  246. <TextView
  247. android:id="@+id/other1Score"
  248. android:layout_width="wrap_content"
  249. android:layout_height="@dimen/layw17"
  250. android:layout_toRightOf="@id/other1AchieveTag"
  251. android:layout_alignTop="@id/other1AchieveTag"
  252. android:layout_marginLeft="@dimen/layw2"
  253. android:text="-1000"
  254. android:textColor="#ff0000"
  255. android:textSize="@dimen/layw12"
  256. android:textStyle="bold"
  257. android:gravity="center" />
  258. </RelativeLayout>
  259. <ImageButton
  260. android:id="@+id/settle_account_exitBtn"
  261. android:layout_width="@dimen/layw64"
  262. android:layout_height="@dimen/layw25"
  263. android:layout_alignParentBottom="true"
  264. android:layout_alignParentLeft="true"
  265. android:layout_marginBottom="@dimen/layw4"
  266. android:layout_marginLeft="@dimen/layw53"
  267. android:background="@drawable/settle_account_exit_btn" />
  268. <ImageButton
  269. android:id="@+id/settle_account_refightBtn"
  270. android:layout_width="@dimen/layw64"
  271. android:layout_height="@dimen/layw25"
  272. android:layout_alignParentBottom="true"
  273. android:layout_alignParentRight="true"
  274. android:layout_marginBottom="@dimen/layw4"
  275. android:layout_marginRight="@dimen/layw53"
  276. android:background="@drawable/settle_account_refight_btn" />
  277. </RelativeLayout>
  278. </RelativeLayout>