| 14792 |
manas |
1 |
<!--<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
2 |
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
|
|
|
3 |
android:layout_height="match_parent" android:paddingLeft="10dp"
|
|
|
4 |
android:paddingRight="10dp"
|
|
|
5 |
android:paddingTop="10dp"
|
|
|
6 |
android:paddingBottom="10dp"
|
|
|
7 |
android:background="@color/green_tobe_used"
|
|
|
8 |
tools:context="com.saholic.profittill.main.MobileVerificationFirstTime">
|
|
|
9 |
|
|
|
10 |
<ScrollView
|
|
|
11 |
android:background="@color/White"
|
|
|
12 |
android:layout_width="match_parent"
|
|
|
13 |
android:layout_height="match_parent">
|
|
|
14 |
<RelativeLayout
|
|
|
15 |
android:layout_width="match_parent"
|
|
|
16 |
android:layout_height="match_parent">
|
|
|
17 |
<TextView
|
|
|
18 |
android:textSize="25dp"
|
|
|
19 |
android:typeface="normal"
|
|
|
20 |
android:layout_marginTop="50dp"
|
|
|
21 |
android:id="@+id/mverifyFirstText"
|
|
|
22 |
android:gravity="center"
|
|
|
23 |
android:text="Please give a missed call to verify your mobile number"
|
|
|
24 |
android:layout_width="wrap_content"
|
|
|
25 |
android:layout_height="wrap_content" />
|
|
|
26 |
|
|
|
27 |
<ImageView
|
|
|
28 |
android:src="@drawable/missedcall"
|
|
|
29 |
android:id="@+id/mverifycallFirstpitcure"
|
|
|
30 |
android:layout_below="@id/mverifyFirstText"
|
|
|
31 |
android:layout_centerHorizontal="true"
|
|
|
32 |
android:layout_marginTop="15dp"
|
|
|
33 |
android:layout_width="wrap_content"
|
|
|
34 |
android:layout_height="wrap_content" />
|
|
|
35 |
<EditText
|
|
|
36 |
android:layout_marginTop="10dp"
|
|
|
37 |
android:hint="Mobile Number"
|
|
|
38 |
android:gravity="center"
|
|
|
39 |
android:editable="false"
|
|
|
40 |
android:layout_centerHorizontal="true"
|
|
|
41 |
android:layout_below="@id/mverifycallFirstpitcure"
|
|
|
42 |
android:id="@+id/mVerifyFirstnumber"
|
|
|
43 |
android:layout_width="200dp"
|
|
|
44 |
android:layout_height="40dp" />
|
|
|
45 |
|
|
|
46 |
<Button
|
|
|
47 |
android:text="Verify"
|
|
|
48 |
android:id="@+id/mverifyFirstButton"
|
|
|
49 |
android:layout_marginTop="10dp"
|
|
|
50 |
android:background="@drawable/button"
|
|
|
51 |
android:layout_centerHorizontal="true"
|
|
|
52 |
android:layout_below="@+id/mVerifyFirstnumber"
|
|
|
53 |
android:layout_width="150dp"
|
|
|
54 |
android:layout_height="40dp" />
|
|
|
55 |
|
|
|
56 |
|
|
|
57 |
<Button
|
|
|
58 |
android:text="Skip"
|
|
|
59 |
|
|
|
60 |
android:id="@+id/mverifyFirstSkip"
|
|
|
61 |
android:layout_marginTop="10dp"
|
|
|
62 |
android:layout_marginRight="20dp"
|
|
|
63 |
android:layout_alignParentRight="true"
|
|
|
64 |
android:layout_below="@+id/mverifyFirstButton"
|
|
|
65 |
android:layout_width="wrap_content"
|
|
|
66 |
android:background="@drawable/button"
|
|
|
67 |
android:layout_height="40dp" />
|
|
|
68 |
|
|
|
69 |
<Button
|
|
|
70 |
android:text="Call"
|
|
|
71 |
android:visibility="gone"
|
|
|
72 |
android:id="@+id/mverifyFirstCall"
|
|
|
73 |
android:layout_marginTop="10dp"
|
|
|
74 |
android:layout_centerHorizontal="true"
|
|
|
75 |
android:layout_below="@+id/mverifyFirstButton"
|
|
|
76 |
android:layout_width="wrap_content"
|
|
|
77 |
android:background="@drawable/button"
|
|
|
78 |
android:layout_height="40dp" />
|
|
|
79 |
|
|
|
80 |
|
|
|
81 |
<TextView
|
|
|
82 |
android:textColor="@color/green_tobe_used"
|
|
|
83 |
android:id="@+id/countDownFirst"
|
|
|
84 |
android:textSize="20dp"
|
|
|
85 |
android:layout_marginTop="20dp"
|
|
|
86 |
android:layout_below="@+id/mverifyFirstCall"
|
|
|
87 |
android:layout_centerHorizontal="true"
|
|
|
88 |
android:layout_width="wrap_content"
|
|
|
89 |
android:layout_height="wrap_content" />
|
|
|
90 |
</RelativeLayout>
|
|
|
91 |
</ScrollView>
|
|
|
92 |
|
|
|
93 |
</RelativeLayout>-->
|
|
|
94 |
|
|
|
95 |
<RelativeLayout
|
|
|
96 |
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
97 |
xmlns:tools="http://schemas.android.com/tools"
|
|
|
98 |
tools:context="com.saholic.profittill.main.MobileVerificationFirstTime"
|
|
|
99 |
android:layout_width="match_parent"
|
|
|
100 |
android:layout_height="match_parent">
|
|
|
101 |
<ScrollView
|
|
|
102 |
android:layout_width="match_parent"
|
|
|
103 |
android:layout_height="200dp"
|
|
|
104 |
android:id="@+id/mverifycallFirstsc1"
|
|
|
105 |
android:background="@color/green_tobe_used"
|
|
|
106 |
>
|
|
|
107 |
<ImageView
|
| 15976 |
manas |
108 |
android:src="@drawable/pmlogonew"
|
| 14792 |
manas |
109 |
android:id="@+id/mverifycallFirstpitcure"
|
|
|
110 |
android:layout_width="match_parent"
|
|
|
111 |
android:layout_height="match_parent" />
|
|
|
112 |
|
|
|
113 |
</ScrollView>
|
|
|
114 |
<ScrollView
|
|
|
115 |
android:layout_width="match_parent"
|
|
|
116 |
android:layout_height="match_parent"
|
|
|
117 |
android:id="@+id/mverifycallFirstsc2"
|
|
|
118 |
android:layout_below="@+id/mverifycallFirstsc1"
|
|
|
119 |
android:background="@color/White">
|
|
|
120 |
|
|
|
121 |
<RelativeLayout
|
|
|
122 |
android:layout_width="match_parent"
|
|
|
123 |
android:layout_height="match_parent">
|
|
|
124 |
<EditText
|
|
|
125 |
android:editable="false"
|
|
|
126 |
android:layout_width="250dp"
|
|
|
127 |
android:gravity="center"
|
|
|
128 |
android:layout_marginTop="10dp"
|
|
|
129 |
android:id="@+id/mobileNumberFirstTime"
|
|
|
130 |
android:background="@drawable/mobilenumber"
|
|
|
131 |
android:layout_centerHorizontal="true"
|
|
|
132 |
android:layout_height="wrap_content"/>
|
|
|
133 |
|
|
|
134 |
<TextView
|
|
|
135 |
android:layout_marginTop="7dp"
|
|
|
136 |
android:textSize="15dp"
|
|
|
137 |
android:text="We use your phone number to send you the latest updates on your earned cashbacks as you earn them."
|
|
|
138 |
android:layout_centerHorizontal="true"
|
|
|
139 |
android:layout_width="250dp"
|
|
|
140 |
android:id="@+id/mverifycallFirstText"
|
|
|
141 |
android:layout_below="@+id/mobileNumberFirstTime"
|
|
|
142 |
android:layout_height="match_parent" />
|
|
|
143 |
|
|
|
144 |
<Button
|
|
|
145 |
android:text="Give a missed call to Verify >"
|
|
|
146 |
android:layout_below="@+id/mverifycallFirstText"
|
|
|
147 |
android:gravity="center"
|
|
|
148 |
android:layout_marginTop="30dp"
|
|
|
149 |
android:background="@color/green_tobe_used"
|
|
|
150 |
android:textColor="@color/White"
|
|
|
151 |
android:layout_centerHorizontal="true"
|
|
|
152 |
android:id="@+id/mverifyFirstCall"
|
|
|
153 |
android:layout_width="250dp"
|
|
|
154 |
android:layout_height="40dp" />
|
|
|
155 |
|
|
|
156 |
<EditText
|
|
|
157 |
android:editable="false"
|
|
|
158 |
android:focusable="false"
|
| 15976 |
manas |
159 |
android:text="Skip >"
|
| 14792 |
manas |
160 |
android:background="@color/White"
|
|
|
161 |
android:textColor="@color/green_tobe_used"
|
|
|
162 |
android:layout_below="@+id/countDownFirst"
|
|
|
163 |
android:layout_width="wrap_content"
|
|
|
164 |
android:layout_height="40dp"
|
|
|
165 |
android:layout_marginTop="20dp"
|
|
|
166 |
android:layout_alignParentBottom="true"
|
|
|
167 |
android:layout_alignRight="@+id/mverifyFirstCall"
|
|
|
168 |
android:id="@+id/mverifyFirstSkip"
|
|
|
169 |
android:layout_alignEnd="@+id/mverifyFirstCall" />
|
|
|
170 |
|
|
|
171 |
<TextView
|
|
|
172 |
android:textColor="@color/green_tobe_used"
|
|
|
173 |
android:id="@+id/countDownFirst"
|
|
|
174 |
android:textSize="20dp"
|
|
|
175 |
|
|
|
176 |
android:layout_marginTop="20dp"
|
|
|
177 |
android:layout_below="@+id/mverifyFirstCall"
|
|
|
178 |
android:layout_centerHorizontal="true"
|
|
|
179 |
android:layout_width="250dp"
|
|
|
180 |
android:layout_height="wrap_content" />
|
|
|
181 |
</RelativeLayout>
|
|
|
182 |
</ScrollView>
|
|
|
183 |
</RelativeLayout>
|
|
|
184 |
|