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