p7725_sdk_activity_exit.xml
1.88 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
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center" >
<RelativeLayout
android:id="@+id/rl_root"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#0000"
android:gravity="center" >
<RelativeLayout
android:id="@+id/rl_exit"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:background="@drawable/p7725_exit_bg1"
android:orientation="vertical" >
<Button
android:id="@+id/btn_cancel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/com_7725_close" />
<ImageView
android:id="@+id/iv_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/com_7725_tips"
android:visibility="gone" />
<ImageView
android:id="@+id/iv_content"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:scaleType="fitXY" />
</RelativeLayout>
<Button
android:id="@+id/btn_exit"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/rl_exit"
android:layout_centerHorizontal="true"
android:background="@drawable/p7725_exit_ok_selector" />
</RelativeLayout>
</RelativeLayout>