bd_splash_layout_port.xml 537 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="fill_parent"
  4. android:layout_height="fill_parent"
  5. android:background="@color/bd_gamesdk_white" >
  6. <ImageView
  7. android:id="@+id/iv_splash"
  8. android:layout_width="fill_parent"
  9. android:layout_height="fill_parent"
  10. android:layout_centerInParent="true"
  11. android:scaleType="centerCrop"
  12. android:src="@drawable/bd_splash_logo_p" />
  13. </RelativeLayout>