tysdkn_homepager.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:orientation="vertical">
  6. <LinearLayout
  7. android:id="@+id/tysdkn_ll_home_top"
  8. android:layout_width="match_parent"
  9. android:layout_height="38dp"
  10. android:background="#ffffff"
  11. android:orientation="horizontal">
  12. <RelativeLayout
  13. android:id="@+id/tysdkn_curgame_gift"
  14. android:layout_width="0dp"
  15. android:layout_height="match_parent"
  16. android:layout_weight="1">
  17. <TextView
  18. android:layout_width="wrap_content"
  19. android:layout_height="wrap_content"
  20. android:layout_centerInParent="true"
  21. android:text="礼包"
  22. android:textColor="#111111"
  23. android:textSize="14sp" />
  24. <ImageView
  25. android:id="@+id/tysdkn_popwind_gift_item_red"
  26. android:layout_width="7dp"
  27. android:layout_height="7dp"
  28. android:layout_alignParentRight="true"
  29. android:layout_marginRight="28dp"
  30. android:layout_marginTop="10dp"
  31. android:src="@drawable/tysdkn_red_p"
  32. />
  33. <View
  34. android:id="@+id/tysdkn_curgame_gift_view"
  35. android:layout_width="23dp"
  36. android:layout_height="3dp"
  37. android:layout_alignParentBottom="true"
  38. android:layout_centerHorizontal="true"
  39. android:background="#30B8FF"
  40. />
  41. </RelativeLayout>
  42. <RelativeLayout
  43. android:id="@+id/tysdkn_curgame_recharge"
  44. android:layout_width="0dp"
  45. android:layout_height="match_parent"
  46. android:layout_weight="1">
  47. <TextView
  48. android:layout_width="wrap_content"
  49. android:layout_height="wrap_content"
  50. android:layout_centerInParent="true"
  51. android:text="卡券"
  52. android:textColor="#111111"
  53. android:textSize="14sp" />
  54. <ImageView
  55. android:id="@+id/tysdkn_popwind_discount_item_red"
  56. android:layout_width="7dp"
  57. android:layout_height="7dp"
  58. android:layout_alignParentRight="true"
  59. android:layout_marginRight="28dp"
  60. android:layout_marginTop="10dp"
  61. android:src="@drawable/tysdkn_red_p"
  62. />
  63. <View
  64. android:id="@+id/tysdkn_curgame_recharge_view"
  65. android:layout_width="23dp"
  66. android:layout_height="3dp"
  67. android:layout_alignParentBottom="true"
  68. android:layout_centerHorizontal="true"
  69. android:visibility="invisible"
  70. android:background="#30B8FF" />
  71. </RelativeLayout>
  72. <!--<RelativeLayout-->
  73. <!--android:id="@+id/tysdkn_curgame_account"-->
  74. <!--android:layout_width="0dp"-->
  75. <!--android:layout_height="match_parent"-->
  76. <!--android:layout_weight="1">-->
  77. <!--<TextView-->
  78. <!--android:layout_width="wrap_content"-->
  79. <!--android:layout_height="wrap_content"-->
  80. <!--android:layout_centerInParent="true"-->
  81. <!--android:text="账号交易"-->
  82. <!--android:textColor="#FFF"-->
  83. <!--android:textSize="12sp" />-->
  84. <!--<View-->
  85. <!--android:id="@+id/tysdkn_curgame_account_view"-->
  86. <!--android:layout_width="47dp"-->
  87. <!--android:layout_height="3dp"-->
  88. <!--android:layout_alignParentBottom="true"-->
  89. <!--android:layout_centerHorizontal="true"-->
  90. <!--android:background="#FF4366FF"-->
  91. <!--android:visibility="invisible"-->
  92. <!--/>-->
  93. <!--</RelativeLayout>-->
  94. </LinearLayout>
  95. <FrameLayout
  96. android:layout_below="@id/tysdkn_ll_home_top"
  97. android:id="@+id/tysdkn_curgame_fra"
  98. android:layout_width="match_parent"
  99. android:layout_height="match_parent"
  100. />
  101. <!--android:background="#84020202"-->
  102. </LinearLayout>