mch_dialog_logout.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
63
64
65
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:roundiv="http://schemas.android.com/apk/res-auto">
<RelativeLayout
android:layout_width="303dp"
android:layout_height="258dp"
android:layout_centerInParent="true">
<!--<com.mchsdk.paysdk.view.round.NiceImageView
android:layout_width="match_parent"
android:layout_height="200dp"
android:id="@+id/img_icon"
android:scaleType="fitXY"
android:src="#e2e2e2"
/>-->
<ImageView
android:layout_width="match_parent"
android:layout_height="200dp"
android:scaleType="fitXY"
android:id="@+id/img_icon"
/>
<LinearLayout
android:layout_width="match_parent"
android:orientation="horizontal"
android:background="@drawable/mch_btn_bai_yuan"
android:layout_below="@id/img_icon"
android:layout_height="match_parent">
<Button
android:id="@+id/btn_mc_fanhui"
android:layout_width="90dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:gravity="center"
android:text="取消"
android:textSize="15sp"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:layout_marginLeft="25dp"
android:background="@drawable/button2"
android:textColor="#ffcccccc"/>
<Button
android:id="@+id/btn_mc_likai"
android:layout_width="90dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:gravity="center"
android:layout_marginLeft="25dp"
android:layout_marginBottom="10dp"
android:layout_marginRight="22dp"
android:layout_marginTop="10dp"
android:background="@drawable/button1"
android:text="确定退出"
android:textSize="15sp"
android:textColor="#ffffffff"/>
</LinearLayout>
</RelativeLayout>
</RelativeLayout>