Subversion Repositories SmartDukaan

Rev

Rev 21481 | Rev 22837 | Go to most recent revision | 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"
5
    xmlns:components="http://schemas.android.com/apk/res-auto"
6
    tools:context=".SplashScreen"
7
    android:background="@drawable/splashscreen">
21481 rajender 8
 
9
 
22135 rajender 10
    <com.saholic.profittill.GIFView
11
        android:layout_width="110dp"
12
        android:layout_height="200dp"
13
        android:id="@+id/gif"
14
        android:src="@drawable/progressbar"
15
        android:layout_alignParentBottom="true"
16
        android:layout_marginBottom="100dp"
17
        android:layout_gravity="center"
18
        android:layout_centerHorizontal="true"
19
        android:layout_centerInParent="true"
20
        />
21481 rajender 21
 
22
 
22135 rajender 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"
31
          android:layout_marginBottom="145dp"
32
          android:layout_alignParentBottom="true"
33
          android:layout_centerHorizontal="true">
34
      </ProgressBar> -->
21481 rajender 35
</RelativeLayout>