ImageView使边框大于图像
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ImageView使边框大于图像相关的知识,希望对你有一定的参考价值。
我是XML和android Studio的新手,但是不应该将属性“wrap_content”包裹在图像周围吗?使用此代码,ImageView看起来像这个ImageView bigger than image
<ImageView
android:id="@+id/slika"
android:src="@drawable/kava"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:adjustViewBounds="false" />
如果我将adjustViewBounds更改为“true”,它看起来不错,但在纵向模式下会让一切变得混乱。 Like this
以上是关于ImageView使边框大于图像的主要内容,如果未能解决你的问题,请参考以下文章