Subversion Repositories SmartDukaan

Rev

Rev 14792 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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