bluep_smslist.xml
2.27 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
66
67
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/scrollView1"
android:layout_width="300sp"
android:layout_height="220sp"
android:background="#ffffffff"
android:gravity="center"
android:orientation="vertical" >
<ImageView
android:layout_width="200sp"
android:layout_height="50sp"
android:layout_marginTop="5sp"
android:background="@drawable/bluepay_logo" />
<TextView android:id="@+id/Bluep_payTip"
android:layout_width="250sp"
android:layout_height="40sp"
android:paddingRight="5sp"
android:layout_marginTop="5sp"
android:textColor="#ff000000"
android:textSize="14sp"
android:gravity="center"/>
<Button android:id="@+id/Bluep_payList"
android:layout_width="250sp"
android:layout_height="40sp"
android:paddingRight="5sp"
android:layout_marginTop="5sp"
android:textColor="#ff000000"
android:textSize="16sp"
android:gravity="center"
android:background="@drawable/bluep_paylist_bg"
android:drawableRight="@drawable/bluep_paylist_arrow_selector"/>
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="15sp"
android:layout_marginBottom="5sp" >
<Button android:id="@+id/Bluep_paybyYes"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="30sp"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:text="Ok"
android:textColor="#ffffffff"
android:background="@drawable/bluep_btnbg_selector" />
<Button
android:id="@+id/Bluep_paybyNo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="30sp"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:text="Cancel"
android:textColor="#ffffffff"
android:background="@drawable/bluep_btnbg_selector" />
</RelativeLayout>
</LinearLayout>