squirrel_fragment_recharge_success.xml
3.5 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
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<include layout="@layout/nut_view_title_default"/>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/nut_shape_dialog_pay"
android:paddingBottom="15dp"
android:paddingLeft="30dp"
android:paddingRight="30dp"
android:paddingTop="10dp">
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="150dp"
android:paddingLeft="27dp"
android:layout_centerInParent="true">
<TextView
android:id="@+id/squirrelTextWait"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_centerVertical="true"
android:drawableLeft="@drawable/squirrel_icon_recharge_wait"
android:drawablePadding="15dp"
android:gravity="center"
android:textColor="@color/nut_color_black_light_transparent"
android:textSize="14sp"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/squirrelTextWait"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_marginBottom="41dp"
android:drawableLeft="@drawable/squirrel_icon_pay_finish"
android:drawablePadding="15dp"
android:gravity="center"
android:text="@string/nut_trade_finish"
android:textColor="@color/nut_color_black_light_transparent"
android:textSize="14sp"/>
<TextView
android:id="@+id/squirrelTextBackGame"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/squirrelTextWait"
android:layout_alignStart="@+id/squirrelTextWait"
android:layout_below="@+id/squirrelTextWait"
android:layout_marginTop="41dp"
android:drawableLeft="@drawable/squirrel_icon_uncheck"
android:drawablePadding="15dp"
android:gravity="center"
android:text="@string/nut_back_game"
android:textColor="@color/nut_color_pay_wait"
android:textSize="14sp"/>
<View
android:layout_width="3dp"
android:layout_height="41dp"
android:layout_above="@+id/squirrelTextWait"
android:layout_marginLeft="9dp"
android:background="@color/squirrel_color_primary"/>
<View
android:id="@+id/squirrelDivide"
android:layout_width="3dp"
android:layout_height="41dp"
android:layout_below="@+id/squirrelTextWait"
android:layout_marginLeft="9dp"
android:background="@color/nut_color_pay_wait"/>
</RelativeLayout>
</RelativeLayout>
</LinearLayout>