aiqu_dialog_game_rebate.xml
4.2 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/tranparent">
<LinearLayout
android:id="@+id/body"
android:layout_width="280dp"
android:layout_height="280dp"
android:background="@drawable/round_mainfragment_top3"
android:orientation="vertical"
android:paddingLeft="15dp"
android:paddingRight="15dp"
android:paddingBottom="10dp"
android:layout_centerInParent="true">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginRight="8dp"
android:src="@drawable/aiqu_bg_game_rebate_tips" />
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:drawableLeft="@drawable/wancms_server_point"
android:drawablePadding="10dp"
android:text="手动申请"
android:textColor="#333"
android:textSize="15sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="充值达到返利标准后,需要通过APP手动申请返利,提交审核后一般24小时内到账"
android:textSize="14dp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:drawableLeft="@drawable/wancms_server_point"
android:drawablePadding="10dp"
android:text="自动发放"
android:textColor="#333"
android:textSize="15sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="充值达到返利标准后,无需手动申请游戏一般为次日0点会自动发到账"
android:textSize="14dp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:drawableLeft="@drawable/wancms_server_point"
android:drawablePadding="10dp"
android:text="无返利"
android:textColor="#333"
android:textSize="15sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="代表此游戏没有充值返利"
android:textSize="14dp" />
<TextView
android:id="@+id/tv_know"
android:layout_width="190dp"
android:layout_height="45dp"
android:layout_gravity="center_horizontal"
android:background="@drawable/new_down_bg1"
android:gravity="center"
android:text="我知道了"
android:layout_marginTop="45dp"
android:textColor="@color/white"
android:textSize="15dp"
android:textStyle="bold" />
</LinearLayout>
</ScrollView>
</LinearLayout>
</RelativeLayout>