fengche_dialog_exit_game.xml
1.9 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
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="379dp"
android:layout_height="284dp"
android:layout_gravity="center"
android:background="@drawable/fengche_shape_exit_bg">
<ImageButton
android:id="@+id/fengche_sdk_exit_game_close"
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_alignParentTop="true"
android:layout_alignParentEnd="true"
android:layout_marginTop="17dp"
android:layout_marginEnd="17dp"
android:background="@android:color/transparent"
android:contentDescription="@string/fengche_image_content_des"
android:padding="5dp"
android:scaleType="centerInside"
android:src="@drawable/fengche_sdk_login_close_btn" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:gravity="center"
android:orientation="vertical">
<ImageView
android:layout_width="106dp"
android:layout_height="121dp"
android:contentDescription="@string/fengche_image_content_des"
android:scaleType="centerInside"
android:src="@drawable/fengche_sdk_exit_icon" />
<Button
android:id="@+id/fengche_exit_sub_btn"
android:layout_width="match_parent"
android:layout_height="35dp"
android:layout_marginStart="47dp"
android:layout_marginTop="40dp"
android:layout_marginEnd="47dp"
android:background="@drawable/fengche_sdk_login_sub_bg_full"
android:text="@string/fengche_exit_sub_btn"
android:textColor="@android:color/white"
android:textSize="13sp" />
</LinearLayout>
</RelativeLayout>