mch_dialog_about_account.xml
2.0 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?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="230dp"
android:background="@drawable/mch_choosepay_backgrount"
android:gravity="center"
android:orientation="vertical">
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="45dp"
android:gravity="center"
android:text="小号说明"
android:textColor="@color/mch_controlgran"
android:textSize="18sp"/>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="100dp"
android:gravity="center"
android:background="@color/mch_bai">
<ScrollView
android:layout_width="wrap_content"
android:layout_height="200dp">
<TextView
android:id="@+id/tv_msg"
android:layout_width="200dp"
android:layout_height="wrap_content"
android:text="1、每款游戏最多可创建20个小号\n2、各小号相对独立,等同于一个平台账号在每个游戏里可以创建多个子账号\n3、在平台交易中心,可以将小号出售,同时不影响其他小号正常游戏\n4、小号可回收给到平台兑换其他游戏转游卷进行转游"
android:textSize="14dp"
android:layout_marginBottom="15dp"
android:layout_marginTop="5dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:textColor="#666666" />
</ScrollView>
</RelativeLayout>
<Button
android:id="@+id/btn_tv_mch_cancel"
android:layout_width="120dp"
android:layout_height="40dp"
android:text="我知道了"
android:gravity="center"
android:textSize="18dp"
android:layout_margin="10dp"
android:background="@drawable/button3"
android:textColor="#fffb645e"/>
</LinearLayout>