Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
21478 rajender 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/green_tobe_used"
5
    android:padding="8dp"
6
    tools:context="com.saholic.profittill.main.AboutUsFragment">
7
 
8
    <WebView
9
        android:id="@+id/aboutUsWebView"
10
        android:layout_width="match_parent"
11
        android:layout_height="match_parent"></WebView>
12
    <!--<ScrollView
13
        android:layout_width="match_parent"
14
        android:layout_height="match_parent">
15
    <RelativeLayout
16
        android:background="@color/White"
17
        android:layout_width="match_parent"
18
        android:layout_height="match_parent"
19
        android:id="@+id/aboutus">
20
    <TextView
21
        android:id="@+id/para1"
22
        android:textIsSelectable="false"
23
        android:textAlignment="center"
24
        android:layout_marginTop="7dp"
25
        android:text="Profittill is the ideal shopping app for resellers of handsets and accessories, which shows the best prices and also rewards you for shopping."
26
        android:layout_width="match_parent"
27
        android:textSize="15dp"
28
        android:textColor="@color/Black"
29
        android:layout_marginLeft="7dp"
30
        android:layout_marginRight="7dp"
31
        android:layout_height="wrap_content" />
32
 
33
        <TextView
34
            android:id="@+id/heading1"
35
            android:textStyle="bold"
36
            android:textIsSelectable="false"
37
            android:textAlignment="center"
38
            android:layout_marginTop="15dp"
39
            android:text="Never overpay on your purchases"
40
            android:layout_width="match_parent"
41
            android:textAppearance="?android:attr/textAppearanceMedium"
42
            android:textColor="@color/green_tobe_used"
43
            android:layout_marginLeft="7dp"
44
            android:layout_marginRight="7dp"
45
            android:layout_below="@+id/para1"
46
            android:layout_height="wrap_content" />
47
 
48
        <TextView
49
            android:id="@+id/para2"
50
            android:textIsSelectable="false"
51
            android:textAlignment="center"
52
            android:layout_marginTop="2dp"
53
            android:text="Find the best exclusive deals on a wide range of Mobiles, Tablets, and accessories."
54
            android:layout_width="match_parent"
55
            android:textSize="15dp"
56
            android:textColor="@color/Black"
57
            android:layout_marginLeft="7dp"
58
            android:layout_marginRight="7dp"
59
            android:layout_below="@+id/heading1"
60
            android:layout_height="wrap_content" />
61
        <TextView
62
            android:id="@+id/heading2"
63
            android:textStyle="bold"
64
            android:textIsSelectable="false"
65
            android:textAlignment="center"
66
            android:layout_marginTop="15dp"
67
            android:text="Find deals related to your interests"
68
            android:layout_width="match_parent"
69
            android:textAppearance="?android:attr/textAppearanceMedium"
70
            android:textColor="@color/green_tobe_used"
71
            android:layout_marginLeft="7dp"
72
            android:layout_marginRight="7dp"
73
            android:layout_below="@+id/para2"
74
            android:layout_height="wrap_content" />
75
 
76
        <TextView
77
            android:id="@+id/para3"
78
            android:textIsSelectable="false"
79
            android:textAlignment="center"
80
            android:layout_marginTop="2dp"
81
            android:text="Just set up your preferences for brand, price etc."
82
            android:layout_width="match_parent"
83
            android:textSize="15dp"
84
            android:textColor="@color/Black"
85
            android:layout_marginLeft="7dp"
86
            android:layout_marginRight="7dp"
87
            android:layout_below="@+id/heading2"
88
            android:layout_height="wrap_content" />
89
        <TextView
90
            android:id="@+id/heading3"
91
            android:textStyle="bold"
92
            android:textIsSelectable="false"
93
            android:textAlignment="center"
94
            android:layout_marginTop="15dp"
95
            android:text="Compare prices from most popular big stores"
96
            android:layout_width="match_parent"
97
            android:textAppearance="?android:attr/textAppearanceMedium"
98
            android:textColor="@color/green_tobe_used"
99
            android:layout_marginLeft="7dp"
100
            android:layout_marginRight="7dp"
101
            android:layout_below="@+id/para3"
102
            android:layout_height="wrap_content" />
103
 
104
        <TextView
105
            android:id="@+id/para4"
106
            android:textIsSelectable="false"
107
            android:textAlignment="center"
108
            android:layout_marginTop="2dp"
