首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 平面设计 > 图形图像 >

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

2012-09-16 
保持长宽比 对背景图像进行修改android:scaleTypefitXYFrameLayoutandroid:layout_widthfill_parent

保持长宽比 对背景图像进行修改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>

?

热点排行