| 21478 |
rajender |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
3 |
android:id="@+id/parent_view"
|
|
|
4 |
android:layout_width="match_parent"
|
|
|
5 |
android:layout_height="match_parent">
|
|
|
6 |
<TextView
|
|
|
7 |
android:id="@+id/para1"
|
|
|
8 |
android:textIsSelectable="false"
|
|
|
9 |
android:textAlignment="center"
|
|
|
10 |
android:layout_marginTop="7dp"
|
|
|
11 |
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."
|
|
|
12 |
android:layout_width="match_parent"
|
|
|
13 |
android:textSize="15dp"
|
|
|
14 |
android:textColor="@color/Black"
|
|
|
15 |
android:layout_marginLeft="7dp"
|
|
|
16 |
android:layout_marginRight="7dp"
|
|
|
17 |
android:layout_height="wrap_content" />
|
|
|
18 |
<Button
|
|
|
19 |
android:id="@+id/network"
|
|
|
20 |
android:text="intenet"
|
|
|
21 |
android:layout_width="wrap_content"
|
|
|
22 |
android:layout_height="wrap_content" />
|
|
|
23 |
</RelativeLayout>
|