zzz_cost_billboard.xml 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent">
  6. <com.gionee.gamesdk.business.core.ui.ScrollViewLayout
  7. android:id="@+id/zzz_scroll_view"
  8. xmlns:android="http://schemas.android.com/apk/res/android"
  9. android:layout_width="match_parent"
  10. android:layout_height="wrap_content">
  11. <RelativeLayout
  12. android:layout_width="match_parent"
  13. android:layout_height="wrap_content">
  14. <LinearLayout
  15. android:id="@+id/zzz_content"
  16. android:layout_width="match_parent"
  17. android:layout_height="match_parent"
  18. android:layout_marginTop="@dimen/zzz_billboard_content_margin_top"
  19. android:orientation="vertical">
  20. <View
  21. android:layout_width="match_parent"
  22. android:layout_height="@dimen/zzz_billboard_head_blank_margin_top"/>
  23. <include
  24. android:id="@+id/zzz_billboard_prize_title"
  25. layout="@layout/zzz_cost_billboard_head"
  26. android:layout_width="match_parent"
  27. android:layout_height="wrap_content"
  28. android:layout_marginTop="@dimen/zzz_billboard_head_margin_top">
  29. </include>
  30. <include
  31. android:id="@+id/zzz_billboard_prize_content"
  32. layout="@layout/zzz_billboard_prize_layout"
  33. android:layout_width="match_parent"
  34. android:layout_height="wrap_content"
  35. android:layout_marginTop="@dimen/zzz_billboard_head_margin_top"/>
  36. <include
  37. android:id="@+id/zzz_billboard_title"
  38. layout="@layout/zzz_cost_billboard_head"
  39. android:layout_width="match_parent"
  40. android:layout_height="wrap_content"
  41. android:layout_marginTop="@dimen/zzz_billboard_head_margin_top">
  42. </include>
  43. <com.gionee.gamesdk.business.usercenter.billboard.UserRankingView
  44. android:id="@+id/zzz_user_ranking_content"
  45. android:layout_width="match_parent"
  46. android:layout_height="wrap_content"
  47. android:layout_marginLeft="@dimen/zzz_billboard_margin"
  48. android:layout_marginRight="@dimen/zzz_billboard_margin"
  49. android:layout_marginTop="@dimen/zzz_billboard_head_margin_top"/>
  50. <include
  51. android:id="@+id/zzz_billboard_event_desc_title"
  52. layout="@layout/zzz_cost_billboard_head"
  53. android:layout_width="match_parent"
  54. android:layout_height="wrap_content"
  55. android:layout_marginTop="@dimen/zzz_billboard_head_margin_top">
  56. </include>
  57. <RelativeLayout
  58. android:layout_width="match_parent"
  59. android:layout_height="match_parent"
  60. android:layout_marginLeft="@dimen/zzz_billboard_margin"
  61. android:layout_marginRight="@dimen/zzz_billboard_margin"
  62. android:layout_marginTop="@dimen/zzz_billboard_head_margin_top"
  63. android:background="@color/zzz_transparent_half"
  64. android:padding="@dimen/zzz_billboard_desc_padding">
  65. <com.gionee.webviewagent.core.GioneeWebView
  66. android:id="@+id/zzz_billboard_desc_content"
  67. android:layout_width="match_parent"
  68. android:layout_height="wrap_content"/>
  69. </RelativeLayout>
  70. <TextView
  71. android:id="@+id/zzz_event_explain_belong"
  72. android:layout_width="wrap_content"
  73. android:layout_height="@dimen/zzz_billboard_belong_text_height"
  74. android:layout_gravity="center_horizontal"
  75. android:gravity="center_vertical"/>
  76. </LinearLayout>
  77. <ImageView
  78. android:id="@+id/zzz_billboard_banner"
  79. android:layout_width="match_parent"
  80. android:layout_height="@dimen/zzz_billboard_banner_height"
  81. android:scaleType="fitXY"/>
  82. <ImageView
  83. android:id="@+id/zzz_billboard_event_desc_icon"
  84. android:layout_width="@dimen/zzz_billboard_ranking_desc_width"
  85. android:layout_height="@dimen/zzz_billboard_ranking_desc_height"
  86. android:layout_alignParentRight="true"
  87. android:layout_marginRight="@dimen/zzz_billboard_event_desc_icon_margin_right"/>
  88. <TextView
  89. android:id="@+id/zzz_billboard_count_down_end_text"
  90. android:layout_width="wrap_content"
  91. android:layout_height="wrap_content"
  92. android:layout_centerHorizontal="true"
  93. android:layout_marginTop="@dimen/zzz_billboard_count_down_end_text_margin_top"
  94. android:text="@string/zzz_billboard_count_down_end"
  95. android:textSize="@dimen/zzz_billboard_count_down_end_text_size"
  96. android:textStyle="bold"/>
  97. <com.gionee.gamesdk.business.core.ui.CountDownViewGroup
  98. android:id="@+id/zzz_billboard_count_down_view"
  99. android:layout_width="wrap_content"
  100. android:layout_height="wrap_content"
  101. android:layout_below="@+id/zzz_billboard_count_down_end_text"
  102. android:layout_centerHorizontal="true"
  103. android:layout_marginTop="@dimen/zzz_billboard_count_down_view_margin_top"/>
  104. </RelativeLayout>
  105. </com.gionee.gamesdk.business.core.ui.ScrollViewLayout>
  106. <include
  107. layout="@layout/zzz_big_title_bar"/>
  108. </RelativeLayout>