gpt4 book ai didi

java - 安卓 : ImageButton Width & Height

转载 作者:行者123 更新时间:2023-11-29 05:21:00 24 4
gpt4 key购买 nike

我有一个 ImageButton,它有一个来 self 添加到名为 imgholder 的 drawble-hdpi 文件夹的图像的 scr,这个图像宽度 = 96pix 和高度 = 96px

但是当我在点击事件中检查 ImageButton 的高度和宽度时,我得到 128!

这是为什么呢?额外的内容从何而来以及如何解决此问题,以便 ImageButton 具有与 src 图像相同的宽度。谢谢

<ImageButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/ibAddImage1"
android:src="@drawable/imgholder"
android:layout_above="@+id/tvAddReviseCaption"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:background="@android:color/transparent" />

最佳答案

“px”将设备更改为设备。您应该将 dp 用于 layout_width 和 layout_heightandroid:layout_width="96dp"android:layout_height="96dp"

关于java - 安卓 : ImageButton Width & Height,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24760203/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com