fengche_dialog_update_task.xml
2.4 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
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="341dp"
android:layout_height="298dp"
android:layout_gravity="center"
android:background="@drawable/fengche_sdk_update_msg_bg">
<Button
android:id="@+id/fengche_update_task_download_cancel"
android:layout_width="248dp"
android:layout_height="31dp"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:layout_marginBottom="32dp"
android:background="@drawable/fengche_sdk_update_msg_sub"
android:text="@string/fengche_update_task_download_cancel"
android:textColor="@android:color/white"
android:textSize="15sp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="42dp"
android:layout_marginTop="88dp"
android:text="@string/fengche_update_task_title"
android:textColor="@android:color/white"
android:textSize="15sp" />
<RelativeLayout
android:layout_width="248dp"
android:layout_height="22dp"
android:layout_above="@id/fengche_update_task_download_cancel"
android:layout_centerHorizontal="true"
android:layout_marginBottom="30dp">
<ProgressBar
android:id="@+id/fengche_update_task_download_progressbar"
style="@style/YHProgressBar"
android:layout_width="202dp"
android:layout_height="14dp"
android:layout_centerVertical="true"
android:layout_marginEnd="10dp" />
<ImageView
android:layout_width="22dp"
android:layout_height="22dp"
android:layout_centerVertical="true"
android:layout_marginStart="191dp"
android:contentDescription="@string/fengche_image_content_des"
android:scaleType="centerInside"
android:src="@drawable/fengche_update_progressbar_icon" />
<TextView
android:id="@+id/fengche_update_task_download_per"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:textColor="#666666"
android:textSize="15sp" />
</RelativeLayout>
</RelativeLayout>