Android:文本图像按钮
我尝试创建一个具有木质纹理的按钮。 我还想在上面写一些文字。 我不知道如何在图像按钮上添加文本,或者如何将图像添加到常规按钮。
I try to create a button with a wooden-like texture.
Also I want some text to be written on it.
I couldnt figure out how to add text on an image button or alternatively to add an image to a regular button.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以创建两个视图(一个在另一个视图之上),如下所示:
或者您可以创建一个带有背景图像的常规按钮(也许删除边框):
You can create two views (one above another) like this:
Or you can create a regular button with an image in background (maybe remove border):