带箭头边框的图像按钮
我想为我的 Android 应用程序制作一个面包屑。 在左侧的面包屑中,有一个带箭头边框的图像按钮。右侧有文字标题。当用户点击图像按钮时,应用程序执行特定任务。
那么,你能帮我创建带有箭头边框的图像按钮,就像附加图像一样吗?
谢谢。
i want to make a breadcrumb for my android app.
In breadcrumb on the left there is an imagebutton with arrow border. On the right there is a text title. When user tap on imagebutton, application performs specific task.
So, can you help me to create imagebutton with arrow border like in attach image?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不是 100% 确定你所说的箭头边框是什么意思,但你不能(据我所知)为 Android 中的任何视图设置边框。
您可以选择两个选项:
我个人会推荐九个补丁。
编辑:我注意到你想要在图像上添加边框。这可能是九个补丁的问题,除非您将边框集成到图像中,但这违背了目的。
I'm not 100% sure what you mean by an Arrow Border, but you cannot (as far as I know) set borders to any views in Android.
There are two options you could go for:
I would recommend a nine patch for this personally.
Edit: I noticed you wanted a border on an image. That could be an issue with nine patch unless you integrate the border into the image, which defeats the purpose.