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使边框大于图像的主要内容,如果未能解决你的问题,请参考以下文章

使用 setClipToOutline 时如何使 ImageView 的角为圆角和边框

如何从图像中隔开边框?

Android 在 ImageView 中绘制边框

Android 在 ImageView 中绘制边框

如何为图像添加边框而不是图像视图?

如何在来自 Firebase 存储的片段 ImageView 中显示图像