bp_notify_layout.xml
2.05 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
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="345dp"
android:layout_height="448dp"
android:orientation="vertical">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="105dp"
android:background="#3476F0">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_vertical|center_horizontal"
android:orientation="horizontal">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/dunpai" />
<TextView
android:layout_marginLeft="13dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@android:color/white"
android:text="正在优化电池,加速充电" />
</LinearLayout>
</RelativeLayout>
<RelativeLayout
android:layout_marginTop="10dp"
android:layout_width="match_parent"
android:layout_height="288dp"
android:background="#FFFFFF">
<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>
<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>