| 21194 |
rajender |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
|
|
|
3 |
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
4 |
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
|
|
|
5 |
android:layout_height="match_parent"
|
|
|
6 |
android:paddingBottom="@dimen/activity_vertical_margin"
|
|
|
7 |
android:paddingLeft="@dimen/activity_horizontal_margin"
|
|
|
8 |
android:paddingRight="@dimen/activity_horizontal_margin"
|
|
|
9 |
android:paddingTop="@dimen/activity_vertical_margin"
|
|
|
10 |
android:background="@color/green_tobe_used"
|
|
|
11 |
tools:context="com.saholic.profittill.main.PendingActivity">
|
|
|
12 |
|
|
|
13 |
]<LinearLayout android:layout_width="match_parent"
|
|
|
14 |
android:layout_height="match_parent"
|
|
|
15 |
android:background="@drawable/roundshape"
|
|
|
16 |
android:orientation="vertical"
|
|
|
17 |
android:weightSum="1"
|
|
|
18 |
android:layout_alignParentTop="true"
|
|
|
19 |
android:layout_alignParentLeft="true"
|
|
|
20 |
android:layout_alignParentStart="true">
|
|
|
21 |
|
|
|
22 |
<RelativeLayout
|
|
|
23 |
android:layout_width="50dp"
|
|
|
24 |
android:layout_height="0dp"
|
|
|
25 |
android:layout_gravity="center"
|
|
|
26 |
android:gravity="center"
|
|
|
27 |
android:layout_weight="0.5">
|
|
|
28 |
|
|
|
29 |
<ImageView
|
|
|
30 |
android:layout_width="wrap_content"
|
|
|
31 |
android:layout_height="wrap_content"
|
|
|
32 |
android:src="@drawable/ic_ticks"
|
|
|
33 |
android:layout_gravity="center_horizontal"
|
|
|
34 |
android:layout_centerHorizontal="true" />
|
|
|
35 |
|
|
|
36 |
|
|
|
37 |
</RelativeLayout>
|
|
|
38 |
<LinearLayout
|
|
|
39 |
android:layout_width="fill_parent"
|
|
|
40 |
android:padding="10dp"
|
|
|
41 |
android:layout_height="wrap_content" >
|
|
|
42 |
|
|
|
43 |
<RelativeLayout
|
|
|
44 |
android:layout_width="fill_parent"
|
|
|
45 |
android:layout_height="wrap_content" >
|
|
|
46 |
|
|
|
47 |
g<TextView
|
|
|
48 |
android:id="@+id/thanks"
|
|
|
49 |
android:textColor="@color/grey_black"
|
|
|
50 |
android:text="Your details have been Submited \n We will get back to you soon."
|
|
|
51 |
android:textSize="20dp"
|
|
|
52 |
android:gravity="center_horizontal"
|
|
|
53 |
android:layout_centerHorizontal="true"
|
|
|
54 |
android:layout_width="match_parent"
|
|
|
55 |
android:layout_height="wrap_content" />
|
|
|
56 |
|
|
|
57 |
</RelativeLayout>
|
|
|
58 |
</LinearLayout>
|
|
|
59 |
|
|
|
60 |
|
|
|
61 |
<LinearLayout
|
|
|
62 |
android:layout_width="fill_parent"
|
|
|
63 |
android:padding="10dp"
|
|
|
64 |
android:layout_marginTop="85dp"
|
|
|
65 |
android:layout_height="wrap_content" >
|
|
|
66 |
|
|
|
67 |
<RelativeLayout
|
|
|
68 |
android:layout_width="fill_parent"
|
|
|
69 |
android:layout_height="wrap_content" >
|
|
|
70 |
<TextView
|
|
|
71 |
android:id="@+id/contactUsNumber"
|
|
|
72 |
android:textSize="20dp"
|
|
|
73 |
android:text="Call us at"
|
|
|
74 |
android:textColor="@color/grey_black"
|
|
|
75 |
android:layout_width="wrap_content"
|
|
|
76 |
android:layout_centerHorizontal="true"
|
|
|
77 |
android:layout_height="wrap_content" />
|
|
|
78 |
|
|
|
79 |
|
|
|
80 |
</RelativeLayout>
|
|
|
81 |
</LinearLayout>
|
|
|
82 |
|
|
|
83 |
<LinearLayout
|
|
|
84 |
android:layout_width="fill_parent"
|
|
|
85 |
android:padding="10dp"
|
|
|
86 |
android:layout_marginTop="10dp"
|
|
|
87 |
android:layout_height="wrap_content"
|
|
|
88 |
android:id="@+id/linear" >
|
|
|
89 |
|
|
|
90 |
<RelativeLayout
|
|
|
91 |
android:layout_width="fill_parent"
|
|
|
92 |
android:layout_height="wrap_content" >
|
|
|
93 |
|
|
|
94 |
|
|
|
95 |
<TextView
|
|
|
96 |
android:layout_width="match_parent"
|
|
|
97 |
android:layout_height="wrap_content"
|
|
|
98 |
android:textColor="@color/grey_black"
|
|
|
99 |
android:text="Customer Care team will available from Monday 10 a.m. to Saturday 7 p.m."
|
|
|
100 |
android:textSize="15dp"
|
|
|
101 |
android:gravity="center_horizontal"
|
|
|
102 |
android:layout_centerHorizontal="true"
|
|
|
103 |
android:layout_weight="0.89"/>
|
|
|
104 |
|
|
|
105 |
</RelativeLayout>
|
|
|
106 |
</LinearLayout>
|
|
|
107 |
|
|
|
108 |
<LinearLayout
|
|
|
109 |
android:layout_width="fill_parent"
|
|
|
110 |
android:padding="10dp"
|
|
|
111 |
android:gravity="center"
|
|
|
112 |
android:id="@+id/linear1"
|
|
|
113 |
android:layout_height="wrap_content"
|
|
|
114 |
android:layout_below="@+id/linear" >
|
|
|
115 |
<TextView
|
|
|
116 |
android:id="@+id/subtextpending"
|
|
|
117 |
android:textSize="15dp"
|
|
|
118 |
android:text="OR"
|
|
|
119 |
android:gravity="center_horizontal"
|
|
|
120 |
android:textColor="@color/Black"
|
|
|
121 |
android:layout_width="wrap_content"
|
|
|
122 |
android:layout_height="wrap_content" />
|
|
|
123 |
</LinearLayout>
|
|
|
124 |
|
|
|
125 |
<LinearLayout
|
|
|
126 |
android:layout_width="fill_parent"
|
|
|
127 |
android:padding="10dp"
|
|
|
128 |
android:gravity="center"
|
|
|
129 |
android:layout_height="wrap_content"
|
|
|
130 |
android:layout_below="@+id/linear1" >
|
|
|
131 |
<Button
|
|
|
132 |
android:id="@+id/updateProfile"
|
|
|
133 |
android:text="Update your Profile"
|
|
|
134 |
android:gravity="center"
|
|
|
135 |
android:onClick="onClick"
|
|
|
136 |
android:clickable="true"
|
|
|
137 |
android:textSize="15dp"
|
|
|
138 |
android:layout_width="wrap_content"
|
|
|
139 |
android:layout_height="wrap_content" />
|
|
|
140 |
</LinearLayout>
|
|
|
141 |
|
|
|
142 |
</LinearLayout>
|
|
|
143 |
|
|
|
144 |
</RelativeLayout>
|