Android:使ImageButton的图像变大
我有一个 ImageButton:
我想使图像(圆形播放图像)更大。我知道 android:scaleType,但我不想将图像一直拉伸到按钮的边框。我只是想让它大一点,比如当前大小的 120%。
这可能吗?
I have an ImageButton:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 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
在xml布局中将宽度和高度设置为较大的倾斜量。
In the xml layout set the width and height to be a larger amount of dip.