Android:使ImageButton的图像变大

发布于 2025-01-01 03:16:50 字数 209 浏览 3 评论 0原文

我有一个 ImageButton:

button

我想使图像(圆形播放图像)更大。我知道 android:scaleType,但我不想将图像一直拉伸到按钮的边框。我只是想让它大一点,比如当前大小的 120%。

这可能吗?

I have an ImageButton:

button

I want to make the image (circular play image) bigger. I am aware of android:scaleType, but I don't want to stretch the image all the way to the borders of the button. I just want to make it a little bigger, say 120% of the current size.

Is that possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

鱼忆七猫命九 2025-01-08 03:16:50

在 Photoshop 中编辑图像,使其达到您想要的分辨率。

或者

在android中输入图像的高度、重量并设置scaleType:FitCenter

Edit your image in photoshope to make it bigger in your desire resolution.

Or

In android put height , weight of your image and set scaleType:FitCenter

百善笑为先 2025-01-08 03:16:50

在xml布局中将宽度和高度设置为较大的倾斜量。

In the xml layout set the width and height to be a larger amount of dip.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文