| 14792 |
manas |
1 |
<RelativeLayout
|
|
|
2 |
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
3 |
xmlns:tools="http://schemas.android.com/tools"
|
|
|
4 |
tools:context="com.saholic.profittill.main.MobileVerificationFirstTime"
|
|
|
5 |
android:layout_width="match_parent"
|
|
|
6 |
android:layout_height="match_parent">
|
| 16080 |
manas |
7 |
<RelativeLayout
|
|
|
8 |
android:layout_width="match_parent"
|
|
|
9 |
android:id="@+id/layoutFirstTime1"
|
|
|
10 |
android:visibility="visible"
|
|
|
11 |
android:layout_height="match_parent">
|
| 14792 |
manas |
12 |
<ScrollView
|
|
|
13 |
android:layout_width="match_parent"
|
|
|
14 |
android:layout_height="200dp"
|
|
|
15 |
android:id="@+id/mverifycallFirstsc1"
|
| 16080 |
manas |
16 |
android:background="@color/green_tobe_used">
|
| 14792 |
manas |
17 |
<ImageView
|
| 15976 |
manas |
18 |
android:src="@drawable/pmlogonew"
|
| 14792 |
manas |
19 |
android:id="@+id/mverifycallFirstpitcure"
|
|
|
20 |
android:layout_width="match_parent"
|
|
|
21 |
android:layout_height="match_parent" />
|
|
|
22 |
|
|
|
23 |
</ScrollView>
|
|
|
24 |
<ScrollView
|
|
|
25 |
android:layout_width="match_parent"
|
|
|
26 |
android:layout_height="match_parent"
|
|
|
27 |
android:id="@+id/mverifycallFirstsc2"
|
|
|
28 |
android:layout_below="@+id/mverifycallFirstsc1"
|
|
|
29 |
android:background="@color/White">
|
|
|
30 |
|
|
|
31 |
<RelativeLayout
|
|
|
32 |
android:layout_width="match_parent"
|
|
|
33 |
android:layout_height="match_parent">
|
|
|
34 |
<EditText
|
|
|
35 |
android:editable="false"
|
|
|
36 |
android:layout_width="250dp"
|
|
|
37 |
android:gravity="center"
|
|
|
38 |
android:layout_marginTop="10dp"
|
|
|
39 |
android:id="@+id/mobileNumberFirstTime"
|
|
|
40 |
android:background="@drawable/mobilenumber"
|
|
|
41 |
android:layout_centerHorizontal="true"
|
|
|
42 |
android:layout_height="wrap_content"/>
|
|
|
43 |
|
|
|
44 |
<TextView
|
|
|
45 |
android:layout_marginTop="7dp"
|
|
|
46 |
android:textSize="15dp"
|
| 16080 |
manas |
47 |
android:text="Please verify your mobile number to earn cashbacks on deals."
|
| 14792 |
manas |
48 |
android:layout_centerHorizontal="true"
|
|
|
49 |
android:layout_width="250dp"
|
| 16080 |
manas |
50 |
android:gravity="center"
|
| 14792 |
manas |
51 |
android:id="@+id/mverifycallFirstText"
|
|
|
52 |
android:layout_below="@+id/mobileNumberFirstTime"
|
|
|
53 |
android:layout_height="match_parent" />
|
|
|
54 |
|
|
|
55 |
<Button
|
| 16080 |
manas |
56 |
android:text="Give a missed call to Verify"
|
| 14792 |
manas |
57 |
android:layout_below="@+id/mverifycallFirstText"
|
|
|
58 |
android:gravity="center"
|
|
|
59 |
android:layout_marginTop="30dp"
|
|
|
60 |
android:background="@color/green_tobe_used"
|
|
|
61 |
android:textColor="@color/White"
|
|
|
62 |
android:layout_centerHorizontal="true"
|
|
|
63 |
android:id="@+id/mverifyFirstCall"
|
|
|
64 |
android:layout_width="250dp"
|
|
|
65 |
android:layout_height="40dp" />
|
|
|
66 |
|
|
|
67 |
<TextView
|
|
|
68 |
android:textColor="@color/green_tobe_used"
|
|
|
69 |
android:id="@+id/countDownFirst"
|
|
|
70 |
android:textSize="20dp"
|
|
|
71 |
|
|
|
72 |
android:layout_marginTop="20dp"
|
|
|
73 |
android:layout_below="@+id/mverifyFirstCall"
|
|
|
74 |
android:layout_centerHorizontal="true"
|
|
|
75 |
android:layout_width="250dp"
|
|
|
76 |
android:layout_height="wrap_content" />
|
|
|
77 |
</RelativeLayout>
|
| 16080 |
manas |
78 |
|
| 14792 |
manas |
79 |
</ScrollView>
|
| 16080 |
manas |
80 |
|
|
|
81 |
<EditText
|
|
|
82 |
android:layout_width="120dp"
|
|
|
83 |
android:layout_height="32dp"
|
|
|
84 |
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
85 |
android:text="Verify Later >"
|
|
|
86 |
android:textColor="@color/White"
|
|
|
87 |
android:id="@+id/mverifyFirstSkip"
|
|
|
88 |
android:background="@drawable/verifylater"
|
|
|
89 |
android:layout_marginRight="52dp"
|
|
|
90 |
android:gravity="center"
|
|
|
91 |
android:textSize="18dp"
|
|
|
92 |
android:editable="false"
|
|
|
93 |
android:focusable="false"
|
|
|
94 |
android:layout_marginEnd="52dp"
|
|
|
95 |
android:layout_alignParentTop="true"
|
|
|
96 |
android:layout_alignParentRight="true"
|
|
|
97 |
android:layout_marginTop="10dp"
|
|
|
98 |
android:layout_alignParentEnd="true" />
|
|
|
99 |
</RelativeLayout>
|
|
|
100 |
|
|
|
101 |
<RelativeLayout
|
|
|
102 |
android:layout_width="match_parent"
|
|
|
103 |
android:id="@+id/layoutFirstTime2"
|
|
|
104 |
android:visibility="gone"
|
|
|
105 |
android:layout_height="match_parent">
|
|
|
106 |
|
|
|
107 |
<ScrollView
|
|
|
108 |
android:layout_width="match_parent"
|
|
|
109 |
android:layout_height="match_parent"
|
|
|
110 |
android:id="@+id/mverifyCallLoaderFirstTime"
|
|
|
111 |
android:background="@color/green_tobe_used">
|
|
|
112 |
|
|
|
113 |
<RelativeLayout
|
|
|
114 |
android:layout_width="match_parent"
|
|
|
115 |
android:layout_marginTop="10dp"
|
|
|
116 |
android:layout_height="match_parent">
|
|
|
117 |
|
|
|
118 |
<EditText
|
|
|
119 |
android:layout_width="120dp"
|
|
|
120 |
android:layout_height="32dp"
|
|
|
121 |
android:editable="false"
|
|
|
122 |
android:focusable="false"
|
|
|
123 |
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
124 |
android:text="Verify Later >"
|
|
|
125 |
android:textColor="@color/White"
|
|
|
126 |
android:id="@+id/FailureLater"
|
|
|
127 |
android:background="@drawable/verifylater"
|
|
|
128 |
android:gravity="center"
|
|
|
129 |
android:layout_marginLeft="10dp"
|
|
|
130 |
android:textSize="18dp"/>
|
|
|
131 |
|
|
|
132 |
<EditText
|
|
|
133 |
android:layout_width="120dp"
|
|
|
134 |
android:layout_height="32dp"
|
|
|
135 |
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
136 |
android:text="Try Again"
|
|
|
137 |
android:textColor="@color/White"
|
|
|
138 |
android:id="@+id/FailureAgain"
|
|
|
139 |
android:background="@drawable/verifylater"
|
|
|
140 |
android:gravity="center"
|
|
|
141 |
android:editable="false"
|
|
|
142 |
android:focusable="false"
|
|
|
143 |
android:layout_marginRight="10dp"
|
|
|
144 |
android:textSize="18dp"
|
|
|
145 |
android:layout_alignParentRight="true"/>
|
|
|
146 |
<ImageView
|
|
|
147 |
android:src="@drawable/failureverification"
|
|
|
148 |
android:id="@+id/failure"
|
|
|
149 |
android:layout_marginTop="10dp"
|
|
|
150 |
android:layout_below="@+id/FailureLater"
|
|
|
151 |
android:layout_width="wrap_content"
|
|
|
152 |
android:layout_marginLeft="10dp"
|
|
|
153 |
android:layout_marginRight="10dp"
|
|
|
154 |
android:layout_centerHorizontal="true"
|
|
|
155 |
android:layout_height="wrap_content" />
|
|
|
156 |
|
|
|
157 |
</RelativeLayout>
|
|
|
158 |
</ScrollView>
|
|
|
159 |
</RelativeLayout>
|
| 14792 |
manas |
160 |
</RelativeLayout>
|
|
|
161 |
|