如果純粹以一張切圖作為啟動頁的背景,部分機型會出現(xiàn)圖片被拉伸現(xiàn)象(橫屏也會出現(xiàn)),為徹底解決該問題萧福,可將其中希望固定大小的圖片單獨切圖涨薪,背景可自繪,代碼如下:
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item>
<shape >
<solid android:color="@color/white"/>
</shape>
</item>
<item android:left="10dip" android:top="130dip">
<bitmap android:src="@mipmap/splash_logo"
android:gravity="center_horizontal|top"/>
</item>
</layer-list>