un_notify_layout.xml
2.59 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
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="320dp"
android:layout_height="420dp"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:background="@android:color/white"
android:orientation="vertical">
<!--<RelativeLayout-->
<!--android:layout_width="match_parent"-->
<!--android:layout_height="106dp">-->
<!--<include layout="@layout/a_small_layout"/>-->
<!--</RelativeLayout>-->
<!--<ImageView-->
<!--android:layout_width="290dp"-->
<!--android:layout_height="1dp"-->
<!--android:background="#EEEEEE"-->
<!--android:layout_marginTop="15dp"/>-->
<ImageView
android:layout_marginTop="20dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/lingdang" />
<TextView
android:layout_marginTop="9dp"
android:id="@+id/times_watch"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:text="今天第1次看手机" />
<TextView
android:layout_marginTop="9dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:text="少看看手机,多陪陪家人" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="212dp">
<include layout="@layout/a_big_layout"
android:layout_width="wrap_content"
android:layout_centerHorizontal="true"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"/>
</RelativeLayout>
</LinearLayout>
<RelativeLayout
android:id="@+id/delete_icon"
android:layout_width="match_parent"
android:layout_height="45dp">
<ImageView
android:id="@+id/close"
android:layout_width="@dimen/close_item_size"
android:layout_height="@dimen/close_item_size"
android:layout_centerInParent="true"
android:layout_centerHorizontal="true"
android:background="@drawable/chahao">
</ImageView>
</RelativeLayout>
</LinearLayout>