Subversion Repositories SmartDukaan

Rev

Rev 14792 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context="com.saholic.profittill.main.HowItWorksFragment">


    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:tools="http://schemas.android.com/tools"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@color/green_tobe_used"
        android:orientation="vertical" >

        <RelativeLayout
            android:layout_height="wrap_content"
            android:layout_width="match_parent"
            android:background="@color/green_tobe_used"
             >
            <TextView
                android:id="@+id/skipHowItWorks"
                android:text="SKIP "
                android:textSize="20dp"
                android:background="@color/green_tobe_used"
                android:textColor="@color/White"
                android:layout_width="wrap_content"
                android:layout_alignParentRight="true"
                android:layout_height="wrap_content"
                android:layout_marginRight="5dp"/>

        </RelativeLayout>
        <LinearLayout
            android:layout_height="match_parent"
            android:layout_width="match_parent"
            android:background="@color/White"
            android:layout_weight="0.15"
            android:layout_marginTop="10dp">
            <android.support.v4.view.ViewPager
                android:id="@+id/pager"
                android:layout_width="match_parent"
                android:layout_height="match_parent"/>
        </LinearLayout>

        <RelativeLayout
            android:layout_height="match_parent"
            android:layout_width="match_parent"
            android:background="@color/green_tobe_used"
            android:layout_weight="1" >

            <com.viewpagerindicator.CirclePageIndicator
                android:id="@+id/indicator"
                android:layout_marginTop="5dp"
                android:layout_width="fill_parent"
                android:layout_height="15dp" />
            <!--
                        <TextView
                            android:id="@+id/skipHowItWorks"
                            android:text="Skip >"
                            android:textSize="20dp"
                            android:layout_marginRight="40dp"
                            android:layout_alignParentRight="true"
                            android:background="@color/green_tobe_used"
                            android:textColor="@color/White"
                            android:layout_width="wrap_content"
                            android:layout_height="35dp" />
            -->

            <Button
                android:id="@+id/howitwokstodeals"
                android:text="Start Now >"
                android:textSize="15dp"
                android:layout_marginRight="10dp"
                android:layout_alignParentRight="true"
                android:background="@color/White"
                android:visibility="gone"
                android:textColor="@color/green_tobe_used"
                android:layout_width="wrap_content"
                android:layout_height="35dp" />
        </RelativeLayout>
    </LinearLayout>

</FrameLayout>