gpt4 book ai didi

android - 在 ImageButton 中拉伸(stretch)图像时遇到问题

转载 作者:行者123 更新时间:2023-11-29 21:23:49 26 4
gpt4 key购买 nike

这是我的 ImageButton 代码

<ImageButton
android:id="@+id/undoButton"
android:clickable="true"
android:scaleType="fitXY"
android:src="@drawable/undobutton_disabled"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_toLeftOf="@+id/chessBoard" />

这是目前的结果

enter image description here到目前为止,这是我尝试过的:

1. Made the scaleType fitCenter, but that didn't work.

2. Made the imagebutton height and width the same size as my picture, but that didnt work either.

感谢任何帮助,谢谢。

最佳答案

好的,对不起,我刚发布这个问题就想出了答案。

android:padding="0dp"

这解决了我的问题。

编辑:我应该删除这个问题吗?

关于android - 在 ImageButton 中拉伸(stretch)图像时遇到问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20391106/

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