109
            android:text="You have a single screen to look at the prices from Flipkart, Amazon and Snapdeal."
110
            android:layout_width="match_parent"
111
            android:textSize="15dp"
112
            android:textColor="@color/Black"
113
            android:layout_marginLeft="7dp"
114
            android:layout_marginRight="7dp"
115
            android:layout_below="@+id/heading3"
116
            android:layout_height="wrap_content" />
117
 
118
        <TextView
119
            android:id="@+id/heading4"
120
            android:textStyle="bold"
121
            android:textIsSelectable="false"
122
            android:textAlignment="center"
123
            android:layout_marginTop="15dp"
124
            android:text="View deals as you like"
125
            android:layout_width="match_parent"
126
            android:textAppearance="?android:attr/textAppearanceMedium"
127
            android:textColor="@color/green_tobe_used"
128
            android:layout_marginLeft="7dp"
129
            android:layout_marginRight="7dp"
130
            android:layout_below="@+id/para4"
131
            android:layout_height="wrap_content" />
132
 
133
        <TextView
134
            android:id="@+id/para5"
135
            android:textIsSelectable="false"
136
            android:textAlignment="center"
137
            android:layout_marginTop="2dp"
138
            android:text="Browse through all deals at one go, or go through them category wise."
139
            android:layout_width="match_parent"
140
            android:textSize="15dp"
141
            android:textColor="@color/Black"
142
            android:layout_marginLeft="7dp"
143
            android:layout_marginRight="7dp"
144
            android:layout_below="@+id/heading4"
145
            android:layout_height="wrap_content" />
146
        <TextView
147
            android:id="@+id/heading5"
148
            android:textStyle="bold"
149
            android:textIsSelectable="false"
150
            android:textAlignment="center"
151
            android:layout_marginTop="15dp"
152
            android:text="Get cashback on shopping"
153
            android:layout_width="match_parent"
154
            android:textAppearance="?android:attr/textAppearanceMedium"
155
            android:textColor="@color/green_tobe_used"
156
            android:layout_marginLeft="7dp"
157
            android:layout_marginRight="7dp"
158
            android:layout_below="@+id/para5"
159
            android:layout_height="wrap_content" />
160
 
161
        <TextView
162
            android:id="@+id/para6"
163
            android:textIsSelectable="false"
164
            android:textAlignment="center"
165
            android:layout_marginTop="2dp"
166
            android:text="Get cashback for your purchases made through ProfitTill, and redeem them whenever you want."
167
            android:layout_width="match_parent"
168
            android:textSize="15dp"
169
            android:textColor="@color/Black"
170
            android:layout_marginLeft="7dp"
171
            android:layout_marginRight="7dp"
172
            android:layout_below="@+id/heading5"
173
            android:layout_height="wrap_content" />
174
 
175
 
176
        <TextView
177
            android:id="@+id/para7"
178
            android:textIsSelectable="false"
179
            android:textAlignment="center"
180
            android:layout_marginTop="20dp"
181
            android:text="Get start using Profittill!"
182
            android:layout_width="match_parent"
183
            android:textSize="15dp"
184
            android:textColor="@color/Black"
185
            android:layout_marginLeft="7dp"
186
            android:layout_marginRight="7dp"
187
            android:layout_below="@+id/para6"
188
            android:layout_height="wrap_content" />
189
        <TextView
190
            android:id="@+id/para8"
191
            android:textIsSelectable="false"
192
            android:textAlignment="center"
193
            android:layout_marginTop="2dp"
194
            android:text="Click here to know"
195
            android:layout_width="wrap_content"
196
            android:textSize="15dp"
197
            android:textColor="@color/Black"
198
            android:layout_marginLeft="7dp"
199
            android:layout_below="@+id/para7"
200
            android:layout_height="wrap_content" />
201
        <TextView
202
            android:id="@+id/para9"
203
            android:layout_marginLeft="5dp"
204
            android:text="How it works"
205
            android:layout_width="wrap_content"
206
            android:textSize="15dp"
207
            android:textColor="@color/Blue"
208
            android:layout_alignTop="@+id/para8"
209
            android:layout_toRightOf="@+id/para8"
210
            android:layout_height="wrap_content" />
211
        <View
212
            android:layout_below="@+id/para9"
213
            android:layout_width="match_parent"
214
            android:layout_height="40dp"></View>
215
    </RelativeLayout>
216
    </ScrollView>
217
-->
218
</FrameLayout>