help_activity.xml 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="fill_parent"
  4. android:layout_height="fill_parent"
  5. android:orientation="vertical" >
  6. <ImageView
  7. android:id="@+id/activity_bg"
  8. android:layout_width="@dimen/layx480"
  9. android:layout_height="@dimen/layy320" />
  10. <ImageView
  11. android:id="@+id/activity_title_bg"
  12. android:layout_width="@dimen/layx470"
  13. android:layout_height="@dimen/layy58"
  14. android:layout_marginLeft="@dimen/layx5"
  15. android:contentDescription="@string/app_name"/>
  16. <ImageView
  17. android:layout_width="@dimen/layx56"
  18. android:layout_height="@dimen/layy46"
  19. android:layout_marginTop="@dimen/layy2"
  20. android:layout_marginLeft="@dimen/layx410"
  21. android:contentDescription="@string/app_name"
  22. android:background="@drawable/shop_back_btn"
  23. android:onClick="onClick_back"/>
  24. <ImageView
  25. android:layout_width="@dimen/layx128"
  26. android:layout_height="@dimen/layy27"
  27. android:layout_centerHorizontal="true"
  28. android:layout_marginTop="@dimen/layy6"
  29. android:background="@drawable/help_title"
  30. android:contentDescription="@string/app_name" />
  31. <RelativeLayout
  32. android:id="@+id/game_rule"
  33. android:layout_width="@dimen/layx455"
  34. android:layout_height="@dimen/layy257"
  35. android:layout_marginLeft="@dimen/layx12"
  36. android:layout_marginTop="@dimen/layy49"
  37. android:padding="@dimen/layy5">
  38. <ListView
  39. android:id="@+id/rule_list"
  40. android:layout_width="fill_parent"
  41. android:layout_height="fill_parent"
  42. android:layout_marginTop="@dimen/layy32"
  43. android:background="#00000000"
  44. android:cacheColorHint="#00000000"
  45. android:clickable="false"
  46. android:dividerHeight="@dimen/layy1"
  47. android:focusable="false"
  48. android:divider="#00000000"
  49. android:listSelector="#00000000" />
  50. <TextView
  51. android:id="@+id/game_rule_no"
  52. android:layout_width="fill_parent"
  53. android:layout_height="fill_parent"
  54. android:gravity="center"
  55. android:textColor="#ffffff"
  56. android:textSize="@dimen/layx22"
  57. android:visibility="gone" />
  58. </RelativeLayout>
  59. <RelativeLayout
  60. android:id="@+id/common_request"
  61. android:layout_width="@dimen/layx455"
  62. android:layout_height="@dimen/layy257"
  63. android:layout_marginLeft="@dimen/layx12"
  64. android:layout_marginTop="@dimen/layy49"
  65. android:padding="@dimen/layy5"
  66. android:visibility="gone" >
  67. <ListView
  68. android:id="@+id/question_list"
  69. android:layout_width="fill_parent"
  70. android:layout_height="fill_parent"
  71. android:layout_marginTop="@dimen/layy32"
  72. android:background="#00000000"
  73. android:cacheColorHint="#00000000"
  74. android:clickable="false"
  75. android:dividerHeight="@dimen/layy1"
  76. android:focusable="false"
  77. android:divider="#00000000"
  78. android:listSelector="#00000000" />
  79. <TextView
  80. android:id="@+id/common_request_no"
  81. android:layout_width="fill_parent"
  82. android:layout_height="fill_parent"
  83. android:layout_marginTop="@dimen/layy32"
  84. android:textColor="#ffffff"
  85. android:textSize="@dimen/layx22"
  86. android:gravity="center"
  87. android:visibility="gone"
  88. android:background="@drawable/exer_bg"/>
  89. </RelativeLayout>
  90. <RelativeLayout
  91. android:id="@+id/connect_us"
  92. android:layout_width="@dimen/layx455"
  93. android:layout_height="@dimen/layy257"
  94. android:layout_marginLeft="@dimen/layx12"
  95. android:layout_marginTop="@dimen/layy49"
  96. android:padding="@dimen/layy12"
  97. android:visibility="gone">
  98. <EditText
  99. android:id="@+id/connect_us_text"
  100. android:layout_width="@dimen/layx414"
  101. android:layout_height="@dimen/layy139"
  102. android:layout_marginLeft="@dimen/layx10"
  103. android:layout_marginTop="@dimen/layy48"
  104. android:background="@drawable/help_connect_us_input"
  105. android:contentDescription="@string/app_name"
  106. android:gravity="left|top"
  107. android:hint="您的建议是对我们莫大的支持(100个字内)"
  108. android:imeOptions="actionDone"
  109. android:inputType="text"
  110. android:padding="@dimen/layx10"
  111. android:textColor="#000000"
  112. android:textSize="@dimen/layx12" />
  113. <Button
  114. android:id="@+id/onClick_submit"
  115. style="@style/shop_text_style"
  116. android:layout_width="@dimen/layx160"
  117. android:layout_height="@dimen/layy36"
  118. android:layout_centerHorizontal="true"
  119. android:layout_marginTop="@dimen/layy199"
  120. android:background="@drawable/common_btn"
  121. android:contentDescription="@string/app_name"
  122. android:gravity="center"
  123. android:onClick="onClick_submit"
  124. android:text="提交" />
  125. </RelativeLayout>
  126. <Button
  127. android:id="@+id/onClick_game_rule"
  128. style="@style/shop_title_style"
  129. android:layout_width="@dimen/layx86"
  130. android:layout_height="@dimen/layy30"
  131. android:layout_marginLeft="@dimen/layx22"
  132. android:layout_marginTop="@dimen/layy52"
  133. android:background="@drawable/activity_tip_title_btn"
  134. android:contentDescription="@string/app_name"
  135. android:gravity="center"
  136. android:onClick="onClick_game_rule"
  137. android:text="@string/help_gamerule" />
  138. <Button
  139. android:id="@+id/onClick_common_request"
  140. style="@style/shop_title_style"
  141. android:layout_width="@dimen/layx86"
  142. android:layout_height="@dimen/layy30"
  143. android:layout_marginTop="@dimen/layy52"
  144. android:layout_marginLeft="@dimen/layx114"
  145. android:background="@drawable/activity_tip_title_btn"
  146. android:contentDescription="@string/app_name"
  147. android:gravity="center"
  148. android:onClick="onClick_common_request"
  149. android:text="@string/help_common_req" />
  150. <Button
  151. android:id="@+id/onClick_connect_us"
  152. style="@style/shop_title_style"
  153. android:layout_width="@dimen/layx86"
  154. android:layout_height="@dimen/layy30"
  155. android:layout_marginLeft="@dimen/layx205"
  156. android:layout_marginTop="@dimen/layy52"
  157. android:background="@drawable/activity_tip_title_btn"
  158. android:contentDescription="@string/app_name"
  159. android:gravity="center"
  160. android:onClick="onClick_connect_us"
  161. android:text="@string/help_connect_us" />
  162. </RelativeLayout>