Subversion Repositories SmartDukaan

Rev

Blame | 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"
    android:background="@color/green_tobe_used"
    >


    <ImageView
        android:id="@+id/splashscreenView"
        android:src="@drawable/pmsplashnew"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@color/green_tobe_used"
        android:layout_alignBottom="@+id/progressBar"
        android:layout_alignParentLeft="true"
        android:layout_alignParentStart="true" />

    <ProgressBar
        android: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>