Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
21481 rajender 1
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
22135 rajender 2
    xmlns:tools="http://schemas.android.com/tools"
3
    android:layout_width="match_parent"
4
    android:layout_height="match_parent"
22837 rajender 5
    tools:context=".SplashScreen">
21481 rajender 6
 
22837 rajender 7
    <RelativeLayout
8
        android:layout_width="match_parent"
9
        android:layout_height="match_parent"
24857 tejbeer 10
        android:background="@drawable/splash_screen">
21481 rajender 11
 
22135 rajender 12
    <com.saholic.profittill.GIFView
13
        android:layout_width="110dp"
14
        android:layout_height="200dp"
15
        android:id="@+id/gif"
16
        android:src="@drawable/progressbar"
17
        android:layout_alignParentBottom="true"
18
        android:layout_marginBottom="100dp"
19
        android:layout_gravity="center"
20
        android:layout_centerHorizontal="true"
21
        android:layout_centerInParent="true"
22
        />
21481 rajender 23
 
22837 rajender 24
    </RelativeLayout>
21481 rajender 25
 
22135 rajender 26
 
27
    <!--  <ProgressBar
28
          android:id="@+id/progressBar"
29
          style="?android:attr/progressBarStyleLarge"
30
          android:layout_width="wrap_content"
31
          android:layout_height="wrap_content"
32
          android:progress="50"
33
          android:progressDrawable="@drawable/greenprogressdialog"
34
          android:layout_marginBottom="145dp"
35
          android:layout_alignParentBottom="true"
36
          android:layout_centerHorizontal="true">
37
      </ProgressBar> -->
22837 rajender 38
 
39
 
40
 
24857 tejbeer 41
        <FrameLayout
42
        android:layout_width="match_parent"
43
        android:layout_height="match_parent"
44
        android:id="@+id/frame_content">
45
        </FrameLayout>
22837 rajender 46
    </RelativeLayout>