0
点赞
收藏
分享

微信扫一扫

保持长宽比 对背景图像进行修改android:scaleType="fitXY"

<FrameLayout  android:layout_width="fill_parent" android:layout_height="fill_parent">  
<ImageView android:layout_width="fill_parent" 
android:layout_height="fill_parent" android:src="@drawable/back" 
android:scaleType="fitXY" /> 
 <LinearLayout>your views</LinearLayout>
</FrameLayout>
 

举报

相关推荐

0 条评论