在Android中的图像按钮上设置前景图像
我正在尝试在图像按钮上设置前景图像。这样,按钮灰色背景可见,图像出现在前景中。
如果有任何想法,我将不胜感激。
谢谢
I am trying to set a foreground image on my image button. This way, the button gray background is visible with the image appearing in the foreground.
I would appreciate any thoughts, please.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您想在设置前景图像时删除灰色背景,请设置一个空的背景图像。
或者只需将背景图像设置为按钮,而不是设置前景图像。
我希望这会对您有所帮助。
使用代码编辑
If you want to remove that gray background while you set foreground image then set an empty Background image.
or Simply instead of setting foreground image set only background image to button.
I hope this will help you.
Edited with code
仅使用按钮而不是图像按钮。并在 xml 中使用 android:background="@drawable/yourdrawablewhichyouwanttoshow" 希望它有帮助!
Only use the button instead imagebutton. And in xml use the android:background="@drawable/yourdrawablewhichyouwanttoshow" hope it helps!