Rev 21481 | Go to most recent revision | 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"xmlns:components="http://schemas.android.com/apk/res-auto"tools:context=".SplashScreen"android:background="@drawable/splashscreen"><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"/><!-- <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> --></RelativeLayout>