Subversion Repositories SmartDukaan

Rev

Rev 19652 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19652 Rev 21196
Line 1... Line 1...
1
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
1
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
2
    xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
2
    xmlns:tools="http://schemas.android.com/tools"
-
 
3
    android:layout_width="match_parent"
3
    android:layout_height="match_parent"
4
    android:layout_height="match_parent"
4
    android:background="@color/White"
5
    android:background="@color/White"
5
    tools:context="com.saholic.profittill.main.ContactUsFragment">
6
    tools:context="com.saholic.profittill.main.ContactUsFragment">
6
 
7
 
7
    <ScrollView
8
    <ScrollView
8
        android:layout_width="match_parent"
9
        android:layout_width="match_parent"
9
        android:layout_height="match_parent">
10
        android:layout_height="match_parent"
-
 
11
        android:layout_gravity="center_horizontal|bottom">
10
        <LinearLayout
12
        <LinearLayout
11
            android:layout_width="match_parent"
13
            android:layout_width="match_parent"
12
            android:layout_height="match_parent"
14
            android:layout_height="match_parent"
13
            android:orientation="vertical" >
15
            android:orientation="vertical" >
14
 
16
 
Line 124... Line 126...
124
                        android:layout_below="@+id/subject"
126
                        android:layout_below="@+id/subject"
125
                        android:layout_width="fill_parent"
127
                        android:layout_width="fill_parent"
126
                        android:layout_centerHorizontal="true"
128
                        android:layout_centerHorizontal="true"
127
                        android:background="@drawable/myprofileedittext"
129
                        android:background="@drawable/myprofileedittext"
128
                        android:id="@+id/contactUsSubject"
130
                        android:id="@+id/contactUsSubject"
129
                        android:layout_height="30dp"></Spinner>
131
                        android:layout_height="30dp">
-
 
132
                    </Spinner>
130
 
133
 
131
 
134
 
132
 
135
 
133
                </RelativeLayout>
136
                </RelativeLayout>
134
            </LinearLayout>
137
            </LinearLayout>
Line 153... Line 156...
153
            </LinearLayout>
156
            </LinearLayout>
154
 
157
 
155
            <LinearLayout
158
            <LinearLayout
156
                android:layout_width="fill_parent"
159
                android:layout_width="fill_parent"
157
                android:padding="10dp"
160
                android:padding="10dp"
158
                android:layout_marginTop="-15dp"
-
 
159
                android:layout_height="wrap_content" >
161
                android:layout_height="wrap_content" >
160
 
162
 
161
                <EditText
163
                <EditText
162
                    android:id="@+id/contactUsContent"
164
                    android:id="@+id/contactUsContent"
163
                    android:hint="Write Here"
165
                    android:hint="Write Here"
Line 181... Line 183...
181
                    android:layout_height="wrap_content" >
183
                    android:layout_height="wrap_content" >
182
                    <TextView
184
                    <TextView
183
                        android:id="@+id/contactUsNumber"
185
                        android:id="@+id/contactUsNumber"
184
                        android:textSize="20dp"
186
                        android:textSize="20dp"
185
                        android:text="Call us at"
187
                        android:text="Call us at"
186
                        android:textColor="@color/green_tobe_used"
188
                        android:textColor="@color/grey_black"
187
                        android:layout_width="wrap_content"
189
                        android:layout_width="wrap_content"
188
                        android:layout_centerHorizontal="true"
190
                        android:layout_centerHorizontal="true"
189
                        android:layout_height="wrap_content" />
191
                        android:layout_height="wrap_content" />
-
 
192
 
-
 
193
 
190
                </RelativeLayout>
194
                </RelativeLayout>
-
 
195
 
-
 
196
 
191
            </LinearLayout>
197
            </LinearLayout>
192
 
198
 
-
 
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>
193
        </LinearLayout>
217
        </LinearLayout>
194
    </ScrollView>
218
    </ScrollView>
195
</FrameLayout>
219
</FrameLayout>
196
220