android设置imageView宽度为match_parent,为什么所有会留白

<?xmlversion="1.0"encoding="utf-8"?><LinearLayoutxmlns:android="http://schemas.androi... <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">

<ImageView
android:id="@+id/imgView_shouye_zone_dream"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/shouye_zone_top" />
</LinearLayout>
展开
 我来答
砍出平成第一斧58
推荐于2016-05-24 · TA获得超过1567个赞
知道大有可为答主
回答量:2321
采纳率:86%
帮助的人:1202万
展开全部
imageView设置了magin或者imageView外层布局设置了padding导致。

通俗的理解:
Padding 为内边框,指该控件内部内容,如文本/图片距离该控件的边距
Margin 为外边框,指该控件距离边父控件的边距
对应的属性为
android:layout_marginBottom="25dip"
android:layout_marginLeft="10dip"
android:layout_marginTop="10dip"
android:layout_marginRight="10dip"
android:paddingLeft="1dip"
android:paddingTop="1dip"
android:paddingRight="1dip"
android:paddingBottom="1dip"
如果左右上下都是相同的设置则可以直接设置
android:layout_margin="10dip"
android:padding="5dip"
Hero尘曦
2015-04-01 · 超过24用户采纳过TA的回答
知道答主
回答量:37
采纳率:0%
帮助的人:37.9万
展开全部
在xml里的ImageView中设置android:scaleType="fitXY"属性,这个属性是让图片填充满,当然你可以去查一下这个scaleType的其他属性,你要填满就用fitXY就可以了,以后可以根据需要换别的。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
she584713272
推荐于2018-03-14 · TA获得超过162个赞
知道小有建树答主
回答量:103
采纳率:0%
帮助的人:126万
展开全部
<ImageView
android:id="@+id/imgView_shouye_zone_dream"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/shouye_zone_top"
android:scaleType="fitXY"/>

因为ImageView的scaletype 默认是matrix的
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式