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" ><RelativeLayoutandroid:layout_height="wrap_content"android:layout_width="match_parent"android:background="@color/green_tobe_used"><TextViewandroid: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><LinearLayoutandroid: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.ViewPagerandroid:id="@+id/pager"android:layout_width="match_parent"android:layout_height="match_parent"/></LinearLayout><RelativeLayoutandroid:layout_height="match_parent"android:layout_width="match_parent"android:background="@color/green_tobe_used"android:layout_weight="1" ><com.viewpagerindicator.CirclePageIndicatorandroid:id="@+id/indicator"android:layout_marginTop="5dp"android:layout_width="fill_parent"android:layout_height="15dp" /><!--<TextViewandroid: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" />--><Buttonandroid: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>