tysdkn_dialog_wechat_to_app.xml 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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:gravity="center"
  6. android:orientation="vertical">
  7. <LinearLayout
  8. android:layout_width="330dp"
  9. android:layout_height="wrap_content"
  10. android:background="@drawable/tysdkn_bg_white_r4"
  11. android:orientation="vertical">
  12. <RelativeLayout
  13. android:layout_width="match_parent"
  14. android:layout_height="wrap_content"
  15. android:layout_marginBottom="11dp"
  16. android:layout_marginTop="12dp">
  17. <LinearLayout
  18. android:layout_width="match_parent"
  19. android:layout_height="wrap_content"
  20. android:gravity="center"
  21. android:orientation="horizontal">
  22. <ImageView
  23. android:layout_width="23dp"
  24. android:layout_height="23dp"
  25. android:background="@drawable/tysdkn_wechat_icon" />
  26. <TextView
  27. android:layout_width="wrap_content"
  28. android:layout_height="wrap_content"
  29. android:layout_marginLeft="7dp"
  30. android:text="微信支付公告"
  31. android:textColor="#ff111111"
  32. android:textSize="19sp" />
  33. </LinearLayout>
  34. <ImageView
  35. android:layout_width="17dp"
  36. android:layout_height="17dp"
  37. android:id="@+id/tysdkn_iv_close"
  38. android:layout_alignParentRight="true"
  39. android:layout_centerVertical="true"
  40. android:layout_marginRight="14dp"
  41. android:background="@drawable/tysdkn_close" />
  42. </RelativeLayout>
  43. <TextView
  44. android:id="@+id/tysdkn_tv_content"
  45. android:layout_width="wrap_content"
  46. android:layout_height="wrap_content"
  47. android:layout_marginLeft="13dp"
  48. android:layout_marginRight="13dp"
  49. android:lineSpacingExtra="5dp"
  50. android:text="因游戏内微信支付通道维护,需要使用微信支付的玩家请先打开天宇游戏APP并登陆,使用微信支付充值宇币后再回到游戏内,支付时选择宇币支付即可"
  51. android:textColor="#ff999999"
  52. android:textSize="14sp" />
  53. <LinearLayout
  54. android:layout_width="wrap_content"
  55. android:layout_height="wrap_content"
  56. android:layout_marginBottom="15dp"
  57. android:layout_marginLeft="14dp"
  58. android:layout_marginRight="14dp"
  59. android:layout_marginTop="14dp"
  60. android:gravity="center_vertical"
  61. android:orientation="horizontal">
  62. <LinearLayout
  63. android:layout_width="match_parent"
  64. android:layout_height="60dp"
  65. android:layout_weight="1"
  66. android:background="@drawable/tysdkn_bg_wechat"
  67. android:gravity="center"
  68. android:orientation="vertical">
  69. <TextView
  70. android:layout_width="wrap_content"
  71. android:layout_height="wrap_content"
  72. android:text="打开天宇游戏APP"
  73. android:gravity="center"
  74. android:textColor="#2DCD02"
  75. android:textSize="16sp" />
  76. <TextView
  77. android:layout_width="wrap_content"
  78. android:layout_height="wrap_content"
  79. android:layout_marginTop="6dp"
  80. android:text="可用微信支付"
  81. android:textColor="#ff999999"
  82. android:textSize="14sp" />
  83. </LinearLayout>
  84. <ImageView
  85. android:layout_width="14dp"
  86. android:layout_height="14dp"
  87. android:layout_marginLeft="6dp"
  88. android:layout_marginRight="6dp"
  89. android:background="@drawable/tysdkn_arrow_wechat" />
  90. <LinearLayout
  91. android:layout_width="match_parent"
  92. android:layout_height="60dp"
  93. android:layout_weight="1"
  94. android:background="@drawable/tysdkn_bg_wechat"
  95. android:gravity="center"
  96. android:orientation="vertical">
  97. <TextView
  98. android:layout_width="wrap_content"
  99. android:layout_height="wrap_content"
  100. android:text="APP内充值宇币"
  101. android:textColor="#2DCD02"
  102. android:textSize="16sp" />
  103. <TextView
  104. android:layout_width="wrap_content"
  105. android:layout_height="wrap_content"
  106. android:layout_marginTop="6dp"
  107. android:text="充值时选择宇币付款"
  108. android:textColor="#ff999999"
  109. android:textSize="14sp" />
  110. </LinearLayout>
  111. </LinearLayout>
  112. </LinearLayout>
  113. </LinearLayout>