123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:gravity="center"
- android:orientation="vertical">
- <LinearLayout
- android:layout_width="330dp"
- android:layout_height="wrap_content"
- android:background="@drawable/tysdkn_bg_white_r4"
- android:orientation="vertical">
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="11dp"
- android:layout_marginTop="12dp">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:orientation="horizontal">
- <ImageView
- android:layout_width="23dp"
- android:layout_height="23dp"
- android:background="@drawable/tysdkn_wechat_icon" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="7dp"
- android:text="微信支付公告"
- android:textColor="#ff111111"
- android:textSize="19sp" />
- </LinearLayout>
- <ImageView
- android:layout_width="17dp"
- android:layout_height="17dp"
- android:id="@+id/tysdkn_iv_close"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:layout_marginRight="14dp"
- android:background="@drawable/tysdkn_close" />
- </RelativeLayout>
- <TextView
- android:id="@+id/tysdkn_tv_content"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="13dp"
- android:layout_marginRight="13dp"
- android:lineSpacingExtra="5dp"
- android:text="因游戏内微信支付通道维护,需要使用微信支付的玩家请先打开天宇游戏APP并登陆,使用微信支付充值宇币后再回到游戏内,支付时选择宇币支付即可"
- android:textColor="#ff999999"
- android:textSize="14sp" />
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginBottom="15dp"
- android:layout_marginLeft="14dp"
- android:layout_marginRight="14dp"
- android:layout_marginTop="14dp"
- android:gravity="center_vertical"
- android:orientation="horizontal">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="60dp"
- android:layout_weight="1"
- android:background="@drawable/tysdkn_bg_wechat"
- android:gravity="center"
- android:orientation="vertical">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="打开天宇游戏APP"
- android:gravity="center"
- android:textColor="#2DCD02"
- android:textSize="16sp" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="6dp"
- android:text="可用微信支付"
- android:textColor="#ff999999"
- android:textSize="14sp" />
- </LinearLayout>
- <ImageView
- android:layout_width="14dp"
- android:layout_height="14dp"
- android:layout_marginLeft="6dp"
- android:layout_marginRight="6dp"
- android:background="@drawable/tysdkn_arrow_wechat" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="60dp"
- android:layout_weight="1"
- android:background="@drawable/tysdkn_bg_wechat"
- android:gravity="center"
- android:orientation="vertical">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="APP内充值宇币"
- android:textColor="#2DCD02"
- android:textSize="16sp" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="6dp"
- android:text="充值时选择宇币付款"
- android:textColor="#ff999999"
- android:textSize="14sp" />
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
|