Subversion Repositories SmartDukaan

Rev

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

Rev 22135 Rev 22837
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"
2
    xmlns:tools="http://schemas.android.com/tools"
3
    android:layout_width="match_parent"
3
    android:layout_width="match_parent"
4
    android:layout_height="match_parent"
4
    android:layout_height="match_parent"
5
    xmlns:components="http://schemas.android.com/apk/res-auto"
-
 
6
    tools:context=".SplashScreen"
5
    tools:context=".SplashScreen">
7
    android:background="@drawable/splashscreen">
-
 
8
 
6
 
-
 
7
    <RelativeLayout
-
 
8
        android:layout_width="match_parent"
-
 
9
        android:layout_height="match_parent"
-
 
10
        android:background="@drawable/splashscreen">
9
 
11
 
10
    <com.saholic.profittill.GIFView
12
    <com.saholic.profittill.GIFView
11
        android:layout_width="110dp"
13
        android:layout_width="110dp"
12
        android:layout_height="200dp"
14
        android:layout_height="200dp"
13
        android:id="@+id/gif"
15
        android:id="@+id/gif"
Line 17... Line 19...
17
        android:layout_gravity="center"
19
        android:layout_gravity="center"
18
        android:layout_centerHorizontal="true"
20
        android:layout_centerHorizontal="true"
19
        android:layout_centerInParent="true"
21
        android:layout_centerInParent="true"
20
        />
22
        />
21
 
23
 
-
 
24
    </RelativeLayout>
22
 
25
 
23
 
26
 
24
    <!--  <ProgressBar
27
    <!--  <ProgressBar
25
          android:id="@+id/progressBar"
28
          android:id="@+id/progressBar"
26
          style="?android:attr/progressBarStyleLarge"
29
          style="?android:attr/progressBarStyleLarge"
Line 30... Line 33...
30
          android:progressDrawable="@drawable/greenprogressdialog"
33
          android:progressDrawable="@drawable/greenprogressdialog"
31
          android:layout_marginBottom="145dp"
34
          android:layout_marginBottom="145dp"
32
          android:layout_alignParentBottom="true"
35
          android:layout_alignParentBottom="true"
33
          android:layout_centerHorizontal="true">
36
          android:layout_centerHorizontal="true">
34
      </ProgressBar> -->
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>
35
</RelativeLayout>
46
    </RelativeLayout>
36
47