| 14792 |
manas |
1 |
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
| 21196 |
rajender |
2 |
xmlns:tools="http://schemas.android.com/tools"
|
|
|
3 |
android:layout_width="match_parent"
|
| 14792 |
manas |
4 |
android:layout_height="match_parent"
|
|
|
5 |
android:background="@color/White"
|
|
|
6 |
tools:context="com.saholic.profittill.main.ContactUsFragment">
|
|
|
7 |
|
|
|
8 |
<ScrollView
|
|
|
9 |
android:layout_width="match_parent"
|
| 21196 |
rajender |
10 |
android:layout_height="match_parent"
|
|
|
11 |
android:layout_gravity="center_horizontal|bottom">
|
| 19652 |
manas |
12 |
<LinearLayout
|
|
|
13 |
android:layout_width="match_parent"
|
|
|
14 |
android:layout_height="match_parent"
|
|
|
15 |
android:orientation="vertical" >
|
| 14792 |
manas |
16 |
|
|
|
17 |
<RelativeLayout
|
| 19652 |
manas |
18 |
android:layout_height="wrap_content"
|
| 14792 |
manas |
19 |
android:layout_width="match_parent"
|
|
|
20 |
android:background="@color/green_tobe_used">
|
|
|
21 |
<TextView
|
|
|
22 |
android:id="@+id/getInTouch"
|
| 19652 |
manas |
23 |
android:textSize="18dp"
|
|
|
24 |
android:text="Get your questions answered here?"
|
|
|
25 |
android:layout_marginTop="10dp"
|
|
|
26 |
android:layout_marginLeft="10dp"
|
| 14792 |
manas |
27 |
android:textColor="@color/White"
|
|
|
28 |
android:layout_width="wrap_content"
|
|
|
29 |
android:layout_height="wrap_content" />
|
|
|
30 |
|
|
|
31 |
<TextView
|
|
|
32 |
android:id="@+id/subtextContactUs"
|
| 19652 |
manas |
33 |
android:textSize="15dp"
|
| 14792 |
manas |
34 |
android:layout_below="@+id/getInTouch"
|
| 19652 |
manas |
35 |
android:text="OR"
|
|
|
36 |
android:gravity="center"
|
|
|
37 |
android:layout_centerHorizontal="true"
|
|
|
38 |
android:layout_marginLeft="10dp"
|
|
|
39 |
android:layout_marginTop="5dp"
|
| 14792 |
manas |
40 |
android:textColor="@color/Black"
|
|
|
41 |
android:layout_width="wrap_content"
|
|
|
42 |
android:layout_height="wrap_content" />
|
|
|
43 |
|
| 19652 |
manas |
44 |
<TextView
|
|
|
45 |
android:layout_width="wrap_content"
|
|
|
46 |
android:layout_height="wrap_content"
|
|
|
47 |
android:text="Contact us for other queries"
|
|
|
48 |
android:id="@+id/button"
|
|
|
49 |
android:textColor="@color/White"
|
|
|
50 |
android:layout_marginLeft="10dp"
|
|
|
51 |
android:textSize="18dp"
|
|
|
52 |
android:layout_below="@+id/subtextContactUs"
|
|
|
53 |
android:layout_marginBottom="10dp"
|
|
|
54 |
/>
|
|
|
55 |
|
|
|
56 |
|
| 14792 |
manas |
57 |
</RelativeLayout>
|
|
|
58 |
|
| 19652 |
manas |
59 |
<LinearLayout
|
|
|
60 |
android:layout_width="fill_parent"
|
|
|
61 |
android:layout_height="wrap_content" >
|
|
|
62 |
<RelativeLayout
|
| 14792 |
manas |
63 |
android:layout_width="fill_parent"
|
| 19652 |
manas |
64 |
android:padding="10dp"
|
| 14792 |
manas |
65 |
android:layout_height="wrap_content" >
|
|
|
66 |
|
| 19652 |
manas |
67 |
<Button
|
|
|
68 |
android:id="@+id/contactUsButton"
|
|
|
69 |
android:text="Send"
|
|
|
70 |
android:background="@color/green_tobe_used"
|
|
|
71 |
android:layout_marginRight="2dp"
|
|
|
72 |
android:layout_alignParentRight="true"
|
|
|
73 |
android:layout_width="wrap_content"
|
|
|
74 |
android:layout_height="30dp"
|
|
|
75 |
android:textColor="@color/White"
|
|
|
76 |
android:layout_gravity="right" />
|
| 14792 |
manas |
77 |
|
| 19652 |
manas |
78 |
</RelativeLayout>
|
|
|
79 |
</LinearLayout>
|
| 14792 |
manas |
80 |
|
| 19652 |
manas |
81 |
<LinearLayout
|
|
|
82 |
android:layout_width="fill_parent"
|
|
|
83 |
android:padding="10dp"
|
|
|
84 |
android:layout_marginTop="-15dp"
|
|
|
85 |
android:layout_height="wrap_content" >
|
|
|
86 |
|
|
|
87 |
<RelativeLayout
|
| 14792 |
manas |
88 |
android:layout_width="fill_parent"
|
|
|
89 |
android:layout_height="wrap_content" >
|
| 19652 |
manas |
90 |
<TextView
|
|
|
91 |
android:text="From"
|
|
|
92 |
android:id="@+id/from"
|
|
|
93 |
android:layout_width="wrap_content"
|
|
|
94 |
android:layout_height="wrap_content" />
|
| 14792 |
manas |
95 |
|
| 19652 |
manas |
96 |
<EditText
|
|
|
97 |
android:layout_below="@+id/from"
|
| 14792 |
manas |
98 |
android:layout_width="fill_parent"
|
| 19652 |
manas |
99 |
android:layout_height="30dp"
|
|
|
100 |
android:layout_centerHorizontal="true"
|
|
|
101 |
android:inputType="textEmailAddress"
|
|
|
102 |
android:clickable="false"
|
|
|
103 |
android:editable="false"
|
|
|
104 |
android:background="@drawable/myprofileedittext"
|
|
|
105 |
android:id="@+id/contactUsEmailId" />
|
|
|
106 |
</RelativeLayout>
|
|
|
107 |
</LinearLayout>
|
| 14792 |
manas |
108 |
|
| 19652 |
manas |
109 |
<LinearLayout
|
|
|
110 |
android:layout_width="fill_parent"
|
|
|
111 |
android:padding="10dp"
|
|
|
112 |
android:layout_marginTop="-15dp"
|
|
|
113 |
android:id="@+id/addressLine1Layout"
|
|
|
114 |
android:layout_height="wrap_content" >
|
| 14792 |
manas |
115 |
|
| 19652 |
manas |
116 |
<RelativeLayout
|
| 14792 |
manas |
117 |
android:layout_width="fill_parent"
|
| 19652 |
manas |
118 |
android:id="@+id/addressLine1RelativeLayout"
|
| 14792 |
manas |
119 |
android:layout_height="wrap_content" >
|
| 19652 |
manas |
120 |
<TextView
|
|
|
121 |
android:text="Subject"
|
|
|
122 |
android:id="@+id/subject"
|
|
|
123 |
android:layout_width="wrap_content"
|
|
|
124 |
android:layout_height="wrap_content" />
|
|
|
125 |
<Spinner
|
|
|
126 |
android:layout_below="@+id/subject"
|
| 14792 |
manas |
127 |
android:layout_width="fill_parent"
|
| 19652 |
manas |
128 |
android:layout_centerHorizontal="true"
|
|
|
129 |
android:background="@drawable/myprofileedittext"
|
|
|
130 |
android:id="@+id/contactUsSubject"
|
| 21196 |
rajender |
131 |
android:layout_height="30dp">
|
|
|
132 |
</Spinner>
|
| 14792 |
manas |
133 |
|
|
|
134 |
|
|
|
135 |
|
| 19652 |
manas |
136 |
</RelativeLayout>
|
|
|
137 |
</LinearLayout>
|
| 14792 |
manas |
138 |
|
| 19652 |
manas |
139 |
<LinearLayout
|
|
|
140 |
android:layout_width="fill_parent"
|
|
|
141 |
android:paddingLeft="10dp"
|
|
|
142 |
android:paddingRight="10dp"
|
|
|
143 |
android:gravity="center"
|
|
|
144 |
android:layout_marginTop="-8dp"
|
|
|
145 |
android:layout_height="wrap_content" >
|
| 14792 |
manas |
146 |
|
|
|
147 |
|
| 19652 |
manas |
148 |
<EditText
|
|
|
149 |
android:layout_width="250dp"
|
|
|
150 |
android:layout_height="30dp"
|
|
|
151 |
android:visibility="gone"
|
|
|
152 |
android:layout_centerHorizontal="true"
|
|
|
153 |
android:background="@drawable/myprofileedittext"
|
|
|
154 |
android:id="@+id/otherSubjectContent" />
|
| 14792 |
manas |
155 |
|
| 19652 |
manas |
156 |
</LinearLayout>
|
|
|
157 |
|
|
|
158 |
<LinearLayout
|
|
|
159 |
android:layout_width="fill_parent"
|
|
|
160 |
android:padding="10dp"
|
|
|
161 |
android:layout_height="wrap_content" >
|
|
|
162 |
|
|
|
163 |
<EditText
|
|
|
164 |
android:id="@+id/contactUsContent"
|
|
|
165 |
android:hint="Write Here"
|
|
|
166 |
android:inputType="textMultiLine"
|
|
|
167 |
android:scrollbars="vertical"
|
| 14792 |
manas |
168 |
android:layout_width="fill_parent"
|
| 19652 |
manas |
169 |
android:background="@drawable/myprofileedittext"
|
|
|
170 |
android:layout_height="100dp"
|
|
|
171 |
android:layout_alignParentTop="true"
|
|
|
172 |
android:layout_alignParentLeft="true"
|
|
|
173 |
android:layout_alignParentStart="true"
|
|
|
174 |
android:layout_marginTop="10dp" />
|
|
|
175 |
</LinearLayout>
|
|
|
176 |
<LinearLayout
|
|
|
177 |
android:layout_width="fill_parent"
|
|
|
178 |
android:padding="10dp"
|
|
|
179 |
android:layout_height="wrap_content" >
|
| 14792 |
manas |
180 |
|
| 19652 |
manas |
181 |
<RelativeLayout
|
| 14792 |
manas |
182 |
android:layout_width="fill_parent"
|
|
|
183 |
android:layout_height="wrap_content" >
|
| 19652 |
manas |
184 |
<TextView
|
|
|
185 |
android:id="@+id/contactUsNumber"
|
|
|
186 |
android:textSize="20dp"
|
|
|
187 |
android:text="Call us at"
|
| 21196 |
rajender |
188 |
android:textColor="@color/grey_black"
|
| 19652 |
manas |
189 |
android:layout_width="wrap_content"
|
|
|
190 |
android:layout_centerHorizontal="true"
|
|
|
191 |
android:layout_height="wrap_content" />
|
| 21196 |
rajender |
192 |
|
|
|
193 |
|
| 19652 |
manas |
194 |
</RelativeLayout>
|
| 21196 |
rajender |
195 |
|
|
|
196 |
|
| 19652 |
manas |
197 |
</LinearLayout>
|
| 14792 |
manas |
198 |
|
| 21196 |
rajender |
199 |
<LinearLayout
|
|
|
200 |
android:layout_width="fill_parent"
|
|
|
201 |
android:layout_height="wrap_content"
|
|
|
202 |
android:layout_gravity="center_horizontal"
|
|
|
203 |
android:padding="10dp"
|
|
|
204 |
android:weightSum="1">
|
|
|
205 |
|
|
|
206 |
|
|
|
207 |
<TextView
|
|
|
208 |
android:layout_width="match_parent"
|
|
|
209 |
android:layout_height="wrap_content"
|
|
|
210 |
android:textColor="@color/grey_black"
|
|
|
211 |
android:text="Customer Care team will available from Monday \n 10 a.m. to Saturday 7 p.m."
|
|
|
212 |
android:textSize="15dp"
|
|
|
213 |
android:gravity="center_horizontal"
|
|
|
214 |
android:layout_centerHorizontal="true"
|
|
|
215 |
/>
|
|
|
216 |
</LinearLayout>
|
| 19652 |
manas |
217 |
</LinearLayout>
|
|
|
218 |
</ScrollView>
|
|
|
219 |
</FrameLayout>
|