我粘貼下面我的代碼:問題是圖像被拉伸......閃屏中的Nexus 4拉伸
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".SplashScreen"
android:background="@color/black" >
<ImageView
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:src="@drawable/splashscreen"/>
</RelativeLayout>
感謝您的回覆。問題已解決,我將scaleType更改爲metrix。 – Mubarak