Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/parent_view"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    <TextView
        android:id="@+id/para1"
        android:textIsSelectable="false"
        android:textAlignment="center"
        android:layout_marginTop="7dp"
        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."
        android:layout_width="match_parent"
        android:textSize="15dp"
        android:textColor="@color/Black"
        android:layout_marginLeft="7dp"
        android:layout_marginRight="7dp"
        android:layout_height="wrap_content" />
    <Button
        android:id="@+id/network"
        android:text="intenet"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />
</RelativeLayout>