Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:background="@drawable/border_verify"
    android:layout_height="wrap_content" >

    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent">


        <TextView
            android:textColor="@color/green_tobe_used"
            android:text="*"
            android:textSize="20dp"
            android:layout_width="wrap_content"
            android:layout_marginRight="10dp"
            android:id="@+id/star1"
            android:layout_height="wrap_content"
            android:layout_alignTop="@+id/charges"
            android:layout_alignLeft="@+id/charges"
            android:layout_marginLeft="-15dp"
            android:layout_alignStart="@+id/charges" />

        <TextView
            android:textColor="@color/green_tobe_used"
            android:text="Your call is FREE"
            android:layout_marginLeft="30dp"
            android:textSize="20dp"
            android:layout_marginRight="10dp"
            android:layout_width="wrap_content"
            android:id="@+id/charges"
            android:layout_marginTop="20dp"
            android:layout_height="wrap_content" />


        <TextView
            android:textColor="@color/green_tobe_used"
            android:text="*"
            android:layout_marginLeft="-15dp"
            android:textSize="20dp"
            android:layout_width="wrap_content"
            android:layout_marginRight="10dp"
            android:id="@+id/star2"
            android:layout_height="wrap_content"
            android:layout_alignTop="@+id/complete"
            android:layout_alignLeft="@+id/complete"
            android:layout_alignStart="@+id/complete" />
        <TextView
            android:layout_marginLeft="30dp"
            android:text="Don&apos;t cut it. It will cut automatically"
            android:textSize="20dp"
            android:layout_width="wrap_content"
            android:layout_below="@id/charges"
            android:id="@+id/complete"
            android:layout_marginRight="10dp"
            android:textColor="@color/green_tobe_used"
            android:layout_marginTop="10dp"
            android:layout_height="wrap_content" />
        <!-- android:text="*  If you have dual SIMs, please ensure that the number entered is same as the one from which you are calling/are able to receive calls.(You can update your phone number in 'MyProfile'.)"-->

        <TextView
            android:textColor="@color/green_tobe_used"
            android:text="*"
            android:layout_marginLeft="-15dp"
            android:textSize="20dp"
            android:layout_width="wrap_content"
            android:layout_marginRight="10dp"
            android:id="@+id/star3"
            android:layout_height="wrap_content"
            android:layout_alignTop="@+id/carrier"
            android:layout_alignLeft="@+id/carrier"
            android:layout_alignStart="@+id/carrier" />
        <TextView

            android:layout_marginLeft="30dp"
            android:textColor="@color/green_tobe_used"
            android:textSize="20dp"
            android:layout_width="wrap_content"
            android:layout_below="@id/complete"
            android:layout_marginRight="10dp"
            android:id="@+id/carrier"
            android:layout_marginTop="10dp"
            android:layout_height="wrap_content" />

        <Button
            android:text="Got It!"
            android:layout_width="wrap_content"
            android:id="@+id/gotIt"
            android:background="@drawable/verify_button"
            android:layout_marginTop="10dp"
            android:layout_centerHorizontal="true"
            android:layout_marginBottom="10dp"
            android:layout_below="@+id/carrier"
            android:layout_height="wrap_content" />
    </RelativeLayout>

</FrameLayout>