Rev 22837 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"tools:context=".SplashScreen"><RelativeLayoutandroid:layout_width="match_parent"android:layout_height="match_parent"android:background="@drawable/splash_screen"><com.saholic.profittill.GIFViewandroid:layout_width="110dp"android:layout_height="200dp"android:id="@+id/gif"android:src="@drawable/progressbar"android:layout_alignParentBottom="true"android:layout_marginBottom="100dp"android:layout_gravity="center"android:layout_centerHorizontal="true"android:layout_centerInParent="true"/></RelativeLayout><!-- <ProgressBarandroid:id="@+id/progressBar"style="?android:attr/progressBarStyleLarge"android:layout_width="wrap_content"android:layout_height="wrap_content"android:progress="50"android:progressDrawable="@drawable/greenprogressdialog"android:layout_marginBottom="145dp"android:layout_alignParentBottom="true"android:layout_centerHorizontal="true"></ProgressBar> --><FrameLayoutandroid:layout_width="match_parent"android:layout_height="match_parent"android:id="@+id/frame_content"></FrameLayout></RelativeLayout>