Subversion Repositories SmartDukaan

Rev

Rev 22837 | 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.HowItWorks">


    <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/White"
        android:orientation="vertical" >

        <LinearLayout
            android:layout_height="match_parent"
            android:layout_width="match_parent"
            android:layout_weight="0.15">
            <android.support.v4.view.ViewPager
                android:id="@+id/pager"
                android:layout_width="fill_parent"
                android:layout_height="fill_parent"/>
        </LinearLayout>

        <RelativeLayout
            android:layout_height="match_parent"
            android:layout_width="match_parent"
            android:background="@color/White"
            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" />
            -->





        </RelativeLayout>




        <RelativeLayout
            android:layout_height="wrap_content"
            android:layout_width="wrap_content"
            android:layout_gravity="center"
            android:background="@color/White"
            android:layout_margin="10dp">
            <Button
                android:id="@+id/skipHowItWorks"
                android:text="Next"
                android:textSize="20dp"
                android:background="@color/app_red"
                android:textColor="@color/White"
                android:layout_centerHorizontal="true"
                android:gravity="center"
                android:layout_centerInParent="true"
                android:layout_width="wrap_content"
                android:layout_height="35dp"
                />


            <Button
                android:id="@+id/howitwokstodeals"
                android:text="Start"
                android:visibility="gone"
                android:textSize="15dp"
                android:background="@color/app_red"
                android:textColor="@color/White"
                android:layout_centerHorizontal="true"
                android:gravity="center"
                android:padding="5dp"
                android:layout_centerInParent="true"
                android:layout_width="wrap_content"
                android:layout_height="35dp" />

        </RelativeLayout>
    </LinearLayout>

</FrameLayout>