mch_dialog_messagecenter.xml
4.8 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
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="590dp"
android:layout_height="375dp"
tools:ignore="MissingDefaultResource">
<LinearLayout
android:layout_width="570dp"
android:layout_height="match_parent"
android:background="#0F1324"
android:layout_weight="1.5"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="47dp"
android:background="#0F1324"
android:layout_marginLeft="10dp"
android:orientation="horizontal">
<com.mchsdk.paysdk.view.round.NiceImageView
android:id="@+id/mch_funtion_hread_img"
android:layout_width="35dp"
android:layout_height="35dp"
android:scaleType="fitXY"
android:src="@drawable/mch_nav_pic_touxiang" />
<TextView
android:id="@+id/mch_funtion_tv_name"
android:layout_width="100dp"
android:layout_height="14dp"
android:layout_toRightOf="@id/mch_funtion_hread_img"
android:text="只只小草莓酱吖~"
android:textColor="#ffffffff"
android:textSize="13sp" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="60dp">
<HorizontalScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="60dp">
<GridView
android:id="@+id/grid"
android:layout_width="70dp"
android:layout_height="60dp"
android:gravity="center"
android:numColumns="auto_fit"
android:overScrollMode="never"
android:stretchMode="spacingWidthUniform"></GridView>
</LinearLayout>
</HorizontalScrollView>
</LinearLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:layout_marginTop="10dp">
<HorizontalScrollView
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:layout_alignParentLeft="true"
android:layout_marginStart="5dp"
android:layout_marginEnd="5dp"
android:scrollbars="none">
<LinearLayout
android:layout_width="200dp"
android:layout_height="match_parent">
<GridView
android:id="@+id/grid2"
android:layout_width="200dp"
android:layout_height="241dp"
android:gravity="center"
android:numColumns="auto_fit"
android:overScrollMode="never"
android:scrollbarAlwaysDrawVerticalTrack="true"
android:scrollbars="none"
android:stretchMode="spacingWidthUniform"></GridView>
</LinearLayout>
</HorizontalScrollView>
</LinearLayout>
</LinearLayout>
<!---->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#ffffffff"
android:layout_weight="1"
android:gravity="center"
android:orientation="horizontal">
<WebView
android:id="@+id/wv_webview"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/mch_transparent"
android:layout_alignParentBottom="true"/>
</LinearLayout>
<LinearLayout
android:layout_width="26dp"
android:layout_height="match_parent"
android:background="@color/design_default_color_error"
android:layout_weight="1"
android:gravity="center">
<TextView
android:id="@+id/Return"
android:layout_width="26dp"
android:layout_height="86dp"
android:text="返\n回\n游\n戏"
android:background="@drawable/biankuang1"
android:textColor="#ffffffff"
android:gravity="center"
android:textStyle="bold"
android:textSize="12sp"/>
</LinearLayout>
</LinearLayout>