sy_sdk_my_center.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
108
109
110
111
112
113
114
115
116
117
118
119
120
<?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:orientation="horizontal">
<LinearLayout
android:layout_width="50dp"
android:layout_height="match_parent"
android:background="#ffffff"
android:gravity="center_vertical"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/sy_sdk_bg_tab_right"
android:orientation="vertical">
<ListView
android:id="@+id/lv_menu"
android:layout_width="50dp"
android:layout_height="match_parent"
android:divider="@null"
android:paddingTop="20dp"
android:scrollbars="none" />
</LinearLayout>
</LinearLayout>
<RelativeLayout
android:id="@+id/ll_bg"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/sy_sdk_bg_tab_fra"
android:visibility="visible">
<LinearLayout
android:id="@+id/ll_my_center"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="30dp"
android:orientation="vertical"
android:visibility="visible">
<include layout="@layout/sy_sdk_fm_user_index" />
<LinearLayout
android:id="@+id/ll_other"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:visibility="visible">
<include layout="@layout/sy_sdk_view_title" />
<include layout="@layout/sy_sdk_view_title3" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<include layout="@layout/sy_sdk_fm_auth_name" />
<include layout="@layout/sy_sdk_fm_bind_new_phone" />
<include layout="@layout/sy_sdk_fm_check_old_phone" />
<!--充值 -->
<include layout="@layout/sy_sdk_fm_charge" />
<include layout="@layout/sy_sdk_fm_change_pwd_by_pwd" />
<!--设置-->
<include layout="@layout/sy_sdk_fm_index_setting" />
<!--交易记录-->
<include layout="@layout/sy_sdk_fm_charge_list" />
<!--网页-->
<include layout="@layout/sy_sdk_fm_web" />
<!-- <include layout="@layout/sy_sdk_fm_kefu" />-->
<!-- <include layout="@layout/yun_sdk_layout_rv" />-->
</RelativeLayout>
</LinearLayout>
</LinearLayout>
<include layout="@layout/sy_sdk_my_activity" />
<include layout="@layout/sy_sdk_my_gift" />
<include layout="@layout/sy_sdk_fm_kefu" />
<include layout="@layout/sy_sdk_my_welfare" />
</RelativeLayout>
<!-- <ImageView-->
<!-- android:id="@+id/yun_sdk_iv_cancel_all"-->
<!-- android:layout_width="45dp"-->
<!-- android:layout_height="45dp"-->
<!-- android:layout_alignParentRight="true"-->
<!-- android:gravity="center"-->
<!-- android:padding="10dp"-->
<!-- android:src="@drawable/sy_sdk_old_cancel"-->
<!-- android:visibility="gone" />-->
</RelativeLayout>
</LinearLayout>