p7725_sdk_activity_login_pro.xml
3.6 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<Button
android:id="@+id/btn_to_fblogin"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:background="@drawable/p7725_sdk_btn_facebook_login" />
<Button
android:id="@+id/btn_to_login"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:background="@drawable/p7725_sdk_btn_7725_login" />
<Button
android:id="@+id/btn_to_quick_login"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:background="@drawable/p7725_sdk_btn_7725_quick_login"
/>
<RelativeLayout
android:id="@+id/layout_clause"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerInParent="true"
android:layout_gravity="center" >
<CheckBox
android:id="@+id/chck_clause"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/p7725_sdk_checkbox"
android:layout_alignParentBottom="true"
android:checked="true"
android:text="@string/p7725_sdk_chck_clause"
android:textColor="@color/p7725_sdk_clause"/>
<Button
android:id="@+id/btn_agree_privacy"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBaseline="@+id/chck_clause"
android:layout_alignBottom="@+id/chck_clause"
android:layout_toRightOf="@+id/chck_clause"
android:background="@color/p7725_sdk_transparent"
android:text="@string/p7725_sdk_txt_agree_privacy"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@color/p7725_sdk_clause"
/>
<TextView
android:id="@+id/txt_agree_and"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBaseline="@+id/btn_agree_privacy"
android:layout_alignBottom="@+id/btn_agree_privacy"
android:layout_toRightOf="@+id/btn_agree_privacy"
android:text="@string/p7725_sdk_txt_agree_and"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@color/p7725_sdk_clause" />
<Button
android:id="@+id/btn_agree_clause"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBaseline="@+id/txt_agree_and"
android:layout_alignBottom="@+id/txt_agree_and"
android:layout_toRightOf="@+id/txt_agree_and"
android:background="@color/p7725_sdk_transparent"
android:text="@string/p7725_sdk_txt_agree_clause"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@color/p7725_sdk_clause"
/>
</RelativeLayout>
</RelativeLayout>