Subversion Repositories SmartDukaan

Rev

Rev 14792 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14792 Rev 19652
Line 8... Line 8...
8
        android:layout_width="match_parent"
8
        android:layout_width="match_parent"
9
        android:layout_height="match_parent">
9
        android:layout_height="match_parent">
10
 
10
 
11
        <ImageView
11
        <ImageView
12
            android:id="@+id/logo"
12
            android:id="@+id/logo"
13
            android:src="@drawable/pmlogo"
13
            android:src="@drawable/pmlogonew"
14
            android:layout_width="wrap_content"
14
            android:layout_width="wrap_content"
15
            android:layout_height="wrap_content"
15
            android:layout_height="wrap_content"
16
            android:layout_centerHorizontal="true"
16
            android:layout_centerHorizontal="true"
17
            />
17
            />
18
 
18