Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
14792 manas 1
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
2
    xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
3
    android:layout_height="match_parent"
4
    tools:context="com.saholic.profittill.main.HowItWorksFragment">
5
 
6
 
7
    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
8
        xmlns:tools="http://schemas.android.com/tools"
9
        android:layout_width="match_parent"
10
        android:layout_height="match_parent"
16080 manas 11
        android:background="@color/green_tobe_used"
14792 manas 12
        android:orientation="vertical" >
13
 
16080 manas 14
        <RelativeLayout
15
            android:layout_height="wrap_content"
16
            android:layout_width="match_parent"
17
            android:background="@color/green_tobe_used"
18
             >
19
            <TextView
20
                android:id="@+id/skipHowItWorks"
21
                android:text="SKIP "
22
                android:textSize="20dp"
23
                android:background="@color/green_tobe_used"
24
                android:textColor="@color/White"
25
                android:layout_width="wrap_content"
26
                android:layout_alignParentRight="true"
27
                android:layout_height="wrap_content"
28
                android:layout_marginRight="5dp"/>
29
 
30
        </RelativeLayout>
14792 manas 31
        <LinearLayout
32
            android:layout_height="match_parent"
33
            android:layout_width="match_parent"
34
            android:background="@color/White"
16080 manas 35
            android:layout_weight="0.15"
36
            android:layout_marginTop="10dp">
14792 manas 37
            <android.support.v4.view.ViewPager
38
                android:id="@+id/pager"
39
                android:layout_width="match_parent"
16080 manas 40
                android:layout_height="match_parent"/>
14792 manas 41
        </LinearLayout>
16080 manas 42
 
14792 manas 43
        <RelativeLayout
44
            android:layout_height="match_parent"
45
            android:layout_width="match_parent"
46
            android:background="@color/green_tobe_used"
47
            android:layout_weight="1" >
48
 
49
            <com.viewpagerindicator.CirclePageIndicator
50
                android:id="@+id/indicator"
51
                android:layout_marginTop="5dp"
52
                android:layout_width="fill_parent"
53
                android:layout_height="15dp" />
16080 manas 54
            <!--
55
                        <TextView
56
                            android:id="@+id/skipHowItWorks"
57
                            android:text="Skip >"
58
                            android:textSize="20dp"
59
                            android:layout_marginRight="40dp"
60
                            android:layout_alignParentRight="true"
61
                            android:background="@color/green_tobe_used"
62
                            android:textColor="@color/White"
63
                            android:layout_width="wrap_content"
64
                            android:layout_height="35dp" />
65
            -->
14792 manas 66
 
67
            <Button
68
                android:id="@+id/howitwokstodeals"
69
                android:text="Start Now >"
70
                android:textSize="15dp"
71
                android:layout_marginRight="10dp"
72
                android:layout_alignParentRight="true"
73
                android:background="@color/White"
74
                android:visibility="gone"
75
                android:textColor="@color/green_tobe_used"
76
                android:layout_width="wrap_content"
77
                android:layout_height="35dp" />
78
        </RelativeLayout>
79
    </LinearLayout>
16080 manas 80
 
14792 manas 81
</FrameLayout>