guild_yys_pay.xml
2.7 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
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:fadeScrollbars="false"
android:fadingEdge="none"
android:fadingEdgeLength="0dip"
android:orientation="vertical"
android:persistentDrawingCache="none">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="0dip"
android:gravity="center"
android:orientation="vertical"
android:padding="0dip">
<cn.fancy.sdk.pay.view.PayGridView
android:id="@+id/guild_yys_options_gv"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dip"
android:layout_marginTop="15dip"
android:layout_marginRight="20dip"
android:fadeScrollbars="false"
android:fadingEdge="none"
android:fadingEdgeLength="0dip"
android:horizontalSpacing="10dp"
android:listSelector="#00000000"
android:numColumns="3"
android:persistentDrawingCache="none"
android:stretchMode="columnWidth"
android:verticalSpacing="10dp" />
<RelativeLayout
android:id="@+id/guild_yyspay_reminder"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dip"
android:layout_marginTop="10dip"
android:layout_marginRight="10dip"
android:gravity="left"
android:paddingLeft="0dip"
android:paddingTop="0dip"
android:paddingRight="0dip"
android:paddingBottom="20dip">
<ImageView
android:id="@+id/guild_yyspay_reminder_img"
android:layout_width="17dip"
android:layout_height="17dip"
android:layout_margin="0dip"
android:background="@drawable/guild_pay_info_mark"
android:contentDescription="@string/guild_img_des"
android:padding="0dip" />
<TextView
android:id="@+id/guild_yys_help_info"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="5dip"
android:layout_toRightOf="@+id/guild_yyspay_reminder_img"
android:padding="0dip" />
</RelativeLayout>
</LinearLayout>
</ScrollView>