Subversion Repositories SmartDukaan

Rev

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

Rev 22837 Rev 24857
Line 62... Line 62...
62
            android:layout_margin="10dp">
62
            android:layout_margin="10dp">
63
            <Button
63
            <Button
64
                android:id="@+id/skipHowItWorks"
64
                android:id="@+id/skipHowItWorks"
65
                android:text="Next"
65
                android:text="Next"
66
                android:textSize="20dp"
66
                android:textSize="20dp"
67
                android:background="@color/green_app"
67
                android:background="@color/app_red"
68
                android:textColor="@color/White"
68
                android:textColor="@color/White"
69
                android:layout_centerHorizontal="true"
69
                android:layout_centerHorizontal="true"
70
                android:gravity="center"
70
                android:gravity="center"
71
                android:layout_centerInParent="true"
71
                android:layout_centerInParent="true"
72
                android:layout_width="wrap_content"
72
                android:layout_width="wrap_content"
Line 77... Line 77...
77
            <Button
77
            <Button
78
                android:id="@+id/howitwokstodeals"
78
                android:id="@+id/howitwokstodeals"
79
                android:text="Start"
79
                android:text="Start"
80
                android:visibility="gone"
80
                android:visibility="gone"
81
                android:textSize="15dp"
81
                android:textSize="15dp"
82
                android:background="@color/green_app"
82
                android:background="@color/app_red"
83
                android:textColor="@color/White"
83
                android:textColor="@color/White"
84
                android:layout_centerHorizontal="true"
84
                android:layout_centerHorizontal="true"
85
                android:gravity="center"
85
                android:gravity="center"
86
                android:padding="5dp"
86
                android:padding="5dp"
87
                android:layout_centerInParent="true"
87
                android:layout_centerInParent="true"