wn_notify_layout.xml
2.49 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
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="450dp">
<LinearLayout
android:id="@+id/wn_layout"
android:layout_width="match_parent"
android:layout_height="344dp"
android:layout_marginTop="60dp"
android:background="@drawable/rect_wifi"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="44dp"
android:gravity="center_horizontal"
android:text="WIFI已连接,正在保护手机上网安全"
android:textColor="#000000" />
<ImageView
android:layout_width="290dp"
android:layout_height="1dp"
android:layout_gravity="center_horizontal"
android:layout_marginTop="18dp"
android:background="#EEEEEE" />
<ImageView
android:layout_width="290dp"
android:layout_height="1dp"
android:layout_gravity="center_horizontal"
android:background="#EEEEEE" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="232dp">
<include layout="@layout/a_big_layout"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="20dp"/>
</RelativeLayout>
</LinearLayout>
<RelativeLayout
android:id="@+id/delete_icon"
android:layout_width="match_parent"
android:layout_height="45dp"
android:layout_alignParentBottom="true">
<ImageView
android:id="@+id/close"
android:layout_width="12dp"
android:layout_height="12dp"
android:layout_centerHorizontal="true"
android:layout_centerInParent="true"
android:background="@drawable/chahao">
</ImageView>
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:background="@drawable/duihao" />
</RelativeLayout>
</RelativeLayout>