Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
23410 tejbeer 1
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2
    xmlns:tools="http://schemas.android.com/tools"
3
    android:layout_width="match_parent"
4
    android:layout_height="match_parent"
5
    tools:context=".SplashScreen">
6
 
7
    <RelativeLayout
8
        android:layout_width="match_parent"
9
        android:layout_height="match_parent"
10
        android:background="@drawable/splash_screen">
11
 
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
        />
23
 
24
    </RelativeLayout>
25
 
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> -->
38
 
39
 
40
 
41
        <FrameLayout
42
        android:layout_width="match_parent"
43
        android:layout_height="match_parent"
44
        android:id="@+id/frame_content">
45
        </FrameLayout>
46
    </RelativeLayout>