tysdkn_dialog_alipay_to_app.xml 5.3 KB

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