Subversion Repositories SmartDukaan

Rev

Rev 21481 | Rev 22837 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21481 Rev 22135
Line 1... Line 1...
1
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
1
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2
    xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
2
    xmlns:tools="http://schemas.android.com/tools"
-
 
3
    android:layout_width="match_parent"
3
    android:layout_height="match_parent" tools:context=".SplashScreen"
4
    android:layout_height="match_parent"
-
 
5
    xmlns:components="http://schemas.android.com/apk/res-auto"
-
 
6
    tools:context=".SplashScreen"
4
    android:background="@color/green_tobe_used"
7
    android:background="@drawable/splashscreen">
5
    >
-
 
6
 
8
 
7
 
9
 
8
    <ImageView
10
    <com.saholic.profittill.GIFView
-
 
11
        android:layout_width="110dp"
9
        android:id="@+id/splashscreenView"
12
        android:layout_height="200dp"
10
        android:src="@drawable/pmsplashnew"
13
        android:id="@+id/gif"
11
        android:layout_width="match_parent"
14
        android:src="@drawable/progressbar"
12
        android:layout_height="match_parent"
15
        android:layout_alignParentBottom="true"
13
        android:background="@color/green_tobe_used"
16
        android:layout_marginBottom="100dp"
14
        android:layout_alignBottom="@+id/progressBar"
17
        android:layout_gravity="center"
15
        android:layout_alignParentLeft="true"
18
        android:layout_centerHorizontal="true"
16
        android:layout_alignParentStart="true" />
19
        android:layout_centerInParent="true"
-
 
20
        />
17
 
21
 
18
    <ProgressBar
-
 
19
        android:id="@+id/progressBar"
-
 
20
        style="?android:attr/progressBarStyleLarge"
-
 
21
        android:layout_width="wrap_content"
-
 
22
        android:layout_height="wrap_content"
-
 
23
        android:progress="50"
-
 
24
        android:progressDrawable="@drawable/greenprogressdialog"
-
 
25
 
22
 
-
 
23
 
-
 
24
    <!--  <ProgressBar
-
 
25
          android:id="@+id/progressBar"
-
 
26
          style="?android:attr/progressBarStyleLarge"
-
 
27
          android:layout_width="wrap_content"
-
 
28
          android:layout_height="wrap_content"
-
 
29
          android:progress="50"
-
 
30
          android:progressDrawable="@drawable/greenprogressdialog"
26
        android:layout_marginBottom="145dp"
31
          android:layout_marginBottom="145dp"
27
        android:layout_alignParentBottom="true"
32
          android:layout_alignParentBottom="true"
28
        android:layout_centerHorizontal="true">
33
          android:layout_centerHorizontal="true">
29
    </ProgressBar>
34
      </ProgressBar> -->
30
</RelativeLayout>
35
</RelativeLayout>