Subversion Repositories SmartDukaan

Rev

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

Rev 22837 Rev 24857
Line 5... Line 5...
5
    tools:context=".SplashScreen">
5
    tools:context=".SplashScreen">
6
 
6
 
7
    <RelativeLayout
7
    <RelativeLayout
8
        android:layout_width="match_parent"
8
        android:layout_width="match_parent"
9
        android:layout_height="match_parent"
9
        android:layout_height="match_parent"
10
        android:background="@drawable/splashscreen">
10
        android:background="@drawable/splash_screen">
11
 
11
 
12
    <com.saholic.profittill.GIFView
12
    <com.saholic.profittill.GIFView
13
        android:layout_width="110dp"
13
        android:layout_width="110dp"
14
        android:layout_height="200dp"
14
        android:layout_height="200dp"
15
        android:id="@+id/gif"
15
        android:id="@+id/gif"
Line 36... Line 36...
36
          android:layout_centerHorizontal="true">
36
          android:layout_centerHorizontal="true">
37
      </ProgressBar> -->
37
      </ProgressBar> -->
38
 
38
 
39
 
39
 
40
 
40
 
41
<FrameLayout
41
        <FrameLayout
42
android:layout_width="match_parent"
42
        android:layout_width="match_parent"
43
android:layout_height="match_parent"
43
        android:layout_height="match_parent"
44
android:id="@+id/frame_content">
44
        android:id="@+id/frame_content">
45
</FrameLayout>
45
        </FrameLayout>
46
    </RelativeLayout>
46
    </RelativeLayout>
47
47