wan_dialog_confirm.xml
1.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
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="@dimen/px_550"
android:layout_height="@dimen/px_229"
android:background="@drawable/wan_shape_exit_bg"
android:orientation="vertical">
<TextView
android:id="@+id/dialog_confirm_message_tv"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center|center_horizontal"
android:layout_marginBottom="@dimen/px_50"
android:layout_marginTop="@dimen/px_51"
android:gravity="center|center_horizontal"
android:text="@string/hnssn_prompt_error_tip"
android:textColor="@color/wan669_prompt_text"
android:textSize="@dimen/px_30"
android:textStyle="bold" />
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/wan669_prompt_view" />
<Button
android:id="@+id/dialog_confirm_btn"
android:layout_width="match_parent"
android:layout_height="@dimen/px_91"
android:layout_gravity="center"
android:background="@android:color/transparent"
android:gravity="center"
android:text="@string/hnssn_prompt_confirm"
android:textColor="@color/wan669_accent_color"
android:textSize="@dimen/px_30"
android:textStyle="bold" />
</LinearLayout>