Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
14792 manas 1
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2
    xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
3
    android:layout_height="match_parent" tools:context=".SplashScreen"
4
    >
5
 
6
    <ImageView
7
        android:id="@+id/splashscreenView"
8
        android:src="@drawable/pmsplash"
9
        android:layout_width="match_parent"
10
        android:layout_height="match_parent"
11
        android:background="@color/green_tobe_used"/>
12
</RelativeLayout>