gpt4 book ai didi

android - ImageButton 拉伸(stretch)背景图像

转载 作者:太空狗 更新时间:2023-10-29 14:22:55 24 4
gpt4 key购买 nike

我正在尝试创建一个没有边框的 ImageButton,但我遇到了图像按钮大小的问题。

我使用 Eclipse ADT 将一个 ImageButton 拖到布局中并选择我的背景图像。图片按钮显示如下:

initial image button

如您所见,背景图像和图像按钮周边之间有一个边界,我想去掉它。为此,我将 padding 属性设置为 0dp。图像按钮现在看起来像这样:

image button after setting padding to 0dp

最后,我将比例类型设置为 fitXY:

image button after setting scale type

请注意,图像拉伸(stretch) 不再是原始图像的大小。 (我希望 ImageButton 的大小与背景图像的大小完全相同。)

这里是所有 3 张图像的快照,以便更清楚地区分它们:

all image buttons

我尝试过调整图像大小、设置最大尺寸属性等,但似乎没有什么能阻止图像按钮拉伸(stretch)背景图像。

如何防止图像像现在这样拉伸(stretch)

更新

我也尝试将刻度类型设置为矩阵,但这是发生了什么:

image button with scale type matrix

最佳答案

只需将按钮的图像设置为 android:background 并将按钮的 layout_heightlayout_width 设置为 wrap_content

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

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