com_lenovo_lsf_welcome.xml 458 B

123456789101112
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools"
  3. android:layout_width="fill_parent"
  4. android:layout_height="fill_parent">
  5. <ImageView
  6. android:id="@+id/splash_iv"
  7. android:layout_width="fill_parent"
  8. android:layout_height="fill_parent"
  9. android:scaleType="fitXY"
  10. android:src="@drawable/com_lenovo_lsf_welcome" />
  11. </RelativeLayout>