- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:background="@color/bd_gamesdk_white" >
- <ImageView
- android:id="@+id/iv_splash"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:layout_centerInParent="true"
- android:scaleType="centerCrop"
- android:src="@drawable/bd_splash_logo_p" />
- </RelativeLayout>
|