mch_activity_function.xml
11.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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<RelativeLayout
android:id="@+id/layout_yindao"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:id="@+id/img_mc_2"
android:layout_width="148dp"
android:layout_height="31dp"
android:background="@drawable/mch_txt_1"
android:layout_alignParentRight="true"
android:layout_alignParentBottom="true"
android:layout_marginRight="49dp"
android:layout_marginBottom="150dp"
/>
<ImageView
android:id="@+id/img_mc_1"
android:layout_width="113dp"
android:layout_height="55dp"
android:src="@drawable/mch_btn_next"
android:layout_centerInParent="true"
/>
</RelativeLayout>
<RelativeLayout
android:id="@+id/mch_funtion_layout"
android:layout_alignParentBottom="true"
android:layout_width="match_parent"
android:layout_height="167dp">
<RelativeLayout
android:id="@+id/lay_con"
android:layout_width="match_parent"
android:background="@drawable/mch_tab_bg_shu"
android:layout_alignParentBottom="true"
android:layout_height="140dp">
<GridView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="28dp"
android:overScrollMode="never"
android:scrollbars="none"
/>
<!--<LinearLayout-->
<!--android:id="@+id/mch_first_layout"-->
<!--android:layout_width="match_parent"-->
<!--android:layout_marginTop="44dp"-->
<!--android:orientation="horizontal"-->
<!--android:layout_height="wrap_content">-->
<!--<LinearLayout-->
<!--android:id="@+id/btn_mch_funtion_my"-->
<!--android:layout_width="0dp"-->
<!--android:layout_weight="1"-->
<!--android:orientation="vertical"-->
<!--android:layout_height="wrap_content">-->
<!--<ImageView-->
<!--android:layout_width="43dp"-->
<!--android:layout_height="43dp"-->
<!--android:layout_gravity="center_horizontal"-->
<!--android:background="@drawable/mch_tab_icon_wo_n"-->
<!--/>-->
<!--<TextView-->
<!--android:text="我的"-->
<!--style="@style/MCHtextStyle"-->
<!--/>-->
<!--</LinearLayout>-->
<!--<LinearLayout-->
<!--android:id="@+id/btn_mch_funtion_gift"-->
<!--android:layout_width="0dp"-->
<!--android:layout_weight="1"-->
<!--android:orientation="vertical"-->
<!--android:layout_height="wrap_content">-->
<!--<ImageView-->
<!--android:layout_width="43dp"-->
<!--android:layout_height="43dp"-->
<!--android:layout_gravity="center_horizontal"-->
<!--android:background="@drawable/mch_tab_icon_libao_n"-->
<!--/>-->
<!--<TextView-->
<!--android:text="礼包"-->
<!--style="@style/MCHtextStyle"-->
<!--/>-->
<!--</LinearLayout>-->
<!--<LinearLayout-->
<!--android:id="@+id/btn_mch_funtion_fuli"-->
<!--android:layout_width="0dp"-->
<!--android:layout_weight="1"-->
<!--android:orientation="vertical"-->
<!--android:layout_height="wrap_content">-->
<!--<ImageView-->
<!--android:layout_width="43dp"-->
<!--android:layout_height="43dp"-->
<!--android:layout_gravity="center_horizontal"-->
<!--android:background="@drawable/mch_tab_icon_fuli_n"-->
<!--/>-->
<!--<TextView-->
<!--android:text="福利"-->
<!--style="@style/MCHtextStyle"-->
<!--/>-->
<!--</LinearLayout>-->
<!--<LinearLayout-->
<!--android:id="@+id/btn_mch_funtion_kefu"-->
<!--android:layout_width="0dp"-->
<!--android:layout_weight="1"-->
<!--android:orientation="vertical"-->
<!--android:layout_height="wrap_content">-->
<!--<ImageView-->
<!--android:layout_width="43dp"-->
<!--android:layout_height="43dp"-->
<!--android:layout_gravity="center_horizontal"-->
<!--android:background="@drawable/mch_tab_icon_kefu_n"-->
<!--/>-->
<!--<TextView-->
<!--android:text="客服"-->
<!--style="@style/MCHtextStyle"-->
<!--/>-->
<!--</LinearLayout>-->
<!--</LinearLayout>-->
<!--<LinearLayout-->
<!--android:id="@+id/mch_twe_layout"-->
<!--android:layout_below="@id/mch_first_layout"-->
<!--android:layout_width="match_parent"-->
<!--android:layout_marginTop="15dp"-->
<!--android:orientation="horizontal"-->
<!--android:layout_height="wrap_content">-->
<!--<LinearLayout-->
<!--android:id="@+id/btn_mch_funtion_shequ"-->
<!--android:layout_width="0dp"-->
<!--android:layout_weight="1"-->
<!--android:orientation="vertical"-->
<!--android:layout_height="wrap_content">-->
<!--<ImageView-->
<!--android:layout_width="43dp"-->
<!--android:layout_height="43dp"-->
<!--android:layout_gravity="center_horizontal"-->
<!--android:background="@drawable/mch_tab_icon_shequ_n"-->
<!--/>-->
<!--<TextView-->
<!--android:text="社区"-->
<!--style="@style/MCHtextStyle"-->
<!--/>-->
<!--</LinearLayout>-->
<!--<LinearLayout-->
<!--android:id="@+id/btn_mch_funtion_haoyou"-->
<!--android:layout_width="0dp"-->
<!--android:layout_weight="1"-->
<!--android:orientation="vertical"-->
<!--android:layout_height="wrap_content">-->
<!--<ImageView-->
<!--android:layout_width="43dp"-->
<!--android:layout_height="43dp"-->
<!--android:layout_gravity="center_horizontal"-->
<!--android:background="@drawable/mch_tab_icon_friend_n"-->
<!--/>-->
<!--<TextView-->
<!--android:text="好友"-->
<!--style="@style/MCHtextStyle"-->
<!--/>-->
<!--</LinearLayout>-->
<!--<LinearLayout-->
<!--android:id="@+id/btn_mch_funtion_share"-->
<!--android:layout_width="0dp"-->
<!--android:layout_weight="1"-->
<!--android:orientation="vertical"-->
<!--android:layout_height="wrap_content">-->
<!--<ImageView-->
<!--android:layout_width="43dp"-->
<!--android:layout_height="43dp"-->
<!--android:layout_gravity="center_horizontal"-->
<!--android:background="@drawable/mch_tab_icon_share_n"-->
<!--/>-->
<!--<TextView-->
<!--android:text="分享"-->
<!--style="@style/MCHtextStyle"-->
<!--/>-->
<!--</LinearLayout>-->
<!--<LinearLayout-->
<!--android:id="@+id/btn_mch_funtion_zhuxiao"-->
<!--android:layout_width="0dp"-->
<!--android:layout_weight="1"-->
<!--android:orientation="vertical"-->
<!--android:layout_height="wrap_content">-->
<!--<ImageView-->
<!--android:layout_width="43dp"-->
<!--android:layout_height="43dp"-->
<!--android:layout_gravity="center_horizontal"-->
<!--android:background="@drawable/mch_tab_icon_zhuxiao_n"-->
<!--/>-->
<!--<TextView-->
<!--android:text="注销"-->
<!--style="@style/MCHtextStyle"-->
<!--/>-->
<!--</LinearLayout>-->
<!--</LinearLayout>-->
</RelativeLayout>
<com.mchsdk.paysdk.view.round.NiceImageView
android:id="@+id/mch_funtion_hread_img"
android:layout_width="46dp"
android:layout_height="46dp"
android:layout_marginLeft="18dp"
android:scaleType="fitXY"
android:src="@drawable/mch_nav_pic_touxiang"
/>
<TextView
android:id="@+id/mch_funtion_tv_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="账号"
android:layout_marginLeft="5dp"
android:singleLine="true"
android:textSize="13dp"
android:textColor="#ffffff"
android:layout_toRightOf="@id/mch_funtion_hread_img"
android:layout_marginTop="30dp"
/>
</RelativeLayout>
<View
android:id="@+id/view_mch_function_null"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_above="@id/mch_funtion_layout"
/>
</RelativeLayout>