首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > XML SOAP >

android xml中设立自适应图片

2012-08-27 
android xml中设置自适应图片??? ImageView android:id@+id/image_view? ??????? android:layout_widt

android xml中设置自适应图片

??? <ImageView android:id="@+id/image_view"?
??????? android:layout_width="wrap_content"
??????? android:layout_height="wrap_content"
??????? android:adjustViewBounds="true"
??????? android:maxWidth="42dp"
??????? android:maxHeight="42dp"
??????? android:scaleType="fitCenter"

??????? android:layout_marginLeft="3dp"

??????? android:src="@drawable/exit"
??????? />

热点排行